chatBox = peripheral.find("chatBox") function magic(text) -- So i can easly just do &6Hello; and it would format it to ยง6Hello. r,_ = string.gsub(text,"&","\194\167") return r end while true do local _,_,u,m = os.pullEvent("chat_message") if m == "/ax help" then chatBox.say(magic("&2In; progress")) else chatBox.say(magic("&6The; Goat, Axonos is currently &eAFK;")) chatBox.say(magic("&4So; go ahead and pull that smart phone out. You know how to contact him. Shoot him a Grok-AI powered DM on X, his favorite everything app.")) end end