Manager
This bot is for moderation.
Moderation
Moderation section.
addrole
This command adds a role to a user.
-addrole <user> <roles>
removerole
This command removes a role from a user.
-removerole <user> <roles>
kick
This command kicks a user.
-kick <user> <reason?>
ban
This command bans a user.
-ban <user> <reason?>
unban
This command unbans a user.
-unban <user>
delete
This command deletes messages.
-delete <amount>
moverole
This command moves a role to a position.
-moverole <position> <role>
mute
This command mutes a user.
-mute <ms> <user>
unmute
This command unmutes a user.
-unmute <user>
nsfw
This command toggles nsfw in a channel.
-nsfw
useful
Useful section.
help
This command shows the commands and can help you.
-help <cmd?>
join
This command is in beta command makes bot join current channel.
-join
avatar
This command gets the user's avatar.
-avatar <user>
announcement
This command sends an announcement.
-announcement <JSON>
laugh
This command makes the bot laugh.
-laugh
invite
This command shows the links to invite the bot or join the Manager server.
-invite
info
This command shows the info of a user.
-info <user>
ms
This command converts time to ms used for mute command.
-ms <amount> <unit>
rules
This command sends an embed with the specified JSON.
-rules <JSON>
leave
This is in beta makes bot leave current channel.
-leave
Guide
📜Guide section.
?
This means that the argument is optional
<argument?>
JSON
JavaScript Object Notation can be used for rules command and announcement command here is the basic JSON for announcement and rules
{
"description": <description>,
"title": <title>,
"fields": [{"name":<title>, "value":<fieldText>}],
"color": <colorResolvable>,
"url": <url>,
"color": <colorResolvable>,
"image": <urlImage>,
}
Note: colorResolvable can be either rgb [R, G, B] or hex like "HEX"
<argument>
This means that it is an argument this can also include the ? operator
cmd <argument> <argument?>