Skip to content

General commands

General use commands.

Info

Remember to mention the bot before the command
Example: @NabBot about.

Parameters are enclosed with « ».
Optional parameters are enclosed in brackets [].
A|B indicates command accepts either A or B.
These do not actually go into the command.


checkpm

Other aliases: checkdm

Checks if you can receive PMs from the bot.

Examples

checkpm
image


choose

Syntax: choose «choices…»

Chooses between multiple choices.

Each choice is separated by spaces. For choices that contain spaces, the option must be wrapped in double quotes.
e.g. "Choice A" ChoiceB "Choice C"

Examples

choose "Option A" optionb "Option C"
image


permissions

Syntax: permissions [member] [channel]
Other aliases: perms

Shows a member's permissions in the current channel.

If no member is provided, it will show your permissions.
Optionally, a channel can be provided as the second parameter, to check permissions in said channel.

Examples

permissions Nezune
image


quote

Syntax: quote «messageId|messageLink»

Shows a messages by its ID or link.

In order to get the message's link, you can right click and select Copy Link.

In order to get a message's id, you need to enable Developer Mode.

Using a message link is faster than using a message ID.

Note that the bot won't attempt to search in channels you can't read.
Additionally, messages in NSFW channels can't be quoted in regular channels.

Examples

quote 343259808889044992
image


roll

Syntax: roll [times][d[sides]]
Other aliases: dice

Rolls a die.

By default, it rolls a 6-sided die once.
You can specify how many times you want the die to be rolled.

You can also specify the number of sides of the die, using the format TdS where T is times and S is sides.
For example: 3d5 will roll a 5 sided dice 3 times.

Examples

roll
image
roll 10
image
roll 7d20
image