Commands
All Modules
Administration
Expressions
Gambling
Games
Help
Medusa
Music
Permissions
Searches
Utility
Xp
.imageonlychannel.imageonly
AdministrationAdministration

Toggles whether the channel only allows images. Users who send more than a few non-image messages will be banned from using the channel.

Requires
Administrator Server Permission
.imageonlychannel
.linkonlychannel.linkonly
AdministrationAdministration

Toggles whether the channel only allows links. Users who send more than a few non-link messages will be banned from using the channel.

Requires
Administrator Server Permission
.linkonlychannel
.slowmode
AdministrationAdministration

Toggles slowmode on the current channel with the specified amount of time. Provide no parameters to disable.

Requires
ManageChannels Channel Permission
.slowmode.slowmode 27s.slowmode 3h15m5s
.delmsgoncmd.dmc
AdministrationAdministration

Toggles the automatic deletion of the user's successful command message to prevent chat flood. You can use it either as a server toggle, channel whitelist, or channel blacklist, as channel option has 3 settings: Enable (always do it on this channel), Disable (never do it on this channel), and Inherit (respect server setting). Use list parameter to see the current states.

Requires
Administrator Server Permission
.delmsgoncmd.delmsgoncmd channel enable.delmsgoncmd ch inherit.delmsgoncmd list
.deafen.deaf
AdministrationAdministration

Deafens mentioned user or users.

Requires
DeafenMembers Server Permission
.deafen "@Someguy".deafen "@Someguy" "@Someguy"
.undeafen.undef
AdministrationAdministration

Undeafens mentioned user or users.

Requires
DeafenMembers Server Permission
.undeafen "@Someguy".undeafen "@Someguy" "@Someguy"
.delvoichanl.dvch
AdministrationAdministration

Deletes a voice channel with a given name.

Requires
ManageChannels Server Permission
.delvoichanl VoiceChannelName
.creatvoichanl.cvch
AdministrationAdministration

Creates a new voice channel with a given name.

Requires
ManageChannels Server Permission
.creatvoichanl VoiceChannelName
.deltxtchanl.dtch
AdministrationAdministration

Deletes a text channel with a given name.

Requires
ManageChannels Server Permission
.deltxtchanl TextChannelName
.creatxtchanl.ctch
AdministrationAdministration

Creates a new text channel with a given name.

Requires
ManageChannels Server Permission
.creatxtchanl TextChannelName
.settopic.st
AdministrationAdministration

Sets a topic on the current channel.

Requires
ManageChannels Server Permission
.settopic My new topic
.setchanlname.schn
AdministrationAdministration

Changes the name of the current channel.

Requires
ManageChannels Server Permission
.setchanlname NewName
.nsfwtoggle.artoggle
AdministrationAdministration

Toggles whether the current channel is age-restricted.

Requires
ManageChannels Server Permission
.nsfwtoggle
.edit
AdministrationAdministration

Edits bot's message, you have to specify message ID and new text. You can optionally specify target channel. Supports embeds

Requires
ManageMessages Channel Permission
.edit 7479498384 Hi :^).edit #other-channel 771562360594628608 New message!.edit #other-channel 771562360594628608 {"description":"hello"}
.delete.del
AdministrationAdministration

Deletes a single message given the channel and message ID. If channel is ommited, message will be searched for in the current channel. You can also specify time parameter after which the message will be deleted (up to 7 days). This timer won't persist through bot restarts.

Requires
ManageMessages Channel Permission
.delete #chat 771562360594628608.delete 771562360594628608.delete 771562360594628608 5m
.threadcreate.thcr
AdministrationAdministration

Create a public thread with the specified title. You may optionally reply to a message to have it as a starting point.

Requires
CreatePublicThreads Channel Permission
.threadcreate Q&A
.threaddelete.thdel
AdministrationAdministration

Delete a thread with the specified name in this channel. Case insensitive.

Requires
ManageThreads Channel Permission
.threaddelete Q&A
.autopublish
AdministrationAdministration

Make the bot automatically publish all messages posted in the news channel this command was executed in.

Requires
ManageMessages Channel Permission
.autopublish
.setnick
AdministrationAdministration

Changes the nickname of the bot on this server. You can also target other users to change their nickname.

Requires
ManageNicknames Server Permission
.setnick BotNickname.setnick @SomeUser New Nickname
.setserverbanner.serverbanner
AdministrationAdministration

Sets a new banner image for the current server. Parameter is a direct link to an image.

Requires
ManageServer Server Permission
.setserverbanner https://i.imgur.com/xTG3a1I.jpg
.setservericon.servericon
AdministrationAdministration

Sets a new icon image for the current server. Parameter is a direct link to an image.

Requires
ManageServer Server Permission
.setservericon https://i.imgur.com/xTG3a1I.jpg
.autoassignrole.aar
AdministrationAutoAssignRoleCommands

Toggles the role which will be assigned to every user who joins the server. You can run this command multiple times to add multiple roles (up to 3). Specifying the role that is already added will remove that role from the list. Provide no parameters to list current roles.

Requires
ManageRoles Server Permission
.autoassignrole.autoassignrole RoleName
.cleanupguilddata
AdministrationCleanupCommands

Deletes data for all servers bot is no longer a member of from the database. This is a highly destructive and irreversible command.

Requires
Bot Owner Only
.cleanupguilddata
.keep
AdministrationCleanupCommands

The current serve, won't be deleted from Nadeko's database during the purge.

Requires
Administrator Server Permission
.keep
.leaveunkeptservers
AdministrationCleanupCommands

Leaves all servers whose owners didn't run .keep

Requires
Bot Owner Only
.leaveunkeptservers
.sqlselect
AdministrationDangerousCommands

Executes provided sql query and returns the results. Dangerous.

Requires
Bot Owner OnlyNo Public Bot
.sqlselect SELECT * FROM DiscordUser LIMIT 5
.sqlselectcsv
AdministrationDangerousCommands

Executes provided sql query and returns the results in a csv file. Dangerous.

Requires
Bot Owner OnlyNo Public Bot
.sqlselectcsv SELECT * FROM DiscordUser LIMIT 5
.sqlexec
AdministrationDangerousCommands

Executes provided sql command and returns the number of affected rows. Dangerous.

Requires
Bot Owner OnlyNo Public Bot
.sqlexec UPDATE DiscordUser SET CurrencyAmount=CurrencyAmount+1234
.purgeuser
AdministrationDangerousCommands

Purge user from the database completely. This includes currency, xp, clubs that user owns, waifu info

Requires
Bot Owner OnlyNo Public Bot
.purgeuser @Oblivion
.deletexp
AdministrationDangerousCommands

Deletes everything from UserXpStats, Clubs and sets users' TotalXP to 0.

Requires
Bot Owner OnlyNo Public Bot
.deletexp
.deletewaifus
AdministrationDangerousCommands

Deletes everything from WaifuUpdates, WaifuItem and WaifuInfo tables.

Requires
Bot Owner OnlyNo Public Bot
.deletewaifus
.deletewaifu
AdministrationDangerousCommands

Deletes everything from WaifuUpdates, WaifuItem and WaifuInfo tables for the specified user. Also makes specified user's waifus free.

Requires
Bot Owner OnlyNo Public Bot
.deletewaifu
.deletecurrency
AdministrationDangerousCommands

Deletes everything from Currency and CurrencyTransactions.

Requires
Bot Owner OnlyNo Public Bot
.deletecurrency
.gamevoicechannel.gvc
AdministrationGameVoiceChannelCommands

Toggles game voice channel feature in the voice channel you're currently in. Users who join the game voice channel will get automatically redirected to the voice channel with the name of their current game, if it exists. Can't move users to channels that the bot has no connect permission for. One per server.

Requires
Administrator Server Permission
.gamevoicechannel
.boost
AdministrationGreetCommands

Toggles announcements on the current channel when someone boosts the server.

Requires
ManageServer Server Permission
.boost
.boostdel
AdministrationGreetCommands

Sets the time it takes (in seconds) for boost messages to be auto-deleted. Set it to 0 to disable automatic deletion.

Requires
ManageServer Server Permission
.boostdel 0.boostdel 30
.boostmsg
AdministrationGreetCommands

Sets a new boost announcement message which will be shown in the current channel. Using this command with no message will show the current boost message. Supports placeholders and embeds

Requires
ManageServer Server Permission
.boostmsg %user.mention% has boosted the server!!!
.greet
AdministrationGreetCommands

Toggles announcements on the current channel when someone joins the server.

Requires
ManageServer Server Permission
.greet
.greetdel.grdel
AdministrationGreetCommands

Sets the time it takes (in seconds) for greet messages to be auto-deleted. Set it to 0 to disable automatic deletion.

Requires
ManageServer Server Permission
.greetdel 0.greetdel 30
.greetmsg
AdministrationGreetCommands

Sets a new join announcement message which will be shown in the current channel. Using this command with no message will show the current greet message.
Supports placeholders and embeds

Requires
ManageServer Server Permission
.greetmsg Welcome, %user.mention%.
.greetdm
AdministrationGreetCommands

Toggles whether greet messages will be sent in a DM (This is separate from .greet - you can have both, one or neither enabled).

Requires
ManageServer Server Permission
.greetdm
.greetdmmsg
AdministrationGreetCommands

Sets a new join announcement message which will be sent to the user who joined. Type %user.mention% if you want to mention the new member. Using it with no message will show the current DM greet message. You can use embed json from https://eb.nadeko.bot instead of a regular text, if you want the message to be embedded.

Requires
ManageServer Server Permission
.greetdmmsg Welcome to the server, %user.mention%
.bye
AdministrationGreetCommands

Toggles announcements on the current channel when someone leaves the server.

Requires
ManageServer Server Permission
.bye
.byedel
AdministrationGreetCommands

Sets the time it takes (in seconds) for bye messages to be auto-deleted. Set it to 0 to disable automatic deletion.

Requires
ManageServer Server Permission
.byedel 0.byedel 30
.byemsg
AdministrationGreetCommands

Sets a new leave announcement message which will be shown in the current channel. Using this command with no message will show the current bye message. Supports placeholders and embeds

Requires
ManageServer Server Permission
.byemsg %user.name% has left.
.greettest
AdministrationGreetCommands

Sends the greet message in the current channel as if you just joined the server. You can optionally specify a different user.

Requires
ManageServer Server Permission
.greettest.greettest @SomeoneElse
.greetdmtest
AdministrationGreetCommands

Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.

Requires
ManageServer Server Permission
.greetdmtest.greetdmtest @SomeoneElse
.byetest
AdministrationGreetCommands

Sends the bye message in the current channel as if you just left the server. You can optionally specify a different user.

Requires
ManageServer Server Permission
.byetest.byetest @SomeoneElse
.boosttest
AdministrationGreetCommands

Sends the boost message in the current channel as if you just boosted the server. You can optionally specify a different user.

Requires
ManageServer Server Permission
.boosttest.boosttest @SomeoneElse
.honeypot
AdministrationHoneypotCommands

Toggles honeypot on the current channel. Anyone sending a message in this channel will be soft banned. (Banned and then unbanned) This is useful for automatically getting rid of spam bots.

.honeypot
.languageset.langset
AdministrationLocalizationCommands

Sets this server's response language. If bot's response strings have been translated to that language, bot will use that language in this server. Reset by using default as the locale name. Provide no parameters to see currently set language.

.languageset de-DE.languageset default
.langsetdefault.langsetd
AdministrationLocalizationCommands

Sets the bot's default response language. All servers which use a default locale will use this one. Setting to default will use the host's current culture. Provide no parameters to see currently set language.

.langsetdefault en-US.langsetdefault default
.languageslist.langli
AdministrationLocalizationCommands

List of languages for which translation (or part of it) exist atm.

.languageslist
.muterole.setmuterole
AdministrationMuteCommands

Sets a name of the role which will be assigned to people who should be muted. Provide no arguments to see currently set mute role. Default is nadeko-mute.

Requires
ManageRoles Server Permission
.muterole.muterole Silenced
.mute
AdministrationMuteCommands

Mutes a mentioned user both from speaking and chatting. You can also specify time string for how long the user should be muted. You can optionally specify a reason.

Requires
MuteMembers, ManageRoles Server Permission
.mute @Someone.mute @Someone too noisy.mute 1h30m @Someone.mute 1h30m @Someone too noisy
.unmute
AdministrationMuteCommands

Unmutes a mentioned user previously muted with .mute command.

Requires
MuteMembers, ManageRoles Server Permission
.unmute @Someone
.chatmute
AdministrationMuteCommands

