Commands

View and manage your BotWiz custom commands!

Discord has recently pushed a new update which changes the way commands are rendered in servers. Now, commands are all sotred client side, meaning you must refresh your Discord to see any newly created commands. This can be done by using the following methods:

  • Ctrl + R (Windows)

  • Cmd + R (Mac)

  • Closing discord, and re-starting it (Mobile, Tablet)

BotWiz cannot change the way Discord renders commands. Please be aware, this only affects the following: New commands, commands with options that have been changed. Any change in the command flow itself, which does not include option changes, do not need a refresh and will auto-update instantly.

The Commands page allows you to view and manage your custom commands for your bot. On this page, you can enable, disable, edit and create new custom commands to use with your BotWiz bot.

All of your custom commands are listed on this page under the commands section.

Each custom command you create will be displayed here, on the right side of the command panel, you will see some buttons. Here you can:

  • Enable/Disable the command

  • Copy the commands share code

  • Edit the command information

  • Enter the builder

If you have just created your bot, you will have no commands here by default. To create a new command you can click the box with the lable 'New Custom Command' as pictured below.

This will display a modal prompting you to enter a name, and description for your new command, as well as some check boxes to set it to ephemeral, or nsfw. Below you can find a breakdown of what each option means and how it affects the command.

Name

The name you enter here, will be the phrase you use to trigger the command in discord using a / notion. For example I have a command named 'tester'. To run this command I would then use /tester in a discord channel my bot has access to.

Description

Due to discord limitations, a description for all commands is required. The description will be displayed under the / (slash) command popup in discord. It's best to pick a descriptive description so you and your members know exactly what the command does.

Options

Discord has recently pushed a new update which changes the way commands are rendered in servers. Now, commands are all sotred client side, meaning you must refresh your Discord to see any newly created commands. This can be done by using the following methods:

  • Ctrl + R (Windows)

  • Cmd + R (Mac)

  • Closing discord, and re-starting it (Mobile, Tablet)

BotWiz cannot change the way Discord renders commands. Please be aware, this only affects the following: New commands, commands with options that have been changed. Any change in the command flow itself, which does not include option changes, do not need a refresh and will auto-update instantly.

Last updated