Emilybot

From CRC
Revision as of 04:46, 27 September 2025 by NotBaltic (talk | contribs) (Discord category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Commands

Commands can start either with "." or "$"

.add [name] [text]

Creates a new command called "name" with given text. If the command already exists, adds an empty line and appends the text.

.add bots * Ema
.add bots * IBM
.add bots * Spoons

Now .bots will output:

* Ema

* IBM

* Spoons

.edit [name] [text]

Changes the text of a command

JavaScript execution

`$ [code]` will execute the code. Or if the code itself starts with the `$` then you can just type `$code.blah.etc` and it will also work.