Skip to content

Commands

Phil edited this page Aug 31, 2022 · 3 revisions

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]

Help

Shows a list of commands.

/help

Ping

Shows API and bot latencies.

/ping

About

Displays some information about the bot.

/about

Changelog

Repost the changelog for the current version.

/changelog

Hub

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

Broadcast

Broadcasts a message to all servers log channels. Mostly used to announce new bot versions. [OWNER ONLY]

/adminbroadcast <message>

Eval

Command used to run snippets of code. [OWNER ONLY]

/eval <codeline>

Clone this wiki locally