Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commands Walkthrough

Oded Shapira edited this page Sep 22, 2019 · 8 revisions

Generic Commands

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

Moderation Commands

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 the reason command to update a reason.

The following commands have support for the reason flag: ban, kick, mute, unmute, and unban

x!ban [--reason] [--time] [--soft] [--days]

Bans a user from the current guild.

Arguments

  • user: User - The user to ban

Flags

  • 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

x!mute [--reason] [--time]

Mutes a user for a specific amount or forever

Arguments

  • user: User - The user to mute

Flags

  • time: String - The time string to mute before unmuting automatically
    • Required: false

x!kick [--reason]

Kicks a user from the guild

Arguments

  • user: User - The user to kick

x!unban [--reason]

Unbans a user from the current guild

Arguments

  • user: User - The user to unban

x!unmute [--reason]

Unmutes a user from the current guild

Arguments

  • user: User - The user to unmute

x!reason

Updates a reason for a mod log case

Arguments

  • caseID: Number - The case ID to edit
  • reason: String - The reason to replace

x!prune [--filter]

Prunes messages from a channel from a specific filter

Arguments

  • amount: Number The number of messages to delete from (range: 2-100)

Flags

  • filter: String - The filter to use
    • Required: true
    • Filters: bot | user | new

x!warn [--reason] | x!warnings | x!pardon

Visit the warnings and punishments guide