Prevents a mentioned user from chatting in text channels. You can also specify time string for how long the user should be muted. You can optionally specify a reason.

Requires
ManageRoles Server Permission
.chatmute @Someone.chatmute @Someone stop writing.chatmute 15m @Someone.chatmute 1h30m @Someone.chatmute 1h @Someone chill
.chatunmute
AdministrationMuteCommands

Removes a mute role previously set on a mentioned user with .chatmute which prevented him from chatting in text channels.

Requires
ManageRoles Server Permission
.chatunmute @Someone
.voicemute
AdministrationMuteCommands

Prevents a mentioned user from speaking in voice channels. User has to be in a voice channel in order for the command to have an effect. You can also specify time string for how long the user should be muted. You can optionally specify a reason.

Requires
MuteMembers Server Permission
.voicemute @Someone.voicemute @Someone stop talking.voicemute 15m @Someone.voicemute 1h30m @Someone.voicemute 1h @Someone silence
.voiceunmute
AdministrationMuteCommands

Gives a previously voice-muted user a permission to speak.

Requires
MuteMembers Server Permission
.voiceunmute @Someguy
.dpo
AdministrationDiscordPermOverrideCommands

Overrides required user permissions that the command has with the specified ones. You can only use server-level permissions. This action will make the bot ignore user permission requirements which command has by default. Provide no permissions to reset to default.

Requires
Administrator Server Permission
.dpo .prune ManageMessages BanMembers.dpo .prune
.dpor
AdministrationDiscordPermOverrideCommands

Resets ALL currently set discord permission overrides on this server. This will make all commands have default discord permission requirements.

Requires
Administrator Server Permission
.dpor
.dpol.dpoli
AdministrationDiscordPermOverrideCommands

Lists all discord permission overrides on this server.

Requires
Administrator Server Permission
.dpol
.rotateplaying.ropl
AdministrationPlayingRotateCommands

Toggles rotation of playing status of the dynamic strings you previously specified.

Requires
Bot Owner Only
.rotateplaying
.addplaying.adpl
AdministrationPlayingRotateCommands

Adds a specified string to the list of playing strings to rotate. You have to pick either Playing, Watching or Listening as the first parameter.

Requires
Bot Owner Only
.addplaying Playing with you.addplaying Watching you sleep
.listplaying.lipl
AdministrationPlayingRotateCommands

Lists all playing statuses and their indexes.

Requires
Bot Owner Only
.listplaying
.removeplaying.rmpl
AdministrationPlayingRotateCommands

Removes a playing status by index. Use .lipl to see indexes.

Requires
Bot Owner Only
.removeplaying
.prefix
AdministrationPrefixCommands

Sets this server's prefix for all bot commands. Provide no parameters to see the current server prefix. Setting prefix requires Administrator server permission.

.prefix +
.defprefix
AdministrationPrefixCommands

Sets bot's default prefix for all bot commands. Provide no parameters to see the current default prefix. This will not change this server's current prefix.

Requires
Bot Owner Only
.defprefix +
.antialt
AdministrationProtectionCommands

Applies a punishment action to any user whose account is younger than the specified threshold. Available Punishments are: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, RemoveRoles, AddRole, Warn, TimeOut You can specify an additional time argument to do a timed punishment for actions which support it (Ban, Mute, etc) up to 24h. Max message count is 10. Provide no parameters to disable.

Requires
Administrator Server Permission
.antialt 1h Ban.antialt 3d Mute 1h
.antiraid
AdministrationProtectionCommands

Sets an anti-raid protection on the server.

First parameter is number of people which will trigger the protection.

Second parameter is a time interval in which that number of people needs to join in order to trigger the protection.

Third parameter is punishment for those people. Available punishments: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, RemoveRoles, AddRole, Warn, TimeOut You can specify an additional time argument to do a timed punishment for actions which support it (Ban, Mute, etc) up to 24h.

Provide no parameters to disable.

Requires
Administrator Server Permission
.antiraid 5 20 Kick.antiraid 7 9 Ban.antiraid 10 10 Ban 6h30m.antiraid
.antispam
AdministrationProtectionCommands

Applies a Punishment to people who repeat the same message X times in a row. Available Punishments are: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, RemoveRoles, AddRole, Warn, TimeOut You can specify an additional time argument to do a timed punishment for actions which support it (Ban, Mute, etc) up to 24h. Max message count is 10. Provide no parameters to disable.

Requires
Administrator Server Permission
.antispam 3 Mute.antispam 5 Ban.antispam 5 Ban 3h30m.antispam
.antispamignore
AdministrationProtectionCommands

Toggles whether antispam ignores current channel. Antispam must be enabled.

Requires
Administrator Server Permission
.antispamignore
.antilist.antilst
AdministrationProtectionCommands

Shows currently enabled protection features.

.antilist
.prune.clear
AdministrationPruneCommands

.prune removes all Nadeko's messages in the last 100 messages. .prune X removes last X number of messages from the channel (up to 100). .prune @Someone removes all Someone's messages in the last 100 messages. .prune @Someone X removes last X number of 'Someone's' messages in the channel.

Options

--safe (-s) Whether pinned messages should be deleted.

--after (-a) Prune only messages after the specified message ID.

.prune.prune -s.prune 5.prune 5 --safe.prune @Someone.prune @Someone --safe.prune @Someone X.prune @Someone X -s
.prunecancel.prunec
AdministrationPruneCommands

Cancels an active prune if there is any.

Requires
ManageMessages Channel Permission
.prunecancel
.reroadd.reroa
AdministrationReactionRoleCommands

Specify a message id, emote and a role name to have the bot assign the specified role to the user who reacts to the specified message (in this channel) with the specified emoji. You can optionally specify an exclusivity group. Default is group 0 which is non-exclusive. Other groups are exclusive. Exclusive groups will let the user only have one of the roles specified in that group. You can optionally specify a level requirement after a group. Users who don't meet the level requirement will not receive the role. You can have up to 50 reaction roles per server in total.

Requires
ManageRoles Server Permission
.reroadd 971276352684691466 😊 gamer.reroadd 971276352684691466 😢 emo 1.reroadd 971276352684691466 🤔 philosopher 5 20.reroadd 971276352684691466 👨 normie 5 20
.rerolist.reroli
AdministrationReactionRoleCommands

Lists all ReactionRole messages on this server with their message ids. Clicking/Tapping message ids will send you to that message.

Requires
ManageRoles Server Permission
.rerolist
.reroremove.rerorm
AdministrationReactionRoleCommands

Remove all reaction roles from message specified by the id

Requires
ManageRoles Server Permission
.reroremove 971276352684691466
.rerodeleteall.rerodela
AdministrationReactionRoleCommands

Deletes all reaction roles on the server. This action is irreversible.

Requires
ManageRoles Server Permission
.rerodeleteall
.rerotransfer.rerot
AdministrationReactionRoleCommands

Transfers reaction roles from one message to another by specifying their ids. If the target message has reaction roles specified already, the reaction roles will be MERGED, not overwritten.

Requires
ManageRoles Server Permission
.rerotransfer 971276352684691466 971427748448964628
.setrole.sr
AdministrationRoleCommands

Gives a role to a user. The role you specify has to be lower in the role hierarchy than your highest role.

Requires
ManageRoles Server Permission
.setrole @User Guest
.removerole.rr
AdministrationRoleCommands

Removes a role from a user. The role you specify has to be lower in the role hierarchy than your highest role.

Requires
ManageRoles Server Permission
.removerole @User Admin
.renamerole.renr
AdministrationRoleCommands

Renames a role. The role you specify has to be lower in the role hierarchy than your highest role.

Requires
ManageRoles Server Permission
.renamerole "First role" SecondRole
.removeallroles.rar
AdministrationRoleCommands

Removes all roles which are lower than your highest role in the role hierarchy from the user you specify.

Requires
ManageRoles Server Permission
.removeallroles @User
.createrole.cr
AdministrationRoleCommands

Creates a role with a given name.

Requires
ManageRoles Server Permission
.createrole Awesome Role
.deleterole.dr
AdministrationRoleCommands

Deletes a role with a given name.

Requires
ManageRoles Server Permission
.deleterole Awesome Role
.rolehoist.rh
AdministrationRoleCommands

Toggles whether this role is displayed in the sidebar or not. The role you specify has to be lower in the role hierarchy than your highest role.

Requires
ManageRoles Server Permission
.rolehoist Guests.rolehoist Space Wizards
.rolecolor.roleclr
AdministrationRoleCommands

Set a role's color using its hex value. Provide no color in order to see the hex value of the color of the specified role. The role you specify has to be lower in the role hierarchy than your highest role.

.rolecolor Admin.rolecolor ffba55 Admin
.stickyroles
AdministrationRoleCommands

Toggles whether the bot will save the leaving users' roles, and reapply them once they re-join. The roles will be stored for up to 30 days.

Requires
Administrator Server Permission
.stickyroles
.adsarm
AdministrationSelfAssignedRolesCommands

Toggles the automatic deletion of the user's message and Nadeko's confirmations for .iam and .iamn commands.

Requires
ManageMessages Server Permission
.adsarm
.asar
AdministrationSelfAssignedRolesCommands

Adds a role to the list of self-assignable roles. You can also specify a group. If 'Exclusive self-assignable roles' feature is enabled (.tesar), users will be able to pick one role per group.

Requires
ManageRoles Server Permission
.asar Gamer.asar 1 Alliance.asar 1 Horde
.sargn
AdministrationSelfAssignedRolesCommands

Sets a self assignable role group name. Provide no name to remove.

Requires
ManageRoles Server Permission
.sargn 1 Faction.sargn 2
.rsar
AdministrationSelfAssignedRolesCommands

Removes a specified role from the list of self-assignable roles.

Requires
ManageRoles Server Permission
.rsar Gamer.rsar Alliance.rsar Horde
.lsar
AdministrationSelfAssignedRolesCommands

Lists self-assignable roles. Shows 20 roles per page.

.lsar.lsar 2
.togglexclsar.tesar
AdministrationSelfAssignedRolesCommands

Toggles whether self-assigned roles are exclusive. While enabled, users can only have one self-assignable role per group.

Requires
ManageRoles Server Permission
.togglexclsar
.rolelevelreq.rlr
AdministrationSelfAssignedRolesCommands

Set a level requirement on a self-assignable role.

Requires
ManageRoles Server Permission
.rolelevelreq 5 SomeRole
.iam
AdministrationSelfAssignedRolesCommands

Adds a role to you that you choose. Role must be on the list of self-assignable roles.

.iam Gamer
.iamnot.iamn
AdministrationSelfAssignedRolesCommands

Removes a specified role from you. Role must be on the list of self-assignable roles.

.iamnot Gamer
.cacheusers
AdministrationSelfCommands

Caches users of a Discord server and saves them to the database.

Requires
Bot Owner Only
.cacheusers.cacheusers serverId
.doas.execas
AdministrationSelfCommands

Execute the command as if you were the target user. Requires bot ownership and server administrator permission.

Requires
Bot Owner Only
.doas @Thief .give all @Admin
.scadd.startcmdadd
AdministrationSelfCommands

Adds a command to the list of commands which will be executed automatically in the current channel, in the order they were added in, by the bot when it startups up.

Requires
Bot Owner OnlyAdministrator Server Permission
.scadd .stats
.acadd.autocmdadd
AdministrationSelfCommands

Adds a command to the list of commands which will be executed automatically every X seconds.

Requires
Bot Owner OnlyAdministrator Server Permission
.acadd 60 .prune 1000
.sclist.startcmdlist
AdministrationSelfCommands

Lists all startup commands in the order they will be executed in.

Requires
Bot Owner Only
.sclist
.aclist.autolist
AdministrationSelfCommands

Lists all auto commands and the intervals in which they execute.

Requires
Bot Owner Only
.aclist
.wait
AdministrationSelfCommands

Used only as a startup command. Waits a certain number of milliseconds before continuing the execution of the following startup commands.

Requires
Bot Owner Only
.wait 3000
.acrm.autocmdrm
AdministrationSelfCommands

Removes an auto command on the specified index.

Requires
Bot Owner OnlyAdministrator Server Permission
.acrm 3
.scrm.startcmdrm
AdministrationSelfCommands

Removes a startup command on the specified index.

Requires
Bot Owner Only
.scrm 3
.scclear.scclr
AdministrationSelfCommands

Removes all startup commands.

Requires
Bot Owner OnlyAdministrator Server Permission
.scclear
.forwardmessages.fwmsgs
AdministrationSelfCommands

Toggles forwarding of non-command messages sent to bot's DM to the bot owners

