Setup & that - VeraxonHD/vexbot2 GitHub Wiki
Set-up of the bot
Unlike regular bots, a few cheeky things need to be done so that you can use the bot.
Firstly, you will need to create a file called config.json
which will then need to be edited. Luckily for you, that can be done easily using any text editor.
After this has been done, type in the following code:
{
"prefix" : "<your desired prefix>",
"token" : "<your token here>"
}
You can find your personal token by following these steps:
- From either the web application, or the installed Discord app, use the CTRL+SHIFT+I keyboard shortcut.
- This brings up the Developer Tools. Go to the Application tab
- On the left, expand Local Storage, then click on the discordapp.com entry (it should be the only one).
- Locate the entry called token, and copy it.
KEEP IT SECRET, KEEP IT SAFE