Commands
Here are all the commands you can use with Countable!
Last updated
Here are all the commands you can use with Countable!
Last updated
Pings to bot to make sure it's running. Will reply with a message if working.
Example: ping
Aliases: none
Sets the next expected count for the server (i.e. setting the count to 100 means that the next number that should be typed in the counting channel is 100).
Example: set-count 100
Aliases: count
, =
Sets the counting channel for your Discord server.
Example: set-channel #counting
, set-channel 722159296934183012
Aliases: channel
Sets the reaction used by the bot when a user sends a count with no message (if set-nomessage
is true.)
Example: set-emoji 👋
, set-emoji :custom_emoji:
Aliases: emoji
Sets the bot's prefix (to invoke commands with).
Example: set-prefix !
, set-prefix c$
Aliases: prefix
Sets the highest count reached in the server.
Example: set-highestcount 100
Aliases: highest
, highestcount
Sets whether to react to counts which don't contain a message.
Example: set-nomessage true
Aliases: nomessage
Sets whether users can include a message with their count, or if it has to be the count only.
Example: set-numbersonly false
Aliases: numbersonly
Sets the role to be applied when a user gets the count wrong.
Providing no argument will disable this feature.
Example: set-failrole @role
, set-failrole
Aliases: failrole
Returns the stats for yourself or another user in the current server.
Example: stats
, stats @poisonwasp
Aliases: none
Returns information about the current server as a whole (e.g. current count, highest count, prefix etc.)
Example: serverinfo
Aliases: server
, info
Display the leaderboard for the current server.
Example: leaderboard
Aliases: board
, top
, scoreboard
A collection of commands related to adding/deleting/listing milestones. Milestones are currently used to change the channel name upon reaching specified counts.
Aliases: none
Adds a milestone to the current server.
Example: milestone add 100 intense-counting
Removes a milestone from the current server.
Example: milestone remove 100
Lists the milestones added in the current server.
Example: milestone list
Argument
Type
Description
count
number
The value to set as the next expected count.
Argument
Type
Description
channel
channel mention or channel ID
The channel you want to count in.
Argument
Type
Description
emoji
emoji
The emoji to react with.
Argument
Type
Description
prefix
string
The prefix to use commands with.
Argument
Type
Description
count
number
The value to set as the highest count.
Argument
Type
Description
value
true/false
Whether to enable this option or not.
Argument
Type
Description
value
true/false
Whether to enable this option or not.
Argument
Type
Description
role (optional)
role mention
The role to be applied to users.
Argument
Type
Description
user (optional)
user mention
The user you want to get the stats for.
Argument
Type
Description
count
number
The count to add a milestone at.
name
string
What to rename the channel to.
Argument
Type
Description
count
number
The count to remove the milestone from.