Discord
Onboard your bot to Discord server
💁🏼 If you encounter any issues while using it, please join our Discord community to ask for assistance.
📌 When renaming the bot, please follow Discord's naming rules.
Prerequisites
Obtain an API key from the API Intergation section.

Configuration
Switch to the Integration tab and locate "Deploy to Discord". Next, click on "Deploy to a new server".

Select the server you want to add.

After adding the bot to your discord server, you should be able to find the command
set_api_key
by typing slash key/
.

Press
enter
key and paste your API key in the prompted input box. The bot should respond withdiscord bot api key updated
.

Add channel list where the bot can be active. typing slash key
/
again and find the commandadd_allowed_channel
Click on
target_channel
to select the channel you want to add, if no channel was selected, this command will add the current channel you are using to allowed channel list.

Test Permission
Use ping
command in a channel to test if bot can respond with pong
, if not, the bot will raise an error like, then you should check the bot’s permission again.

Talking to Bot
Simply use @
to mention the bot along with your message in previously added channel, then the bot will create a thread and respond to your questions. You can also reply to the bot in the same thread to keep the conversation going.
Command Explaination
There are other commands you can use to configure the bot
set_name
change the nick name of bot in your serverping
the bot should respond with “pong”, can be used to test if bot have message permission in this channel, if not, the bot would respond with an error messageadd_admin_user
by default only members withmanage server
permission in your server (this includes server owner, admins and those who were explicitly granted this permission) can manage the bot you’ve added. You can add additional members using this command.remove_admin_user
the opposite ofadd_admin_user
remove_allowed_channel
the opposite ofadd_allowed_channel
refresh_commands
bot may support additional commands in the future, to make sure you have the latest commands in your server, you can use this command to fetch the latest list of commands available.
Last updated