-
Notifications
You must be signed in to change notification settings - Fork 4
Bot 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
Retrieves the profile picture of the provided user ID.
/avatar [userID]
Displays some information about the bot.
/about
Uses the Discord API and the bot's database to lookup user information. It also shows bans and warns recorded for the user.
/lookup
/lookup [userID]
/lookup [userTag]
/lookup [userMention]
/lookup [userSerch]
Warns other servers about a specific user. This command can be used for minor infractions.
/warn add <userID> <reason>
/warn edit <userID> <updatedReason>
Add an alias for second accounts. This helps the bot to warn other servers better, by linking 2 accounts together.
/alias <userID1> <userID2>
Bans a user by ID with reason. Also useful to use, when the user already left the server.
/ban <userID> <userID>
This command is to manager your server.
Setup your server to work with the bot.
/guild setup <logChannelID> <teamRoleID>
Disable the bot, so it no longer functions. (Mostly used to reset the channels)
/guild disable
Enable the bot, if the setup has been already completed before.
/guild enable
Get some insight about the current configuration and synced bans
/guild stats
Checks all users in current server, if found on ban list. Warning, this can spam a channel for some minutes. Its advised to run in a log channel used for the bot.
/checkallusers
Manages guilds. [MAINTAINER ONLY]
WIP
/guildmgr add <serverID>
/guildmgr remove <serverID>
/guildmgr info <serverID>
/guildmgr block <serverID>
Manages the maintainers. [MAINTAINER ONLY]
/maintainer add <userID>
/maintainer remove <userID>
/maintainer info <userID>
Adds all bans from a specific server. [MAINTAINER ONLY]
/syncbans <serverID>
Broadcasts a message to all servers log channels. Mostly used to announce new bot versions.
/broadcast <message>
Command used to run snippets of code. [OWNER ONLY]
/eval <codeline>