Requires
Bot Owner Only
.forwardmessages
.forwardtoall.fwtoall
AdministrationSelfCommands

Toggles whether messages will be forwarded to all bot owners or only to the first one specified in the creds.yml file

Requires
Bot Owner Only
.forwardtoall
.forwardtochannel.fwtoch
AdministrationSelfCommands

Toggles forwarding of non-command messages sent to bot's DM to the current channel

Requires
Bot Owner Only
.forwardtochannel
.shardstats
AdministrationSelfCommands

Stats for shards. Paginated with 25 shards per page. Format: [status] | # [shard_id] | [last_heartbeat] | [server_count]

.shardstats.shardstats 2
.restartshard
AdministrationSelfCommands

Try (re)connecting a shard with a certain shardid when it dies. No one knows will it work. Keep an eye on the console for errors.

Requires
Bot Owner Only
.restartshard 2
.leave
AdministrationSelfCommands

Makes Nadeko leave the server. Either server name or server ID is required.

Requires
Bot Owner Only
.leave 123123123331
.deleteemptyservers
AdministrationSelfCommands

Deletes all servers in which the bot is the only member.

Requires
Bot Owner Only
.deleteemptyservers
.die
AdministrationSelfCommands

Shuts the bot down.

Requires
Bot Owner Only
.die
.restart
AdministrationSelfCommands

Restarts the bot. Might not work.

Requires
Bot Owner Only
.restart
.setname.newnm
AdministrationSelfCommands

Gives the bot a new name.

Requires
Bot Owner Only
.setname BotName
.setstatus
AdministrationSelfCommands

Sets the bot's status. (Online/Idle/Dnd/Invisible)

Requires
Bot Owner Only
.setstatus Idle
.setavatar.setav
AdministrationSelfCommands

Sets a new avatar image for the NadekoBot. Parameter is a direct link to an image.

Requires
Bot Owner Only
.setavatar https://i.imgur.com/xTG3a1I.jpg
.setbanner
AdministrationSelfCommands

Sets a new banner image for the NadekoBot. Parameter is a direct link to an image. Supports gifs.

Requires
Bot Owner Only
.setbanner https://i.imgur.com/xTG3a1I.jpg
.setactivity.setgame
AdministrationSelfCommands

Sets the bots game status to a Custom, Playing, Listening, or Watching status.

Requires
Bot Owner Only
.setactivity Just chilling.setactivity Playing with snakes.setactivity Listening music
.setstream
AdministrationSelfCommands

Sets the bots stream. First parameter is the twitch link, second parameter is stream name.

Requires
Bot Owner Only
.setstream TWITCHLINK Hello
.send
AdministrationSelfCommands

Sends a message to a channel or user. You can write "channel" (literally word 'channel') first followed by the channel id or channel mention, or You can write "user" (literally word 'user') first followed by the user id or user mention. After either one of those, specify the message to be sent. This command can only be used by the Bot Owner.

Requires
Bot Owner Only
.send channel 123123123132312 Stop spamming commands plz.send user 1231231232132 I can see in the console what you're doing.
.stringsreload
AdministrationSelfCommands

Reloads localized bot strings.

Requires
Bot Owner Only
.stringsreload
.coordreload
AdministrationSelfCommands

Reloads coordinator config

Requires
Bot Owner Only
.coordreload
.logserver
AdministrationLogCommands

Enables or Disables ALL log events. If enabled, all log events will log to this channel.

Requires
Bot Owner OnlyNo Public BotAdministrator Server Permission
.logserver enable.logserver disable
.logignore
AdministrationLogCommands

Toggles whether the .log and .logserver commands ignore the specified channel or user. Provide no arguments to see the list of currently ignored users and channels.

Requires
Bot Owner OnlyNo Public BotAdministrator Server Permission
.logignore.logignore @SomeUser.logignore #some-channel
.logevents
AdministrationLogCommands

Shows a list of all events you can subscribe to with .log

Requires
Bot Owner OnlyNo Public BotAdministrator Server Permission
.logevents
.log
AdministrationLogCommands

Toggles logging event. Disables it if it is active anywhere on the server. Enables if it isn't active. Use .logevents to see a list of all events you can subscribe to.

Requires
Bot Owner OnlyNo Public BotAdministrator Server Permission
.log userpresence.log userbanned
.timezones
AdministrationTimeZoneCommands

Lists all timezones available on the system to be used with .timezone.

.timezones
.timezone
AdministrationTimeZoneCommands

Sets this guilds timezone. This affects bot's time output in this server (logs, etc..) Setting timezone requires Administrator server permission.

.timezone.timezone GMT Standard Time
.warn
AdministrationUserPunishCommands

Warns a user with an optional reason. You can specify a warning weight integer before the user. For example, 3 would mean that this warning counts as 3 warnings.

Requires
BanMembers Server Permission
.warn @Someone Very rude person.warn 3 @Someone Very rude person
.warnexpire.warne
AdministrationUserPunishCommands

Gets or sets the number of days after which the warnings will be cleared automatically. This setting works retroactively. If you want to delete the warnings instead of clearing them, you can set the --delete optional parameter. Provide no parameter to see currently set expiry

Options

--delete (-d) Delete warnings instead of clearing them.

Requires
Administrator Server Permission
.warnexpire.warnexpire 3.warnexpire 6 --delete
.warnlog
AdministrationUserPunishCommands

See a list of warnings of a certain user.

Requires
BanMembers Server Permission
.warnlog @Someone
.warnlogall
AdministrationUserPunishCommands

See a list of all warnings on the server. 15 users per page.

Requires
BanMembers Server Permission
.warnlogall.warnlogall 2
.warndelete.warnrm
AdministrationUserPunishCommands

Deletes a warning from a user by its index.

Requires
Administrator Server Permission
.warndelete 3
.warnclear.warnc
AdministrationUserPunishCommands

Clears all warnings from a certain user. You can specify a number to clear a specific one.

Requires
BanMembers Server Permission
.warnclear @PoorDude 3.warnclear @PoorDude
.warnpunish.warnp
AdministrationUserPunishCommands

Sets a punishment for a certain number of warnings. You can specify a time string after 'Ban' or *'Mute' punishments to make it a temporary mute/ban. Provide no punishment to remove. Available punishments: Ban, Kick, Softban, Mute, VoiceMute, ChatMute, AddRole, RemoveRoles

Requires
BanMembers Server Permission
.warnpunish 3.warnpunish 5 Ban.warnpunish 5 Mute 2d12h.warnpunish 4 AddRole toxic 1h
.warnpunishlist.warnpl
AdministrationUserPunishCommands

Lists punishments for warnings.

.warnpunishlist
.ban.b
AdministrationUserPunishCommands

Bans a user by ID or name with an optional message. You can specify a time string before the user name to ban the user temporarily.

Requires
BanMembers Server Permission
.ban @Someone Get out!.ban "Some Guy#1234" Your behaviour is toxic..ban 1d12h @Someone Come back when u chill
.banprune
AdministrationUserPunishCommands

Sets how many days of messages will be deleted when a user is banned. Only works if the user is banned via the .ban command or punishment. Allowed values: 0 - 7

Requires
BanMembers Server Permission
.banprune 3
.banmessage.banmsg
AdministrationUserPunishCommands

Sets a ban message template which will be used when a user is banned from this server. You can use embed strings and ban-specific placeholders: %ban.mod%, %ban.user%, %ban.duration% and %ban.reason%. You can disable ban message with .banmsg -

Requires
BanMembers Server Permission
.banmessage %ban.user%, you've been banned from %server.name%. Reason: %ban.reason%.banmessage { "description": "%ban.user% you have been banned from %server.name% by %ban.mod%" }
.banmsgreset
AdministrationUserPunishCommands

Resets ban message to default. If you want to completely disable ban messages, use .banmsg -

Requires
BanMembers Server Permission
.banmsgreset
.banmsgtest
AdministrationUserPunishCommands

If ban message is not disabled, bot will send you the message as if you were banned by yourself. Used for testing the ban message.

Requires
BanMembers Server Permission
.banmsgtest No reason.banmsgtest 1h Test 1 hour ban message
.unban
AdministrationUserPunishCommands

Unbans a user with the provided user#discrim or id.

Requires
BanMembers Server Permission
.unban kwoth#1234.unban 123123123
.softban.sb
AdministrationUserPunishCommands

Bans and then unbans a user by ID or name with an optional message.

Requires
KickMembers, ManageMessages Server Permission
.softban @Someone Get out!.softban "Some Guy#1234" Your behaviour is toxic.
.kick.k
AdministrationUserPunishCommands

Kicks a mentioned user.

Requires
KickMembers Server Permission
.kick @Someone Get out!.kick "Some Guy#1234" Your behaviour is toxic.
.timeout
AdministrationUserPunishCommands

Times the user out for the specified amount of time. You may optionally specify a reason, which will be sent to the user.

Requires
ModerateMembers Server Permission
.timeout @Someone 3h Shut up!.timeout @Someone 1h30m
.massban
AdministrationUserPunishCommands

Bans multiple users at once. Specify a space separated list of IDs of users who you wish to ban.

Requires
BanMembers Server Permission
.massban 123123123 3333333333 444444444
.masskill
AdministrationUserPunishCommands

Specify a new-line separated list of userid reason. You can use Username#discrim instead of UserId. Specified users will be banned from the current server, blacklisted from the bot, and have all of their currency taken away.

Requires
Bot Owner OnlyBanMembers Server Permission
.masskill BadPerson#1234 Toxic person
.vcrolerm
AdministrationVcRoleCommands

Removes any .vcrole associated with the specified channel ID. This is useful if your vcrole has been enabled on a VC which has been deleted.

Requires
ManageRoles Server Permission
.vcrolerm 123123123123123
.vcrole
AdministrationVcRoleCommands

Sets or resets a role which will be given to users who join the voice channel you're in when you run this command. Provide no role name to disable. You must be in a voice channel to run this command.

Requires
ManageRoles Server Permission
.vcrole SomeRole.vcrole
.vcrolelist
AdministrationVcRoleCommands

Shows a list of currently set voice channel roles.

.vcrolelist
.exprtoggleglobal.extg
ExpressionsExpressions

Toggles whether global expressions are usable on this server.

Requires
Administrator Server Permission
.exprtoggleglobal
.expradds.exadds
ExpressionsExpressions

Add an expression with a trigger and a response in this server. Bot will post a response whenever someone types the trigger word. This command is useful if you want to lower the permission requirement for managing expressions by using .dpo. Guide here.

Requires
Administrator Server Permission
.expradds "hello" Hi there %user.mention%
.expradd.exadd
ExpressionsExpressions

Add an expression with a trigger and a response. Bot will post a response whenever someone types the trigger word. Running this command in a server requires the Administrator permission. Running this command in DM is Bot Owner only and adds a new global expression. Guide here

.expradd "hello" Hi there %user.mention%
.expredit.exe
ExpressionsExpressions

Edits the expression's response given its ID.

.expredit 123 I'm a magical girl
.exprlist.exl
ExpressionsExpressions

Lists global or server expressions (20 expressions per page). Running the command in DM will list global expressions, while running it in a server will list server expressions. Shows enabled settings, followed by id, followed by the trigger. Settings: • 🗯️ Triggered if trigger matches any phrase (.h exca) • ✉️ Response will be DMed (.h exdm) • ❌ Trigger message will be deleted (.h exad)

.exprlist 1
.exprshow.exs
ExpressionsExpressions

Shows an expression's response on a given ID.

.exprshow 1
.exprdelserv.exds
ExpressionsExpressions

Deletes an expression on a specific index on this server. This command is useful if you want to lower the permission requirement for managing expressions by using .dpo.

Requires
Administrator Server Permission
.exprdelserv 5c
.exprdel.exd
ExpressionsExpressions

Deletes an expression by index. If ran in DM, it is bot owner only and deletes a global expression. Running this command in a server requires the Administrator permission and deletes a server expression.

.exprdel 5
.exreact.exr
ExpressionsExpressions

Sets or resets reactions (up to 3) which will be added to the response message of the Expression with the specified ID. Provide no emojis to reset.

.exreact 59 👍 👎.exreact 59 <a:nFlower:408963839191941120>.exreact 59
.exprca.exca
ExpressionsExpressions

Toggles whether the expression will trigger if the triggering message contains the keyword (instead of only starting with it).

.exprca 44
.exprdm.exdm
ExpressionsExpressions

Toggles whether the response message of the expression will be sent as a direct message.

.exprdm 44
.exprad.exad
ExpressionsExpressions

