-
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 invite to support server.
/help
Shows API and bot latencies.
/ping
Displays some information about the bot.
/about
Get a link for the ToS.
/tos
Repost the changelog for the current version.
/changelog
Report a message to the Devs.
/report <message ID>
The main command of the bot: Manage your hubs.
Add a new hub.
/hub register <hubname>
Transfer a hub to another user.
/hub transfer <hubname> <user>
Delete a hub and destroy the link between all channels.
/hub delete <hubname>
See all the hubs you own and what they are called.
/hub list
List a guilds that use the hub.
/hub listservers
Rename a hub and generate a new invite.
/hub rename <hubname> <newhubname>
Add the channel, it is run in, to a hub.
/hub join <hubname>
Kick a guild from a hub.
/hub kick <hubname> <guild>
Disconnect a channel from its hub.
/hub leave
Manage blocked users from your guild.
Block a user from your guild.
/blockuser add <user> <reason>
Pardon a user from your guild.
/blockuser remove <user>
See all the users that are blocked from your guild.
/blockuser list
Check, if a user is blocked from using the hub.
/blockuser search <user>
Broadcasts a message to all servers log channels. Mostly used to announce new bot versions. [OWNER ONLY]
/broadcast <message>
Command used to run snippets of code. [OWNER ONLY]
/eval <codeline>