-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commands Walkthrough
These commands usually show data about the bot and its use.
-
help - Shows you the commands or the documentation of a specific command
Arguments:
- command [Optional] - The command to show information about
-
invite - Gives you the invite link of Nino
-
ping - Shows you the latency of the bot
-
settings - I will do a rundown of this later in the guide, you use this to modify your guild's settings
-
shardinfo - Shows some information about the shard
-
statistics - Shows some cool statistics
-
uptime - Shows the bot's uptime
These are the commands that you will use the most. Some of these commands are more sophisticated and advanced, I will walk you through all of the features.
The reason flag can be specified on most simple mod commands to add a reason to the case in the moderation log. Commands supported: ban, mute, kick, unmute, unban.
For example:
x!ban @dondish --reason=bad boy
-
ban - Bans a user
Arguments:
- user mention or user id - the user to ban Flags:
- time [Optional] - the amount of time before unbanning automatically
- soft [Optional] - whether to unban immediately after the ban
- days [Optional] - the number of days to delete messages from
-
mute - Mutes a user
Arguments:
- user mention or user id - the user to mute Flags:
- time [Optional] - the amount of time before unmuting automatically
-
kick - Kicks a user
Arguments:
- user mention or user id - the user to kick
-
unban - Unbans a user
Arguments:
- user mention or user id - the user to unban
-
unmute - Unmutes a user
Arguments:
- user mention or user id - the user to unmute
-
reason - Edits the reason for a case in the moderation log
Arguments:
- case id - the case id to edit
- reason - the reason to replace with
-
prune - Prunes messages from the channel according to the specified filters
Arguments:
- amount - the number of messages to delete Flags:
- filter - This should be either bot, user or new. This is the filter to sort it by. Bot means to only prune messages written by bots, user means to only prune messages written by non-bot users, and new means to only prune messages that are new.
Hopefully, now you know how to use Nino as a basic moderation bot, but that's not all! Nino has some more complex features that can really assist your guild!