Bot Commands - FlippedCodes/agent-black GitHub Wiki

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

Avatar

Retrieves the profile picture of the provided user ID.

/avatar [userID]

About

Displays some information about the bot.

/about

Lookup

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]

Warn

Warns other servers about a specific user. This command can be used for minor infractions.

/warn add <userID> <reason>

/warn edit <userID> <updatedReason>

Alias

Add an alias for second accounts. This helps the bot to warn other servers better, by linking 2 accounts together.

/alias <userID1> <userID2>

Ban

Bans a user by ID with reason. Also useful to use, when the user already left the server.

/ban <userID> <userID>

Guild

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

Check all users

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

Guild Manager

Manages guilds. [MAINTAINER ONLY]

WIP /guildmgr add <serverID>

/guildmgr remove <serverID>

/guildmgr info <serverID>

/guildmgr block <serverID>

Maintainer

Manages the maintainers. [MAINTAINER ONLY]

/maintainer add <userID>

/maintainer remove <userID>

/maintainer info <userID>

Sync Bans

Adds all bans from a specific server. [MAINTAINER ONLY]

/syncbans <serverID>

Broadcast

Broadcasts a message to all servers log channels. Mostly used to announce new bot versions.

/broadcast <message>

Eval

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

/eval <codeline>

⚠️ **GitHub.com Fallback** ⚠️