Toggles whether the message triggering the expression will be automatically deleted.

.exprad 59
.exprat.exat
ExpressionsExpressions

Toggles whether the expression will allow extra input after the trigger. For example, with this feature enabled, expression with trigger 'hi' will also be invoked when a user types 'hi there'. This feature is automatically enabled on expressions which have '%target%' in their response.

.exprat 59
.expreload.exrel
ExpressionsExpressions

Reloads all expressions on all shards. Use this if you've made changes to the database while the bot is running, or used .deleteunusedcrnq

Requires
Bot Owner Only
.expreload
.exprclear.exc
ExpressionsExpressions

Deletes all expression on this server.

Requires
Administrator Server Permission
.exprclear
.exexport
ExpressionsExpressions

Exports expressions from the current server (or global expressions in DMs) into a .yml file

.exexport
.eximport
ExpressionsExpressions

Upload the file or send the raw .yml data with this command to import all expressions from the specified string or file into the current server (or as global expressions in dm)

.eximport <upload .yml file>
.timely
GamblingGambling

Use to claim your timely currency. This is usually set by the bot owners to be daily, hourly or once every 12 hours. Bot owner has to specify the amount and the period on how often you can claim your currency.

.timely
.timelyreset
GamblingGambling

Resets all user timeouts on .timely command.

Requires
Bot Owner Only
.timelyreset
.timelyset
GamblingGambling

Sets the 'timely' currency allowance amount for users. Second parameter is period in hours, default is 24 hours.

Requires
Bot Owner Only
.timelyset 100.timelyset 50 12
.raffle
GamblingGambling

Prints a name and ID of a random online user from the server, or from the online user in the specified role.

.raffle.raffle RoleName
.raffleany
GamblingGambling

Prints a name and ID of a random user from the server, or from the specified role.

.raffleany.raffleany RoleName
.curtrs
GamblingGambling

Shows your currency transactions on the specified page. Bot owner can see other people's transactions too.

.curtrs 2.curtrs @SomeUser 2
.curtr
GamblingGambling

Shows full details about a currency transaction with the specified ID. You can only check your own transactions.

.curtr 3yvd
.cash.$
GamblingGambling

Check how much currency a person has. If no argument is provided it will check your own balance.

.cash.cash @Someone
.give
GamblingGambling

Give someone a certain amount of currency. You can specify the reason after the mention.

.give 1 @Someone.give 5 @CootGurl Ur so pwetty
.award
GamblingGambling

Awards someone a certain amount of currency. You can specify the reason after the Username. You can also specify a role name to award currency to all users in a role.

Requires
Bot Owner Only
.award 100 @person.award 5 Role Of Gamblers
.take.seize
GamblingGambling

Takes the specified amount of currency from someone. You can specify a role instead to take the specified amount of currency from all users in the role.

Requires
Bot Owner Only
.take 1 @Someone.take 50 SomeRole
.betroll.br
GamblingGambling

Bets the specified amount of currency and rolls a dice. Rolling over 66 yields x2 of your currency, over 90 - x4 and 100 x10. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.betroll 5
.leaderboard.lb
GamblingGambling

Displays the bot's currency leaderboard, or in other words, the richest users. Specifying -c flag will show only users who are in this server. Paginated with 10 users per page.

Options

--clean (-c) Only show users who are on the server.

.leaderboard.leaderboard -c
.rps
GamblingGambling

Play a game of Rocket-Paperclip-Scissors with Nadeko. You can bet on it. Winning awards you 1.95x of the bet. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.rps r 100.rps scissors
.luckyladder.lula
GamblingGambling

Bets the specified amount of currency on the lucky ladder. You can stop on one of many different multipliers. The won amount is rounded down to the nearest whole number. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.luckyladder 10
.bettest
GamblingGambling

Tests a betting command by specifying the name followed by the number of tests. Some have multiple variations. See the list of all tests by specifying no parameters.

Requires
Bot Owner Only
.bettest.bettest betflip 1000.bettest slot 2000
.rakeback.rb
GamblingGambling

Try to claim any rakeback that you have available. Rakeback is accumulated by betting (not by winning or losing). Default rakeback is 0.05 * house edge House edge is defined per game

.rakeback
.race
GamblingAnimalRacingCommands

Starts a new animal race.

Options

--start-time (-s)

.race
.joinrace.jr
GamblingAnimalRacingCommands

Joins a new race. You can specify an amount of currency for betting (optional). You will get YourBet*(participants-1) back if you win.

.joinrace.joinrace 5
.bank deposit.bank d
GamblingBank

Deposits the specified amount of currency into the bank for later use.

.bank deposit 50
.bank withdraw.bank w
GamblingBank

Withdraws the specified amount of currency from the bank if available.

.bank withdraw 49
.bank balance.bank b
GamblingBank

Shows how much currency is in your bank account. This differs from your cash amount, as the cash amount is publicly available, but only you have access to your bank balance. However, you have to withdraw it first in order to use it. Bot Owner can also check another user's bank balance.

.bank balance.bank balance @User
.bank take.bank seize
GamblingBank

Takes the specified amount of currency from a user's bank

Requires
Bot Owner Only
.bank take 500 @MoniLaunder
.bank award
GamblingBank

Award the specified amount of currency to a user's bank

Requires
Bot Owner Only
.bank award 99999 @Bestie
.betstatsreset.bsr
GamblingBetStatsCommands

Reset all of your Bet Stats for a fee. You can alternatively reset Bet Stats for the specified game.

.betstatsreset.betstatsreset game
.betstats.bs
GamblingBetStatsCommands

Shows the current bet stats for yourself, or the targetted user. You may optionally specify the game to show stats for. Supported games right now are: bf, br, bd, lula, slot, race

.betstats.betstats @someone.betstats @someone lula.betstats bd
.gamblestats.gs
GamblingBetStatsCommands

Shows the total stats of several gambling features. Updates once an hour.

.gamblestats
.gamblestatsreset.gsr
GamblingBetStatsCommands

Resets the gamble stats.

Requires
Bot Owner Only
.gamblestatsreset
.blackjack.bj
GamblingBlackJackCommands

Start or join a blackjack game by specifying the amount you're betting. You must specify the amount you're betting. Use .hit, .stand and .double commands to play. Game is played with 4 decks. Dealer hits on soft 17 and wins draws.

.blackjack 50
.hit
GamblingBlackJackCommands

In the blackjack game, ask the dealer for an extra card.

.hit
.stand
GamblingBlackJackCommands

Finish your turn in the blackjack game.

.stand
.double
GamblingBlackJackCommands

In the blackjack game, double your bet in order to receive exactly one more card, and your turn ends.

.double
.connect4.con4
GamblingConnect4Commands

Creates or joins an existing connect4 game. 2 players are required for the game. Objective of the game is to get 4 of your pieces next to each other in a vertical, horizontal or diagonal line. You can specify a bet when you create a game and only users who bet the same amount will be able to join your game.

Options

--turn-timer (-t) Turn time in seconds. It has to be between 5 and 60. Default 15.

.connect4
.roll
GamblingDiceRollCommands

Rolls 0-100. If you supply a number X it rolls up to 30 normal dice. If you split 2 numbers with letter d (xdy) it will roll X dice from 1 to y. Y can be a letter 'F' if you want to roll fate dice instead of dnd.

.roll.roll 7.roll 3d5.roll 5dF
.rolluo
GamblingDiceRollCommands

Rolls X normal dice (up to 30) unordered. If you split 2 numbers with letter d (xdy) it will roll X dice from 1 to y.

.rolluo.rolluo 7.rolluo 3d5
.nroll
GamblingDiceRollCommands

Rolls in a given range. If you specify just one number instead of the range, it will roll from 0 to that number.

.nroll 5.nroll 5-15
.draw
GamblingDrawCommands

Draws a card from this server's deck. You can draw up to 10 cards by supplying a number of cards to draw.

.draw.draw 5
.drawnew
GamblingDrawCommands

Draws a card from the NEW deck of cards. You can draw up to 10 cards by supplying a number of cards to draw.

.drawnew.drawnew 5
.deckshuffle.dsh
GamblingDrawCommands

Reshuffles all cards back into the deck.

.deckshuffle
.betdraw.bd
GamblingDrawCommands

Bet on the card value and/or color. Specify the amount followed by your guess. You can specify r or b for red or black, and h or l for high or low. You can specify only h/l or only r/b or both. Returns are high but 7 always loses. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.betdraw 50 r.betdraw 200 b l.betdraw 1000 h.betdraw 38 hi black
.eventstart
GamblingCurrencyEventsCommands

Starts one of the events seen on public Nadeko. Events: reaction, gamestatus

Options

--amount (-a) Amount of currency each user receives.

--pot-size (-p) The maximum amount of currency that can be rewarded. 0 means no limit.

--duration (-d) Number of hours the event should run for. Default 24.

Requires
Bot Owner Only
.eventstart reaction.eventstart reaction -d 1 -a 50 --pot-size 1500
.flip
GamblingFlipCoinCommands

Flips coin(s) - heads or tails, and shows an image.

.flip.flip 3
.betflip.bf
GamblingFlipCoinCommands

Bet on the coin flip. The result can be heads or tails. Guessing correctly rewards you with 1.95x of the currency you've bet (rounded up). Multiplier can be changed by the bot owner. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.betflip 5 heads.betflip 3 t
.pick
GamblingPlantPickCommands

Picks the currency planted in this channel. If the plant has a password, you need to specify it.

.pick.pick passwd
.plant
GamblingPlantPickCommands

Spend an amount of currency to plant it in this channel. Default is 1. You can specify the password after the amount. Password has to be alphanumeric and it will be trimmed down to 10 characters if it's longer.

.plant 5.plant 10 meow
.gencurrency.gc
GamblingPlantPickCommands

Toggles currency generation on this channel. Every posted message will have chance to spawn currency. Chance is specified by the Bot Owner. (default is 2%)

Requires
ManageMessages Server Permission
.gencurrency
.gencurlist.gclist
GamblingPlantPickCommands

Shows the list of server and channel ids where gc is enabled. Paginated with 9 per page.

Requires
Bot Owner OnlyManageMessages Server Permission
.gencurlist
.shop
GamblingShopCommands

Lists this server's administrators' shop. Paginated.

.shop.shop 2
.shopbuy.buy
GamblingShopCommands

Buys an item from the shop on a given index. If buying items, make sure that the bot can DM you.

.shopbuy 2
.shopadd
GamblingShopCommands

Adds an item to the shop. First you begin by specifying the type of the item you wish to add. Available types are role, list and command. If the item is a role, specify a role id or a role name. In case you're selling a command, and you need user's name, id etc, you can use the following placeholders:

  • `%you%` - Buyer mention
    
  • `%you.id%` - Buyer's user ID
    
  • `%you.username%` - Buyer's username
    
  • `%you.name%` - Buyer's global name
    
  • `%you.nick%` - Buyer's display name
    

90% of currency from each purchase will be received by the user who added the item to the shop. This is configurable by the bot owner

Requires
Administrator Server Permission
.shopadd role 1000 Rich.shopadd cmd 1000 .setrole %user% Rich
.shoplistadd
GamblingShopCommands

Adds an item to the list of items for sale in the shop entry given the index. You usually want to run this command in the secret channel, so that the unique items are not leaked.

Requires
Administrator Server Permission
.shoplistadd 1 Uni-que-Steam-Key
.shopremove.shoprm
GamblingShopCommands

Removes an item from the shop by its ID.

Requires
Administrator Server Permission
.shopremove 1
.shopchangeprice.shopprice
GamblingShopCommands

Change the price of a shop entry at the specified index. Specify the index of the entry, followed by the price

Requires
Administrator Server Permission
.shopchangeprice 1 500
.shopchangename.shopname
GamblingShopCommands

Change the name of a shop entry at the specified index. Only works for non-role items

Requires
Administrator Server Permission
.shopchangename 3 Cool stuff
.shopswap
GamblingShopCommands

Swap the index of two shop entries

Requires
Administrator Server Permission
.shopswap 1 5
.shopmove
GamblingShopCommands

Moves the shop entry from the current index to a new one

Requires
Administrator Server Permission
.shopmove 2 4
.shopreq
GamblingShopCommands

Sets a role which will be required to buy the item on the specified index. Specify only index to remove the requirement.

Requires
Administrator Server Permission
.shopreq 2 Gamers.shopreq 2
.slot.slots
GamblingSlotCommands

Play Nadeko slots by placing your bet. You can specify 'all', 'half' or 'X%' instead of the amount to bet that part of your current balance.

