Note: This information is not maintained or updated. Some old info may no longer be accurate and newer info may not be included.
Majority of guide from cake#0001 in the NotSoBot Discord server. Additions made by me.
Use .t add <tag_name> <tag_contents>
to create a new tag or edit an existing one. Tag names are case insensitive meaning a tag by the name of "HeLlO" is the same as "hello".
.t add Hello World
will create a tag named "hello".
.t edit <tag_name> <tag_contents>
can be used to edit an existing tag the same way as using .t add <tag_name> <tag_contents>
You can run a tag by using .t <tag_name>
. If it is a script that accepts arguments, your arguments will be words following the tag name separated by spaces. .t hi abc 1 2
will run the tag named "hi" with the 3 arguments "abc", "1", and "2".
.t remove
will delete that tag e.g. .t remove hello