-
Notifications
You must be signed in to change notification settings - Fork 4
Commands
Here we go in depth of every command and what arguments are needed. The commands are sorted after importance with the least important one at the top and the most critical one at the bottom. To check what commands you can actually run, please refer to the Permission Overview.
Required arguments are outlined with <>
brackets and optional arguments are outlined with []
brackets. Please also note, that your prefix may vary in the server you are using the command. Here we use simply the default prefix: /
Example: /maincomamnd subcommand <requieredArgument> [optionalArgument]
Shows a list of commands.
/help
Shows API and bot latencies.
/ping
Displays some information about the bot.
/about
Repost the changelog for the current version.
/changelog
The main command of the bot: Manage your hubs.
Add a new hub.
/guild register <hubname>
Delete a hub and destroy the link between all channels.
/guild delete <hubname>
See all the hubs you own and what they are called.
/guild list
Add the channel, it is run in, to a hub.
/guild join <hubname>
Disconnect a channel from its hub.
/guild leave
Broadcasts a message to all servers log channels. Mostly used to announce new bot versions. [OWNER ONLY]
/adminbroadcast <message>
Command used to run snippets of code. [OWNER ONLY]
/eval <codeline>