This repository was archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commands
TolleyB-J edited this page May 20, 2018
·
2 revisions
These are the commands that are currently implemented into ChatBot
<Command> - Required [Command] - Optional
Permlevels:
- 0 = Everyone
- 1 = None (idk why I did that)
- 2 = Moderator
- 3 = Admin
- 4 = Owner
| Command | Description | Default Permlevel | Type |
|---|---|---|---|
| help [Command] | Shows you all the commands or the specific details of a command | 0 | General |
| ping | Pings the bot | 0 | General |
| 8ball <Question> | Gives you a magic 8ball response | 0 | Fun |
| random | Generates a random number between number1 and number2 | 0 | Fun |
| ban <@User> <Reason> | Bans the mentioned user. | 4 | Moderation |
| kick <@User> <Reason> | Kicks the mentioned user. | 3 | Moderation |
| mute <@User> <Reason> | Mutes or unmutes the mentioned user | 2 | Moderation |
| unban <@User> <Reason> | Unbans the mentioned user. | 3 | Moderation |
| warn <@User> <Reason> | Issues a warning to the mentioned user. | 2 | Moderation |
| lockdown <duration> | This will lock a channel down for the set duration, be it in hours, minutes or seconds. | 3 | Server Management |
| purge <Number> | Deletes X amount of messages from a given channel. | 2 | Server Management |
| reload <Command> | Reloads the command file, if its been updated or modified. | 4 | Bot Management |
| setgame <Game> | Sets the game that the bot is playing. | 4 | Bot Management |