Newbie Guide
Guide intended for those who are working with Discord Bots for the first time or are new to these kind of stuff in general.
Last updated
Was this helpful?
Guide intended for those who are working with Discord Bots for the first time or are new to these kind of stuff in general.
Last updated
Was this helpful?
First you need to make sure that you meet all the requirements from
After you're sure that you meet all of them, you can proceed to and follow the steps.
After you're done with Application Setup, now you need to upload all of the files to your Bot Hosting File Manager.
Now you need to get ID of the Discord Server where you're going to use bot. If you don't know how to copy Server Id, you can see .
When you get your Server ID, open config.yml
file from configs folder and search for guild
field and put Server ID you copied into it.
Now you can continue with configuration of bot files (config.yml
, commands.yml
, language.yml
, embeds.yml
)
After you're done with configuration, now you can start bot by pressing 'Start' button on your Bot Hosting and your bot will start.
If you get any errors on startup, you can join Discord Support Server and we'll help you with the issue.