.slot 5.slot all
.waifureset
GamblingWaifuClaimCommands

Resets your waifu stats, except current waifus.

.waifureset
.waifuclaims.claims
GamblingWaifuClaimCommands

Shows all of your currently claimed waifus.

.waifuclaims
.waifuclaim.claim
GamblingWaifuClaimCommands

Claim a waifu for yourself by spending currency. You must spend at least 10% more than her current value unless she set .affinity towards you.

.waifuclaim 50 @Himesama
.waifutransfer
GamblingWaifuClaimCommands

Transfer the ownership of one of your waifus to another user. You must pay 10% of your waifu's value unless that waifu has affinity towards you, in which case you must pay 60% fee. Transferred waifu's price will be reduced by the fee amount.

.waifutransfer @ExWaifu @NewOwner
.divorce
GamblingWaifuClaimCommands

Releases your claim on a specific waifu. You will get 50% of that waifu's value back, unless that waifu has an affinity towards you, in which case they will be reimbursed instead. 6 hours cooldown.

.divorce @CheatingSloot
.affinity.waifuaff
GamblingWaifuClaimCommands

Sets your affinity towards someone you want to be claimed by. Setting affinity will reduce their .claim on you by 20%. Provide no parameters to clear your affinity. 30 minutes cooldown.

.affinity @MyHusband.affinity
.waifulb.waifus
GamblingWaifuClaimCommands

Shows top 9 waifus. You can specify another page to show other waifus.

.waifulb.waifulb 3
.waifuinfo.waifustats
GamblingWaifuClaimCommands

Shows waifu stats for a target person. Defaults to you if no user is provided.

.waifuinfo @MyCrush.waifuinfo
.waifugift.gift
GamblingWaifuClaimCommands

Gift an item to a waifu user. The waifu's value will be increased by the percentage of the gift's value. You can optionally prefix the gift with a multiplier to gift the item that many times. For example, 3xRose will give the waifu 3 roses, 10xBread will give the waifu 10 breads. Do not use plural forms. Negative gifts will not show up in waifuinfo. Provide no parameters to see a list of items that you can gift.

.waifugift.waifugift Rose @Himesama
.choose
GamesGames

Chooses a thing from a list of things. Separate items with a semicolon ;

.choose Get up;Sleep;Sleep more
.eightball.8ball
GamesGames

Ask the 8ball a yes/no question.

.eightball Is b1nzy a nice guy?
.acrophobia.acro
GamesAcropobiaCommands

Starts an Acrophobia game.

Options

--submission-time (-s) Time after which the submissions are closed and voting starts.

--vote-time (-v) Time after which the voting is closed and the winner is declared.

.acrophobia.acrophobia -s 30
.cleverbot.chatbot
GamesChatterBotCommands

Toggles cleverbot/chatgpt session. When enabled, the bot will reply to messages starting with bot mention in the server. Expressions starting with %bot.mention% won't work if cleverbot/chatgpt is enabled.

Requires
ManageMessages Server Permission
.cleverbot
.hangmanlist
GamesHangmanCommands

Shows a list of hangman question categories.

.hangmanlist
.hangman
GamesHangmanCommands

Starts a game of hangman in the channel. You can optionally select a category .hangmanlist to see a list of available categories.

.hangman.hangman movies
.hangmanstop
GamesHangmanCommands

Stops the active hangman game on this channel if it exists.

.hangmanstop
.ncanvas.nc
GamesNCanvasCommands

Shows the current nCanvas. The canvas allows users to set each pixel's color and text using currency.

.ncanvas
.nczoom.ncz
GamesNCanvasCommands

Zooms in on the nCanvas. Bot will show the 10x10 grid with the position of each cell for use with ncset. You can either use alphanumeric position (ex. s4u) or pixel x and y (ex. 123 123)

.nczoom sgu.nczoom 123 123
.ncsetpixel.ncsp
GamesNCanvasCommands

Sets a pixel's color and text on the nCanvas. You must specify the position of the pixel to set in alphanumeric format. You can obtain alphanumeric position of the pixel by using nczoom or ncp <x> <y>

.ncsetpixel sgu #ff0000 Some text
.ncpixel.ncp
GamesNCanvasCommands

Shows the pixel at the specified position. You can get pixel positions by using nczoom

.ncpixel sgu.ncpixel 123 123
.ncsetimg.ncsi
GamesNCanvasCommands

Attach the image to the message sending the command to overwrite the nCanvas with it. All prices and colors will be reset. The image must be equal to the size of the nCanvas (default is 500x350) This command is dangerous and irreversible.

Requires
Bot Owner Only
.ncsetimg
.ncreset
GamesNCanvasCommands

Clears the nCanvas. All prices and colors will be reset. This command is dangerous and irreversible.

Requires
Bot Owner Only
.ncreset
.nunchi
GamesNunchiCommands

Creates or joins an existing nunchi game. Users have to count up by 1 from the starting number shown by the bot. If someone makes a mistake (types an incorrect number, or repeats the same number) they are out of the game and a new round starts without them. Minimum 3 users required.

.nunchi
.typestart
GamesSpeedTypingCommands

Starts a typing contest.

Options

--start-time (-s) How long does it take for the race to start. Default 5.

.typestart
.typestop
GamesSpeedTypingCommands

Stops a typing contest on the current channel.

.typestop
.typeadd
GamesSpeedTypingCommands

Adds a new article to the typing contest.

Requires
Bot Owner Only
.typeadd wordswords
.typelist
GamesSpeedTypingCommands

Lists added typing articles with their IDs. 15 per page.

.typelist.typelist 3
.typedel
GamesSpeedTypingCommands

Deletes a typing article given the ID.

Requires
Bot Owner Only
.typedel 3
.tictactoe.ttt
GamesTicTacToeCommands

Starts a game of tic tac toe. Another user must run the command in the same channel in order to accept the challenge. Use numbers 1-9 to play.

Options

--turn-timer (-t) Turn time in seconds. Default 15.

.tictactoe
.trivia.t
GamesTriviaCommands

Starts a game of trivia. First player to get to 10 points wins by default. 30 seconds per question.

Options

--pokemon (-p) Whether it's 'Who's that pokemon?' trivia.

--nohint Don't show any hints.

--win-req (-w) Winning requirement. Set 0 for an infinite game. Default 10.

--question-timer (-q) How long until the question ends. Default 30.

--timeout (-t) Number of questions of inactivity in order stop. Set 0 for never. Default 10.

.trivia.trivia --timeout 5 -p -w 3 -q 10
.tl
GamesTriviaCommands

Shows a current trivia leaderboard.

.tl
.tq
GamesTriviaCommands

Quits current trivia after current question.

.tq
.modules.mdls
HelpHelp

List all of the bot's modules. Each module contains commands that you can use.

.modules
.commands.cmds
HelpHelp

List all of the bot's commands in the specified module. You can either specify the full name or only the first few letters of the module name. Specifying no module will show the list of modules instead.

Options

--view (-v) Specifies how to output the list of commands. 0 - Hide commands which you can't use, 1 - Cross out commands which you can't use, 2 - Show all.

.commands Admin.commands Admin --view 1.commands
.h.help
HelpHelp

Shows help for a single command. Command help contains instructions on how to use the command with examples and a list of parameters. DMs you helpful links if no parameters are specified.

.h .cmds.h
.gencmdlist
HelpHelp

Generates a json of the commands list and sends it to the chat.

Requires
Bot Owner Only
.gencmdlist
.guide.readme
HelpHelp

Sends a readme and a guide links to the channel.

.guide
.donate
HelpHelp

Provides instructions for helping the project financially.

Requires
Only Public Bot
.donate
.patron
HelpPatronage

Check your patronage status and command usage quota. Bot owners can check targeted user's patronage status.

Requires
Only Public Bot
.patron
.patronmessage.patronmsg
HelpPatronage

Sends a message to all patrons of the specified tier and higher. Supports embeds

Requires
Bot Owner OnlyOnly Public Bot
.patronmessage x hello
.medusaload.meload
MedusaMedusa

Loads a medusa with the specified name from the data/medusae/ folder. Provide no name to see the list of loadable medusae. Read about the medusa system here

Requires
Bot Owner OnlyNo Public Bot
.medusaload mycoolmedusa.medusaload
.medusaunload.meunload
MedusaMedusa

Unloads the previously loaded medusa. Provide no name to see the list of unloadable medusae. Read about the medusa system here

Requires
Bot Owner OnlyNo Public Bot
.medusaunload mycoolmedusa.medusaunload
.medusalist.melist
MedusaMedusa

Lists all loaded and unloaded medusae. Read about the medusa system here

Requires
Bot Owner OnlyNo Public Bot
.medusalist
.medusainfo.meinfo
MedusaMedusa

Shows information about the specified medusa such as the author, name, description, list of sneks, number of commands etc. Provide no name to see the basic information about all loaded medusae. Read about the medusa system here

Requires
Bot Owner OnlyNo Public Bot
.medusainfo mycoolmedusa.medusainfo
.medusasearch.mesearchw
MedusaMedusa

Searches for medusae online given the search term

Requires
Bot Owner OnlyNo Public Bot
.medusasearch shrine
.join.j
MusicMusic

Makes the bot join your voice channel.

Requires
No Public Bot
.join
.destroy.d
MusicMusic

Completely stops the music and unbinds the bot from the channel. (may cause weird behaviour)

Requires
No Public Bot
.destroy
.play.p
MusicMusic

Queues up and plays a song or video based on a search query, song name, artist name or youtube link. If no parameters are specified, it will skip the current song. If you specify a song number, it will jump to that song. If you specify a search query, acts as a .q command You must be in a voice channel.

Requires
No Public Bot
.play.play 5.play Dream Of Venice
.queue.q
MusicMusic

Queues up and plays a song or video based on a search query, song name, artist name, search query or youtube link. Bot will join your voice channel. You must be in a voice channel.

Requires
No Public Bot
.queue Dream Of Venice
.queuenext.qn
MusicMusic

Works the same as .queue command, except it enqueues the new song after the current one. You must be in a voice channel.

Requires
No Public Bot
.queuenext Dream Of Venice
.volume.vol
MusicMusic

Sets the music playback volume (0-100%). Persistent server setting. Default 100

Requires
No Public Bot
.volume 50
.next.n
MusicMusic

Goes to the next song in the queue. You have to be in the same voice channel as the bot

Requires
No Public Bot
.next
.listqueue.lq
MusicMusic

Lists 10 currently queued songs per page. Default page is 1.

Requires
No Public Bot
.listqueue.listqueue 2
.queuesearch.qs
MusicMusic

Search for top 5 youtube song result using keywords, and type the index of the song to play that song. Bot will join your voice channel. You must be in a voice channel.

Requires
No Public Bot
.queuesearch Dream Of Venice
.songremove.srm
MusicMusic

Remove a song by its # in the queue, or 'all' (or provide no parameter) to remove all songs from the queue.

Requires
No Public Bot
.songremove 5.songremove all.songremove
.stop.s
MusicMusic

Stops the music and preserves the current song index. Stays in the channel.

Requires
No Public Bot
.stop
.queuerepeat.qrp
MusicMusic

Sets music player repeat strategy for this server.

  • n / no - player will stop once it reaches the end of the queue
  • s / song - player will repeat current song
  • q / queue or empty - player will repeat entire music queue
Requires
No Public Bot
.queuerepeat.queuerepeat n.queuerepeat song
.pause
MusicMusic

Pauses or Unpauses the song.

Requires
No Public Bot
.pause
.radio.ra
MusicMusic

