This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commands Walkthrough
Oded Shapira edited this page Sep 22, 2019
·
8 revisions
Name | Description | Argument(s) |
---|---|---|
help |
Shows you a list of the commands Nino has or the documentation of a specific command | command [Optional] |
invite |
Gives you the link of the bot | None |
ping |
Shows the latency by milliseconds of the bot | None |
settings |
Shows you a list of settings, set a new variable to settings, resets a setting key to the default value |
subcommand , value
|
shardinfo |
Shows information about Nino's shards | None |
statistics |
Realtime statistics | None |
uptime |
Shows the bot's current uptime | None |
The core feature of Nino! These are the commands that you will use the most.
The
--reason
or--r
flag is used to set a reason or you can use thereason
command to update a reason.The following commands have support for the reason flag:
ban
,kick
,mute
,unmute
, andunban
Bans a user from the current guild.
- user: User - The user to ban
- time: String - The time string to ban before unbanning automatically
- Required: false
- soft: Boolean - Whether to unban immediately after the ban
- Required: false
- days: Number - Amount of days to delete messages from
- Required: false
Mutes a user for a specific amount or forever
- user: User - The user to mute
- time: String - The time string to mute before unmuting automatically
- Required: false
Kicks a user from the guild
- user: User - The user to kick
Unbans a user from the current guild
- user: User - The user to unban
Unmutes a user from the current guild
- user: User - The user to unmute
Updates a reason for a mod log case
Prunes messages from a channel from a specific filter
- amount: Number The number of messages to delete from (range:
2-100
)
- filter: String - The filter to use
- Required: true
-
Filters:
bot
|user
|new
Visit the warnings and punishments guide