Skip to content

Utilities

jsh edited this page Sep 27, 2020 · 1 revision

These are some miscellaneous commands for the bot.

Commands

Command: ping
Aliases: None
Preconditions: None
Parameters: None
Description: Responds with the ping in milliseconds.
Expected Result: The bot sends a message and edits it with the time it takes to read the events.

Command: userinfo <optional usr>
Aliases: None
Preconditions: None
Parameters: <optional usr> - The user to get information for. If not provided, fetches your information instead;
Description: Displays information on a mentioned user. If no parameters are given, displays the user's own information.
Expected Result: User information of the given user is shown (such as user ID, join date, discriminator, etc).

Command: avatar <optional user>
Aliases: None
Preconditions: None
Parameters: <optional user> - The user to get the avatar for. If not provided, fetches your avatar instead;
Description: Displays a mentioned user's avatar. If no parameters are given, displays the user's own avatar.
Expected Result: The given user's avatar is displayed.

Command: say <message>
Aliases: None
Preconditions: None
Parameters: <message> - The message to repeat;
Description: Repeats a message.
Expected Result: The bot repeats the given message.

Command: serverinfo
Aliases: None
Preconditions: None
Parameters: None
Description: Returns information about the current server.
Expected Result: Server information is shown (such as server ID, creation date, owner, etc).

Command: reloadconfig
Aliases: None
Preconditions: Owner
Parameters: None
Description: Reloads the config file.
Expected Result: The config file is reloaded.

Command: serverlist
Aliases: None
Preconditions: Owner
Parameters: None
Description: Returns a list of servers that the bot is in.
Expected Result: A list of the servers that the bot is in is shown.

Clone this wiki locally