Create a Discord Bot
Create your own Discord Bot to share with people in various servers.
Last updated
Create your own Discord Bot to share with people in various servers.
Last updated
Follow the next set of steps to create your own Discord bot:
Navigate to Discord Developer Portal
Click on New Application
Enter the name of the bot that you want to create. Let's go with ConvaiTracy
Accept the Developer Terms of Service and Developer Policy and click on Create.
Now, you land on the application details page. Upload an app icon and provide a description as you see fit. and click on Save Changes.
Then click on OAuth2 --> URL Generator
Click on the bot checkbox under the Scopes section
Click on the following checkboxes under the various Permissions
General Permissions:
Manage Webhooks
Text Permissions:
All the checkboxes
Voice Permissions:
Connect
Speak
Use Voice Activity
Priority Speaker
Request To Speak
Copy the URL generated below. This will be the shareable invite link for the bot on all servers.
Next click on Bot
Click on Add Bot --> Yes, do it!
Allow the following intents under the Privileged Intents section and click on Save Changes.
Click on Reset Tokens to generate a new token for the bot. Then click on Yes, do it
Copy the generated token to be used later for hosting the bot server.
Now we move on to connecting the Discord bot with a Convai Character and hosting the server.
Hosting Discord Bot from Personal Server