Commands
AI Commands
Chat, code, and image generation powered by AI.
,ai,ai <prompt>Ask the default AI assistant a question.
Example:
,ai explain quantum entanglement,ask,ask <question>Ask a one-off question with no memory.
Example:
,ask what time is it in tokyo,gemini,gemini <prompt>Ask Google Gemini directly.
Example:
,gemini summarize this article,aichat,aichat <channel> <on|off>Enable a channel as an ongoing AI chat.
Example:
,aichat #ai-chat on,aicode,aicode <language> <prompt>Generate code from a description.
Example:
,aicode python fibonacci function,aiexplain,aiexplain <code>Explain a code snippet.
Example:
,aiexplain `useEffect(() => {}, [])`,aigrammar,aigrammar <text>Fix grammar in a passage.
Example:
,aigrammar their going too the store,aiimage,aiimage <prompt>Generate an image from a prompt.
Example:
,aiimage a cat astronaut, oil painting,essay,essay <topic>Write an essay on a topic.
Example:
,essay the fall of rome,explain,explain <topic>Explain a concept in simple terms.
Example:
,explain black holes like i'm 5,code,code <language> <prompt>Quick shorthand for aicode.
Example:
,code js debounce util