Queues a radio stream from a link. It can be a direct mp3 radio stream, .m3u, .pls .asx or .xspf (Usage Video: https://streamable.com/al54)

Requires
No Public Bot
.radio radio link here
.local.lo
MusicMusic

Queues a local file by specifying a full path.

Requires
Bot Owner OnlyNo Public Bot
.local C:/music/mysong.mp3
.localplaylist.lopl
MusicMusic

Queues all songs from a directory.

Requires
Bot Owner OnlyNo Public Bot
.localplaylist C:/music/classical
.trackmove.tm
MusicMusic

Moves a song from one position to another.

Requires
No Public Bot
.trackmove 5 3
.playlist.pl
MusicMusic

Queues up to 500 songs from a youtube playlist specified by a link, or keywords.

Requires
No Public Bot
.playlist <youtube_playlist_link>
.nowplaying.np
MusicMusic

Shows the song that the bot is currently playing.

Requires
No Public Bot
.nowplaying
.playlistshuffle.shuffle
MusicMusic

Shuffles the current playlist.

Requires
No Public Bot
.playlistshuffle
.setmusicchannel.smch
MusicMusic

Sets the current channel as the default music output channel. This will output playing, finished, paused and removed songs to that channel instead of the channel where the first song was queued in. Persistent server setting.

Requires
No Public BotManageMessages Server Permission
.setmusicchannel
.unsetmusicchannel.usmch
MusicMusic

Bot will output playing, finished, paused and removed songs to the channel where the first song was queued in. Persistent server setting.

Requires
No Public BotManageMessages Server Permission
.unsetmusicchannel
.autodisconnect.autodc
MusicMusic

Toggles whether the bot should disconnect from the voice channel once it's done playing all of the songs and queue repeat option is set to none.

Requires
No Public Bot
.autodisconnect
.musicquality.mquality
MusicMusic

Gets or sets the default music player quality. Available settings: Highest, High, Medium, Low. Default is Highest. Provide no argument to see current setting.

Requires
No Public BotAdministrator Server Permission
.musicquality.musicquality High.musicquality Low
.queueautoplay.qap
MusicMusic

Toggles autoplay - When the song is finished, automatically queue a related Youtube song. (Works only for Youtube songs)

Requires
No Public Bot
.queueautoplay
.qfp
MusicMusic

Triggers fairplay. The song queue will be re-ordered in a fair manner. No effect on newly added songs.

Requires
No Public Bot
.qfp
.playlists.pls
MusicPlaylistCommands

Lists all playlists. Paginated, 20 per page.

Requires
No Public Bot
.playlists 1
.deleteplaylist.delpls
MusicPlaylistCommands

Deletes a saved playlist using its id. Works only if you made it or if you are the bot owner.

Requires
No Public Bot
.deleteplaylist 5
.playlistshow.plshow
MusicPlaylistCommands

Lists all songs in a playlist specified by its id. Paginated, 20 per page.

Requires
No Public Bot
.playlistshow 1
.save
MusicPlaylistCommands

Saves a playlist under a certain name. Playlist name must be no longer than 20 characters and must not contain dashes.

Requires
No Public Bot
.save classical1
.load
MusicPlaylistCommands

Loads a saved playlist using its ID. Use .pls to list all saved playlists and .save to save new ones.

Requires
No Public Bot
.load 5
.deleteplaylists
MusicPlaylistCommands

Deletes everything from MusicPlaylists.

Requires
Bot Owner OnlyNo Public Bot
.deleteplaylists
.verbose.v
PermissionsPermissions

Toggles or sets whether to show when a command/module is blocked.

.verbose.verbose true
.permrole.pr
PermissionsPermissions

Sets a role which can change permissions. Supply no parameters to see the current one. Type 'reset' instead of the role name to reset the currently set permission role. Users with the Administrator server permissions can use permission commands regardless of whether they have the specified role. There is no default permission role.

Requires
Administrator Server Permission
.permrole Some Role.permrole reset
.listperms.lp
PermissionsPermissions

Lists whole permission chain with their indexes. You can specify an optional page number if there are a lot of permissions.

.listperms.listperms 3
.removeperm.rp
PermissionsPermissions

Removes a permission from a given position in the Permissions list.

.removeperm 1
.moveperm.mp
PermissionsPermissions

Moves permission from one position to another in the Permissions list.

.moveperm 2 4
.srvrcmd.sc
PermissionsPermissions

Sets a command's permission at the server level.

.srvrcmd "command name" disable
.srvrmdl.sm
PermissionsPermissions

Sets a module's permission at the server level.

.srvrmdl ModuleName enable
.usrcmd.uc
PermissionsPermissions

Sets a command's permission at the user level.

.usrcmd "command name" enable SomeUsername
.usrmdl.um
PermissionsPermissions

Sets a module's permission at the user level.

.usrmdl ModuleName enable SomeUsername
.rolecmd.rc
PermissionsPermissions

Sets a command's permission at the role level.

.rolecmd "command name" disable MyRole
.rolemdl.rm
PermissionsPermissions

Sets a module's permission at the role level.

.rolemdl ModuleName enable MyRole
.chnlcmd.cc
PermissionsPermissions

Sets a command's permission at the channel level.

.chnlcmd "command name" enable SomeChannel
.chnlmdl.cm
PermissionsPermissions

Sets a module's permission at the channel level.

.chnlmdl ModuleName enable SomeChannel
.allchnlmdls.acm
PermissionsPermissions

Enable or disable all modules in a specified channel.

.allchnlmdls enable #SomeChannel
.allrolemdls.arm
PermissionsPermissions

Enable or disable all modules for a specific role.

.allrolemdls [enable/disable] MyRole
.allusrmdls.aum
PermissionsPermissions

Enable or disable all modules for a specific user.

.allusrmdls enable @Someone
.allsrvrmdls.asm
PermissionsPermissions

Enable or disable all modules for your server.

.allsrvrmdls [enable/disable]
.userblacklist.ubl
PermissionsBlacklistCommands

Either [add]s or [rem]oves a user or users specified by a Mention or an ID from a blacklist. Specify no argument or a page number to list blacklisted users.

Requires
Bot Owner Only
.userblacklist add @SomeUser @SomeUser2 @SomeUser3.userblacklist rem 12312312313.userblacklist.userblacklist 4
.channelblacklist.cbl
PermissionsBlacklistCommands

Either [add]s or [rem]oves a channel or channels specified an ID from a blacklist. Specify no argument or a page number to list blacklisted channels.

Requires
Bot Owner Only
.channelblacklist add 12312312312 66666666666.channelblacklist rem 12312312312.channelblacklist.channelblacklist 3
.serverblacklist.sbl
PermissionsBlacklistCommands

Either [add]s or [rem]oves a server, or servers specified by an ID from a blacklist. Specify no argument or a page number to list blacklisted servers.

Requires
Bot Owner Only
.serverblacklist add 12312321312.serverblacklist rem 12312321312.serverblacklist.serverblacklist 2
.cmdcooldown.cmdcd
PermissionsCmdCdsCommands

Sets a cooldown, in seconds, for a command or an expression which will be applied per user. Set it to 0 to remove the cooldown. Supports a special command cleverbot:response which can be used limit how often users can talk to cleverbot

.cmdcooldown .h 5.cmdcooldown .pat 30
.allcmdcooldowns.cmdcds
PermissionsCmdCdsCommands

Shows a list of all commands and their respective cooldowns.

.allcmdcooldowns
.fwclear
PermissionsFilterCommands

Deletes all filtered words on this server.

Requires
Administrator Server Permission
.fwclear
.filterlist.fl
PermissionsFilterCommands

Lists invite and link filter channels and status.

.filterlist
.srvrfilterinv.sfi
PermissionsFilterCommands

Toggles automatic deletion of invites posted in the server. Does not affect users with the Administrator permission.

.srvrfilterinv
.chnlfilterinv.cfi
PermissionsFilterCommands

Toggles automatic deletion of invites posted in the channel. Does not negate the .srvrfilterinv enabled setting. Does not affect users with the Administrator permission.

.chnlfilterinv
.srvrfilterlin.sfl
PermissionsFilterCommands

Toggles automatic deletion of links posted in the server. Does not affect users with the Administrator permission.

.srvrfilterlin
.chnlfilterlin.cfl
PermissionsFilterCommands

Toggles automatic deletion of links posted in the channel. Does not negate the .srvrfilterlin enabled setting. Does not affect users with the Administrator permission.

.chnlfilterlin
.srvrfilterwords.sfw
PermissionsFilterCommands

Toggles automatic deletion of messages containing filtered words on the server. Does not affect users with the Administrator permission.

.srvrfilterwords
.chnlfilterwords.cfw
PermissionsFilterCommands

Toggles automatic deletion of messages containing filtered words on the channel. Does not negate the .srvrfilterwords enabled setting. Does not affect users with the Administrator permission.

.chnlfilterwords
.filterword.fw
PermissionsFilterCommands

Adds or removes (if it exists) a word from the list of filtered words. Use.sfw or .cfw to toggle filtering.

.filterword poop
.lstfilterwords.lfw
PermissionsFilterCommands

Shows a list of filtered words.

.lstfilterwords
.globalpermlist.gpl
PermissionsGlobalPermissionCommands

Lists global permissions set by the bot owner.

Requires
Bot Owner Only
.globalpermlist
.globalmodule.gmod
PermissionsGlobalPermissionCommands

Toggles whether a module can be used on any server.

Requires
Bot Owner Only
.globalmodule Gambling
.globalcommand.gcmd
PermissionsGlobalPermissionCommands

Toggles whether a command can be used on any server.

Requires
Bot Owner Only
.globalcommand .stats
.resetperms
PermissionsResetPermissionsCommands

Resets the bot's permissions module on this server to the default value.

Requires
Administrator Server Permission
.resetperms
.resetglobalperms
PermissionsResetPermissionsCommands

Resets global permissions set by bot owner.

Requires
Bot Owner Only
.resetglobalperms
.weather.we
SearchesSearches

Shows current weather data for the specified city.

.weather Moscow, RU
.time
SearchesSearches

Shows the current time and timezone in the specified location.

.time London, UK
.movie.omdb
SearchesSearches

Queries omdb for movies or series, show first result.

.movie Batman vs Superman
.randomcat.meow
SearchesSearches

Shows a random cat image.

.randomcat
.randomdog.woof
SearchesSearches

Shows a random dog image.

.randomdog
.randomfood.yum
SearchesSearches

Shows a random food image.

.randomfood
.randombird.birb
SearchesSearches

Shows a random bird image.

.randombird
.lmgtfy
SearchesSearches

Google something for a baka.

.lmgtfy How to eat a banana
.shorten
SearchesSearches

Attempts to shorten an URL, if it fails, returns the input URL.

.shorten https://google.com
.magicthegathering.mtg
SearchesSearches

Searches for a Magic The Gathering card.

.magicthegathering about face
.hearthstone.hs
SearchesSearches

Searches for a Hearthstone card and shows its image. Takes a while to complete.

.hearthstone Ysera
.urbandict.ud
SearchesSearches

Searches Urban Dictionary for a word.

.urbandict Pineapple
.define.def
SearchesSearches

Finds a definition of a word.

.define heresy
.catfact
SearchesSearches

Shows a random fact about cats.

.catfact
.wiki.wikipedia
SearchesSearches

Gives you back a wikipedia link

.wiki query
.color.clr
SearchesSearches

Shows you pictures of colors which correspond to the inputted hex values. Max 10.

.color 00ff00.color f00 0f0 00f
.avatar.av
SearchesSearches

Shows a mentioned person's avatar.

.avatar @Someone
.wikia.fandom
SearchesSearches

Gives you back a fandom link

.wikia mtg Vigilance.wikia mlp Dashy
.steam
SearchesSearches

Returns a store link for a steam game with the specified name. It doesn't work very well because bundles.

.steam Sakura Agent
.anime.ani
SearchesAnimeSearchCommands

Queries anilist for an anime and shows the first result.

.anime aquarion evol
.manga.mang
SearchesAnimeSearchCommands

Queries anilist for a manga and shows the first result.

.manga Shingeki no kyojin
.stock
SearchesFinanceCommands

Shows basic information about a stock. You can use a symbol or company name

.stock tsla.stock advanced micro devices.stock amd
.crypto.c
SearchesFinanceCommands

Shows basic stats about a cryptocurrency from coinmarketcap.com. You can use either a name or an abbreviation of the currency.

.crypto btc.crypto bitcoin
.coins.crypto
SearchesFinanceCommands

Shows a list of 10 crypto currencies ordered by market cap. Shows their price, change in the last24h, market cap and circulating and total supply. Paginated with 10 per page.

.coins.coins 2
.ytuploadnotif.yun
SearchesFeedCommands

Subscribe to a youtube channel's upload rss feed. You can optionally specify a message which will be posted with an update. This is just a shortcut for .feed with a url of the youtube channel's rss feed.

Requires
ManageMessages Server Permission
.ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow.ytuploadnotif https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow New video is posted
.feed.feedadd
SearchesFeedCommands

Subscribes to a feed. Bot will post an update up to once every 10 seconds. You can have up to 10 feeds on one server. All feeds must have unique URLs. Set a channel as a second optional parameter to specify where to send the updates. You can optionally specify a message after the channel name which will be posted with an update.

Requires
ManageMessages Server Permission
.feed https://blog.playstation.com/feed/.feed https://blog.playstation.com/feed/ #updates.feed https://blog.playstation.com/feed/ #updates New playstation rss feed post!
.feedremove.feedrm
SearchesFeedCommands

Stops tracking a feed on the given index. Use .feeds command to see a list of feeds and their indexes.

Requires
ManageMessages Server Permission
.feedremove 3
.feedlist.feeds
SearchesFeedCommands

Shows the list of feeds you've subscribed to on this server.

Requires
ManageMessages Server Permission
.feedlist
.yomama.ym
SearchesJokeCommands

Shows a random yomama joke.

.yomama
.randjoke.rj
SearchesJokeCommands

Shows a random joke.

.randjoke
.chucknorris.cn
SearchesJokeCommands

Shows a random Chuck Norris joke.

.chucknorris
.wowjoke
SearchesJokeCommands

Get one of penultimate WoW jokes.

.wowjoke
.magicitem.mi
SearchesJokeCommands

Shows a random magic item with its description.

.magicitem
.osu
SearchesOsuCommands

Shows osu! stats for a player.

.osu Name.osu Name taiko
.gatari
SearchesOsuCommands

Shows osu!gatari stats for a player.

.gatari Name.gatari Name ctb
.osu5
SearchesOsuCommands

Displays a user's top 5 plays.

.osu5 Name
.pokemon.poke
SearchesPokemonSearchCommands

Searches for a pokemon.

.pokemon Sylveon
.pokemonability.pokeab
SearchesPokemonSearchCommands

Searches for a pokemon ability.

.pokemonability overgrow
.bible
SearchesReligiousCommands

Shows bible verse. You need to supply book name and chapter:verse

.bible genesis 3:19
.quran
SearchesReligiousCommands

Shows the text of an ayah of the Quran, as well as the recitation by Alafasy. Supply surah:ayah, or ayah number. For instance, 262 or 2:255 will both get you Ayat Al Kursi

.quran 2:255.quran 262
.google.search
SearchesSearchCommands

Get a Google search link for some terms.

.google query
.image.img
SearchesSearchCommands

Pulls a random image using a search parameter.

.image cute kitten
.youtube.yt
SearchesSearchCommands

Searches youtubes and shows the first result

.youtube query
.streamadd.sta
SearchesStreamNotificationCommands

Notifies this channel when the stream on the specified URL goes online or offline. Offline notifications will only show if you enable .streamoff. Maximum 10 per server.

Requires
ManageMessages Server Permission
.streamadd twitch.tv/someguy
.streamremove.strm
SearchesStreamNotificationCommands

Stops following the stream on the specified index. (use .stl to see indexes)

Requires
ManageMessages Server Permission
.streamremove 2
.streamsclear.stclear
SearchesStreamNotificationCommands

Removes all followed streams on this server.

Requires
Administrator Server Permission
.streamsclear
.streamlist.stl
SearchesStreamNotificationCommands

Lists all streams you are following on this server and their respective indexes.

.streamlist
.streamoffline.sto
SearchesStreamNotificationCommands

Toggles whether the bot will also notify when added streams go offline.

Requires
ManageMessages Server Permission
.streamoffline
.streamonlinedelete.stondel
SearchesStreamNotificationCommands

Toggles whether the bot will delete stream online message when the stream goes offline.

Requires
ManageMessages Server Permission
.streamonlinedelete
.streammsg.stm
SearchesStreamNotificationCommands

Sets the message which will show when the stream on the specified index comes online. You can use %user% and %platform% placeholders.

Requires
ManageMessages Server Permission
.streammsg 1 Hey @erryone %user% is back online on %platform%!1!!
.streammsgall.stma
SearchesStreamNotificationCommands

Sets the message which will show when any of the currently followed streams comes online. This does not apply to the streams which get added afterwards. You can use %user% and %platform% placeholders.

Requires
ManageMessages Server Permission
.streammsgall Hey @erryone %user% is back online!1!!
.streamcheck.stc
SearchesStreamNotificationCommands

Retrieves information about a stream.

.streamcheck https://twitch.tv/somedude
.translate.trans
SearchesTranslateCommands

Translates text from the given language to the destination language.

.translate en fr Hello
.autotranslate.at
SearchesTranslateCommands

Starts automatic translation of all messages by users who set their .atl in this channel. You can set "del" parameter to automatically delete all translated user messages.

Requires
Bot Owner OnlyAdministrator Server Permission
.autotranslate.autotranslate del
.autotranslang.atl
SearchesTranslateCommands

Sets your source and target language to be used with .at. Specify no parameters to remove previously set value.

.autotranslang en fr
.translangs
SearchesTranslateCommands

Lists the valid languages for translation.

.translangs
.translateflags.trfl
SearchesTranslateCommands

Toggles translate flags on the current channel. Reacting with a country flag will translate the message to that country's language.

Requires
ManageChannels Channel Permission
.translateflags
.xkcd
SearchesXkcdCommands

Shows a XKCD comic. Specify no parameters to retrieve a random one. Number parameter will retrieve a specific comic, and "latest" will get the latest one.

.xkcd.xkcd 1400.xkcd latest
.say
UtilityUtility

Make the bot say something, or in other words, make the bot send the message. You can optionally specify the channel where the bot will send the message. If you omit the channel name, it will send the message in the current channel. Supports embeds

Requires
ManageMessages Server Permission
.say hi.say #chat hi
.whosplaying.whpl
UtilityUtility

Shows a list of users who are playing the specified game.

.whosplaying Overwatch
.inrole
UtilityUtility

Lists every person from the specified role on this server. You can specify a page before the role to jump to that page. Provide no role to list users who have no roles

.inrole RoleName.inrole 5 RoleName.inrole
.checkperms
UtilityUtility

Checks yours or bot's user-specific permissions on this channel.

.checkperms me.checkperms bot
.userid.uid
UtilityUtility

Shows user ID.

.userid.userid @Someone
.roleid.rid
UtilityUtility

Shows the id of the specified role.

.roleid Some Role
.channelid.cid
UtilityUtility

Shows current channel ID.

.channelid
.serverid.sid
UtilityUtility

Shows current server ID.

.serverid
.roles
UtilityUtility

List roles on this server or roles of a user if specified. Paginated, 20 roles per page.

.roles 2.roles @Someone
.channeltopic.ct
UtilityUtility

Sends current channel's topic as a message.

.channeltopic
.stats
UtilityUtility

Shows some basic stats for Nadeko.

.stats
.showemojis.se
UtilityUtility

Shows a name and a link to every SPECIAL emoji in the message.

.showemojis A message full of SPECIAL emojis
.emojiadd.ea
UtilityUtility

Adds the specified emoji to this server. You can specify a name before the emoji to add it under a different name. You can specify a name followed by an image link to add a new emoji from an image. You can omit imageUrl and instead upload the image as an attachment. Image size has to be below 256KB.

Requires
ManageEmojisAndStickers Server Permission
.emojiadd :someonesCustomEmoji:.emojiadd MyEmojiName :someonesCustomEmoji:.emojiadd owoNice https://cdn.discordapp.com/emojis/587930873811173386.png?size=128
.emojiremove.emojirm
UtilityUtility

Removes the specified emoji or emojis from this server.

Requires
ManageEmojisAndStickers Server Permission
.emojiremove :eagleWarrior: :plumedArcher:
.stickeradd.sa
UtilityUtility

Adds the sticker from your message to this server. Send the sticker along with this command (in the same message). Alternatively you can upload an image along with this command but you have to specify the name. The image must be 300x300 in .png or .apng format and up to 512KB in size.

Requires
ManageEmojisAndStickers Server Permission
.stickeradd.stickeradd name "description" tag1 tag2 tagN
.listservers
UtilityUtility

Lists servers the bot is on with some basic info. 15 per page.

Requires
Bot Owner Only
.listservers 3
.showembed
UtilityUtility

Prints the json equivalent of the embed of the message specified by its Id.

.showembed 820022733172121600.showembed #some-channel 820022733172121600
.savechat
UtilityUtility

Saves a number of messages to a text file and sends it to you.

Requires
Bot Owner Only
.savechat 150
.ping
UtilityUtility

Ping the bot to see if there are latency issues.

.ping
.verboseerror.ve
UtilityUtility

Toggles or sets whether the bot should print command errors when a command is incorrectly used.

Requires
ManageMessages Server Permission
.verboseerror.verboseerror false
.afk
UtilityUtility

Toggles AFK status for yourself with the specified message. If you don't provide a message it default to a generic one. Anyone @ mentioning you in any server will receive the afk message. This will only work if the other user's message starts with the mention.

.afk
.eval
UtilityUtility

Execute arbitrary C# code and (optionally) return a result. Several namespaces are included by default. Special variables available: self - Instance of the command group executing the command (this) guild - Server in which the command is executed channel - Channel in which the command is executed user - User executing the command ctx - Discord.Net command context services - Nadeko's IServiceProvider

Requires
Bot Owner OnlyNo Public Bot
.eval 123 / 4.5f.eval await ctx.OkAsync();.eval await ctx.Response().Confirm("uwu").SendAsync();
.snipe.sn
UtilityUtility

Snipe the message you replied to with this command. Otherwise, if you don't reply to a message, it will snipe the last message sent in the channel (out of the last few messages) which has text or an image.

.snipe
.prompt
UtilityPromptCommands

Ask the bot to do something for you. This will fall back to the chatbot service in case of an error.

.prompt What's the weather like today?
.aliasesclear.aliasclear
UtilityCommandMapCommands

Deletes all aliases on this server.

Requires
Administrator Server Permission
.aliasesclear
.alias.cmdmap
UtilityCommandMapCommands

Create a custom alias for a certain Nadeko command. Provide no alias to remove the existing one.

Requires
Administrator Server Permission
.alias allin .bf all h
.aliaslist.cmdmaplist
UtilityCommandMapCommands

Shows the list of currently set aliases. Paginated.

.aliaslist.aliaslist 3
.calculate.calc
UtilityCalcCommands

Evaluate a mathematical expression.

.calculate 1+1
.calcops
UtilityCalcCommands

Shows all available operations in the .calc command

.calcops
.configreload.creload
UtilityConfigCommands

Reloads specified configuration

Requires
Bot Owner Only
.configreload bot.configreload gambling
.config.conf
UtilityConfigCommands

Gets or sets configuration values. Provide no arguments to see the list of configs you can edit/view. Provide config name to see all properties in that configuration and their values. Provide config name and property name to see that property's description and value. Provide config name, property name and value to set that property to the new value.

Requires
Bot Owner Only
.config.config bot.config bot color.ok.config bot color.ok ff0000
.ga start
UtilityGiveaways

Starts a giveaway. Specify the duration (between 1 minute and 30 days) followed by the prize.

Requires
ManageMessages Server Permission
.ga start 12h We are giving away one copy of our latest album!.ga start 15m Quick giveaway for a free course!.ga start 1d Join to win 1000$!
.ga end
UtilityGiveaways

Prematurely ends a giveaway and selects a winner. Specify the ID of the giveaway to end.

Requires
ManageMessages Server Permission
.ga end ab3
.ga reroll
UtilityGiveaways

Rerolls a giveaway. Specify the ID of the giveaway to reroll. This is only active within 24h after the giveaway has ended or until the bot restarts.

Requires
ManageMessages Server Permission
.ga reroll cd3
.ga cancel
UtilityGiveaways

Cancels a giveaway. Specify the ID of the giveaway to cancel. The winner will not be chosen.

Requires
ManageMessages Server Permission
.ga cancel ab3
.ga list
UtilityGiveaways

Lists all active giveaways.

Requires
ManageMessages Server Permission
.ga list
.serverinfo.sinfo
UtilityInfoCommands

Shows info about the server with the specified ID. The bot has to be on that server. If no server is supplied, it defaults to current one.

Requires
Bot Owner Only
.serverinfo 123123132233
.channelinfo.cinfo
UtilityInfoCommands

Shows info about the channel. If no channel is supplied, it defaults to current one.

.channelinfo #some-channel
.roleinfo.rinfo
UtilityInfoCommands

Shows info about the specified role.

.roleinfo Gamers
.userinfo.uinfo
UtilityInfoCommands

Shows info about the user. If no user is supplied, it defaults a user running the command.

.userinfo @SomeUser
.invitecreate.invcr
UtilityInviteCommands

Creates a new invite which has infinite max uses and never expires.

Options

--max-uses (-m) Maximum number of times the invite can be used. Default 0 (never).

--unique (-u) Not setting this flag will result in bot getting the existing invite with the same settings if it exists, instead of creating a new one.

--temporary (-t) If this flag is set, the user will be kicked from the guild once they close their client.

--expire (-e) Time in seconds to expire the invite. Default 0 (no expiry).

Requires
CreateInstantInvite Channel Permission
.invitecreate
.invitelist.invlist
UtilityInviteCommands

Lists all invites for this channel. Paginated with 9 per page.

Requires
ManageChannels Channel Permission
.invitelist.invitelist 3
.invitedelete.invrm
UtilityInviteCommands

Deletes an invite on the specified index. Use .invitelist to see the list of invites.

Requires
ManageChannels Channel Permission
.invitedelete 2
.quotelist.qli
UtilityQuoteCommands

Lists all quotes on the server ordered alphabetically or by ID. 15 Per page.

.quotelist 3.quotelist 3 id
.quoteprint.qp
UtilityQuoteCommands

Prints a random quote with a specified name.

.quoteprint abc
.quoteshow.qsh
UtilityQuoteCommands

Shows information about a quote with the specified ID.

.quoteshow 123
.quotesearch.qse
UtilityQuoteCommands

Shows a random quote given a search query. Partially matches in several ways: 1) Only content of any quote, 2) only by author, 3) keyword and content, 3) or keyword and author

