Skip to content

Commands

Phil edited this page Feb 13, 2023 · 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 invite to support server.

/help

Ping

Shows API and bot latencies.

/ping

About

Displays some information about the bot.

/about

ToS

Get a link for the ToS.

/tos

Changelog

Repost the changelog for the current version.

/changelog

Report Message

Report a message to the Devs.

/report <message ID>

Hub

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

Block User

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>

Broadcast

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

/broadcast <message>

Eval

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

/eval <codeline>

Clone this wiki locally