categories & command list

support
url_btn

Do you need any additional help or is the bot not functioning correctly?

help
url_btn

Help command

Help command

You can use the --help option on any command to directly display the help message for that command, e.g. m!play --help

You can surround the command argument in quotes to directly display the help message for that command, e.g. m!help "play"

You can use the --all option to always get a list of matching commands, this is useful if you want to search for a specific command, e.g. m!help play --all

usage

  • help command 

options

  • all 

aliases

  • bot commands 
  • botcommands 
  • commands 

text channel set message
url_btn

Set the message to use when a channel is disabled

Set the message to use when a text channel is disabled

Formatting

User - The user that sent the message
${user.id} - The id of the user
${user.name} - The name of the user
${user.tag} - The tag of the user, their name and discriminator
${user.mention} - The mention of the user
${user.avatarUrl} - The url of the user's avatar url

Member - The member that sent the message
${member.effective_name} - The nickname or name of the member
${member.color} - The colour of the member

Guild - The guild (server) the message was sent in
${guild.name} - The name of the guild
${guild.iconUrl} - The url of the guild's icon

Channel - The channel the message was sent in
${channel.id} - The id of the channel
${channel.name} - The name of the channel
${channel.mention} - The mention of the channel

Bot - The bot that handled the message
${bot.user} - See values above
${bot.member} - See values above

JSON Message
Alternatively you can give it the message as JSON for the most customizability, you can use this tool to help you visualize the messageJSON<br>{<br> "content": "",<br> "embed": {<br> "title": "",<br> "description": "",<br> "url": "",<br> "color": 0,<br> "timestamp": "",<br> "footer": {<br> "icon_url": "",<br> "text": ""<br> },<br> "thumbnail": {<br> "url": ""<br> },<br> "image": {<br> "url": ""<br> },<br> "author": {<br> "name": "",<br> "url": "",<br> "icon_url": ""<br> },<br> "fields": [<br> {<br> "name": "",<br> "value": "",<br> "inline": false<br> }<br> ]<br> }<br>}

usage

  • text channel set message message 

options

  • embed 

examples

  • text channel set message ${user.mention}, please use #bots 
  • text channel set message Commands are disabled in this channel, please use #bots instead 
    --embed 
  • text channel set message {"content":"${user.mention}","embed":{"description":"Use #bots"}} 
  • text channel set message default 

aliases

  • textchannel set message 

voice channel set message
url_btn

Set the message to use when a channel is disabled

Set the message to use when a voice channel is disabled

Formatting

User - The user that sent the message
${user.id} - The id of the user
${user.name} - The name of the user
${user.tag} - The tag of the user, their name and discriminator
${user.mention} - The mention of the user
${user.avatarUrl} - The url of the user's avatar url

Member - The member that sent the message
${member.effective_name} - The nickname or name of the member
${member.color} - The colour of the member

Guild - The guild (server) the message was sent in
${guild.name} - The name of the guild
${guild.iconUrl} - The url of the guild's icon

Channel - The channel the message was sent in
${channel.id} - The id of the channel
${channel.name} - The name of the channel
${channel.mention} - The mention of the channel

Bot - The bot that handled the message
${bot.user} - See values above
${bot.member} - See values above

JSON Message
Alternatively you can give it the message as JSON for the most customizability, you can use this tool to help you visualize the messageJSON<br>{<br> "content": "",<br> "embed": {<br> "title": "",<br> "description": "",<br> "url": "",<br> "color": 0,<br> "timestamp": "",<br> "footer": {<br> "icon_url": "",<br> "text": ""<br> },<br> "thumbnail": {<br> "url": ""<br> },<br> "image": {<br> "url": ""<br> },<br> "author": {<br> "name": "",<br> "url": "",<br> "icon_url": ""<br> },<br> "fields": [<br> {<br> "name": "",<br> "value": "",<br> "inline": false<br> }<br> ]<br> }<br>}

usage

  • voice channel set message message 

options

  • embed 

examples

  • voice channel set message ${user.mention}, please use #music 
  • voice channel set message This voice channel is disabled, please use #music instead 
    --embed 
  • voice channel set message {"content":"${user.mention}","embed":{"description":"Use #music"}} 
  • voice channel set message default 

aliases

  • voicechannel set message