Skip to content

Admin commands

Casper1123 edited this page Oct 2, 2024 · 3 revisions

The commands in this section are (by default) for people with Administrator permissions only.
If you want to change this, change the admin command's permissions in your discord server accordingly. You can find the code for these in this file.

/admin add [fact]

Use this to add a local fact to your discord server. This supports variables.
Has a character and fact count limit.

/admin edit [index] [fact]

Edits a local fact at the given index. A sneak peek of the indexes around the one you've entered is given.
The old fact is replaced with the given one. This supports variables.

/admin help

A command to dispay some basic variable related information and to redirect to the variables page.

/admin preview [fact]

Passing a command into this shows it as how it would be displayed by Patrick when used. Useful for testing a new fact before adding it.

/admin remove [index]

Removes the local fact at the given index.

Clone this wiki locally