.quotesearch "find this long text".quotesearch AuthorName.quotesearch keyword some text.quotesearch keyword AuthorName
.quoteid.qid
UtilityQuoteCommands

-| Displays the quote with the specified ID number.

.quoteid 123456
.quoteadd.qa
UtilityQuoteCommands

Adds a new quote with the specified name and message.

.quoteadd sayhi Hi
.quoteedit.qe
UtilityQuoteCommands

Edits a quote with the specified ID.

.quoteedit 55 This is the new response.
.quotedelete.qd
UtilityQuoteCommands

Deletes a quote with the specified ID. You have to either have the Manage Messages permission or be the creator of the quote to delete it.

.quotedelete 123456
.quotedeleteauthor.qda
UtilityQuoteCommands

Deletes all quotes by the specified author. If the author is not you, then ManageMessage server permission is required.

.quotedeleteauthor @QuoteSpammer
.quotesdeleteall.qdall
UtilityQuoteCommands

Deletes all quotes with the specified keyword.

Requires
ManageMessages Server Permission
.quotesdeleteall kek
.quotesexport.qex
UtilityQuoteCommands

Exports quotes from the current server into a .yml file

Requires
Administrator Server Permission
.quotesexport
.quotesimport.qim
UtilityQuoteCommands

Upload the file or send the raw .yml data with this command to import all quotes from the specified string or file into the current server.

Requires
Administrator Server Permission
.quotesimport <upload .yml file>
.remind
UtilityRemindCommands

Sets a reminder which will be sent to you or to the targeted channel after certain amount of time (max 2 months). First parameter is me / here / 'channelname' Second parameter is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Third parameter is a (multiword) message. Requires ManageMessages server permission if you're targeting a different channel.

.remind me 1d5h Do something.remind #general 1m Start now!
.remindlist.remindl
UtilityRemindCommands

Lists all reminders you created. You can specify 'server' option if you're an Administrator to list all reminders created on this server. Paginated.

Requires
Administrator Server Permission
.remindlist 1.remindlist server 2
.reminddelete.remindrm
UtilityRemindCommands

Deletes a reminder on the specified index. You can specify 'server' option if you're an Administrator, and you want to delete a reminder on this server created by someone else.

Requires
Administrator Server Permission
.reminddelete 3.reminddelete server 2
.repeatskip.repski
UtilityRepeatCommands

Specify a repeater's ID to toggle whether the next trigger of the repeater will be skipped. This setting is not stored in the database and will get reset if the bot is restarted.

Requires
ManageMessages Server Permission
.repeatskip 3
.repeatinvoke.repinv
UtilityRepeatCommands

Immediately post the repeat message on a certain index and restarts its timer.

Requires
ManageMessages Server Permission
.repeatinvoke 1
.repeatremove.reprm
UtilityRepeatCommands

Removes a repeating message by index. Use .replst to see indexes.

Requires
ManageMessages Server Permission
.repeatremove 2
.repeatredun.repred
UtilityRepeatCommands

Specify repeater's index (Use .replst to see indexes) to toggle whether the message should be reposted if the last message in the channel is the same repeater's message. This is useful if you want to remind everyone to be nice every so often, but don't want to have the bot spam the channel. This is NOT useful if you want to periodically ping someone.

Requires
ManageMessages Server Permission
.repeatredun 1
.repeat
UtilityRepeatCommands

Repeat a message once per specified time increment in the current channel. You can specify a different channel as the first argument instead. You can also specify time of day for the message to be repeated daily (make sure you've set your server's .timezone). If you specify time of day, you can still override the default daily interval with your own interval. You can have up to 5 repeating messages on one server in total.

Requires
ManageMessages Server Permission
.repeat Hello there.repeat #other-channel hello there.repeat 1h5m Hello @erryone.repeat 10:00 Daily have a nice day! This will execute once every 24h..repeat #other-channel 10:00 Daily have a nice day! This will execute once every 24h..repeat 21:00 30m Starting at 21 and every 30 minutes after that i will send this message!
.repeatlist.replst
UtilityRepeatCommands

Lists currently repeating messages and their indexes.

Requires
ManageMessages Server Permission
.repeatlist
.streamrole
UtilityStreamRoleCommands

Sets a role which is monitored for streamers (FromRole), and a role to add if a user from 'FromRole' is streaming (AddRole). When a user from 'FromRole' starts streaming, they will receive an 'AddRole'. You can only have 1 Stream Role per server. Provide no parameters to disable

Requires
ManageRoles Server Permission
.streamrole "Eligible Streamers" "Featured Streams"
.streamrolekeyword.srkw
UtilityStreamRoleCommands

Sets keyword which is required in the stream's title in order for the streamrole to apply. Provide no keyword in order to reset.

Requires
ManageRoles Server Permission
.streamrolekeyword.streamrolekeyword PUBG
.streamroleblacklist.srbl
UtilityStreamRoleCommands

Adds or removes a blacklisted user. Blacklisted users will never receive the stream role.

Requires
ManageRoles Server Permission
.streamroleblacklist add @Someone#1234.streamroleblacklist rem @Someone#1234
.streamrolewhitelist.srwl
UtilityStreamRoleCommands

Adds or removes a whitelisted user. Whitelisted users will receive the stream role even if they don't have the specified keyword in their stream title.

Requires
ManageRoles Server Permission
.streamrolewhitelist add @Someone#1234.streamrolewhitelist rem @Someone#1234
.todo add.todo a
Utilitytodo

Adds a new todo.

.todo add I need to do this
.todo edit.todo change
Utilitytodo

Edits a todo with the specified ID.

.todo edit abc This is an updated entry
.todo list.todo ls
Utilitytodo

Lists all todos.

.todo list
.todo show.todo sh
Utilitytodo

Shows the text of the todo with the specified ID.

.todo show 4a
.todo complete.todo done
Utilitytodo

Marks a todo with the specified ID as done.

.todo complete 4a
.todo delete.todo del
Utilitytodo

Deletes a todo with the specified ID.

.todo delete abc
.todo clear.todo clr
Utilitytodo

Deletes all unarchived todos.

.todo clear
.todo archive add.todo archive create
Utilityarchive

Creates a new archive with the specified name using current todos.

.todo archive add Day 1
.todo archive list.todo archive ls
Utilityarchive

Lists all archived todo lists.

.todo archive list
.todo archive show
Utilityarchive

Shows the archived todo list with the specified ID.

.todo archive show 3c
.todo archive delete.todo archive del
Utilityarchive

Deletes the archived todo list with the specified ID.

.todo archive delete 99
.convertlist
UtilityUnitConverterCommands

List of the convertible dimensions and currencies.

.convertlist
.convert
UtilityUnitConverterCommands

Convert quantities. Use .convertlist to see supported dimensions and currencies.

.convert m km 1000
.experience.xp
XpXp

Shows your xp stats. Specify the user to show that user's stats instead.

.experience.experience @someguy
.xpnotify.xpn
XpXp

Sets how the bot should notify you when you get a server or global level. This is a personal setting and affects only how you receive Global or Server level-up notifications. You can set dm (for the bot to send you a direct message), channel (to get notified in the channel you sent the last message in) or none to disable.

.xpnotify global dm.xpnotify server channel
.xpexclude.xpex
XpXp

Exclude a channel, role or current server from the xp system.

Requires
Administrator Server Permission
.xpexclude Role Excluded-Role.xpexclude Server
.xpexclusionlist.xpexl
XpXp

Shows the roles and channels excluded from the XP system on this server, as well as whether the whole server is excluded.

.xpexclusionlist
.xpleaderboard.xplb
XpXp

Shows current server's xp leaderboard.

Options

--clean (-c) Only show users who are on the server.

.xpleaderboard
.xpgleaderboard.xpglb
XpXp

Shows the global xp leaderboard.

.xpgleaderboard
.xpadd
XpXp

Adds server XP to a single user or all users role on this server. This does not affect their global ranking. You can use negative values.

Requires
Administrator Server Permission
.xpadd 100 @Someone.xpadd 500 SomeRoleName
.xptempreload.xptr
XpXp

Reloads the xp template file. Xp template file allows you to customize the position and color of elements on the .xp card.

Requires
Bot Owner Only
.xptempreload
.xpreset
XpXp

Resets specified user's XP, or the XP of all users in the server. You can't reverse this action.

Requires
Administrator Server Permission
.xpreset @Someone.xpreset
.xpshop
XpXp

Access the xp shop (if enabled). You can purchase either xp card frames or backgrounds. You can optionally provide a page number

.xpshop bgs.xpshop frames.xpshop bgs 3
.xpshopbuy
XpXp

Buy an item from the xp shop by specifying the type and the key of the item.

.xpshopbuy bg open_sea.xpshopbuy fr gold
.xpshopuse
XpXp

Use a previously purchased item from the xp shop by specifying the type and the key of the item.

.xpshopuse bg synth.xpshopuse fr default
.clubtransfer
XpClub

Transfers the ownership of the club to another member of the club.

.clubtransfer @Someone
.clubadmin
XpClub

Assigns (or unassigns) staff role to the member of the club. Admins can ban, kick and accept applications.

.clubadmin @Someone
.clubcreate
XpClub

Creates a club. You must be at least level 5 and not be in the club already.

.clubcreate My Brand New Club
.clubicon
XpClub

Sets the club icon.

.clubicon https://i.imgur.com/htfDMfU.png
.clubinfo
XpClub

Shows information about the club.

.clubinfo My Brand New Club#23
.clubbans
XpClub

Shows the list of users who have banned from your club. Paginated. You must be club owner to use this command.

.clubbans 2
.clubapps
XpClub

Shows the list of users who have applied to your club. Paginated. You must be club owner to use this command.

.clubapps 2
.clubapply
XpClub

Apply to join a club. You must meet that club's minimum level requirement, and not be on its ban list.

.clubapply My Brand New Club#23
.clubaccept
XpClub

Accept a user who applied to your club.

.clubaccept user#1337
.clubreject
XpClub

Reject a user who applied to your club.

.clubreject user#1337
.clubleave
XpClub

Leaves the club you're currently in.

.clubleave
.clubkick
XpClub

Kicks the user from the club. You must be the club owner. They will be able to apply again.

.clubkick user#1337
.clubban
XpClub

Bans the user from the club. You must be the club owner. They will not be able to apply again.

.clubban user#1337
.clubunban
XpClub

Unbans the previously banned user from the club. You must be the club owner.

.clubunban user#1337
.clubdesc
XpClub

Sets the club description. Maximum 150 characters. Club owner only.

.clubdesc This is the best club please join.
.clubdisband
XpClub

Disbands the club you're the owner of. This action is irreversible.

.clubdisband
.clublb.clubs
XpClub

Shows club rankings on the specified page.

.clublb 2
.clubrename
XpClub

Renames your club. Requires you club ownership or club-admin status.

.clubrename New cool club name
.xprewsreset
XpXpRewards

Resets all currently set xp level up rewards.

Requires
Administrator Server Permission
.xprewsreset
.xplvluprewards.xprews
XpXpRewards

Shows currently set level up rewards.

.xplvluprewards
.xprolereward.xprr
XpXpRewards

Add or remove a role from the user who reaches the specified level. Provide no action and role name in order to remove the role reward.

Requires
Administrator Server Permission
.xprolereward 1 rm Newbie.xprolereward 3 add Social.xprolereward 5 add Member.xprolereward 5
.xpcurreward.xpcr
XpXpRewards

Sets a currency reward on a specified level. Provide no amount in order to remove the reward.

Requires
Bot Owner Only
.xpcurreward 3 50