Skip to content

ersu98/-Obsolete-UnknownBot

Repository files navigation

UnknownBot

Discord bot based on discord.js library

Setting up the bot

Creating the bot

There are plenty of tutorials on youtube for setting up bots.

First of all, go Create/Find your bot's token and clientid from (https://discordapp.com/developers/applications/)

Installing needed programs

Install Node.js and Npm from their website: (https://www.npmjs.com/get-npm)

Setup Configs

botconfig.json

"token": "PUT_BOT_TOKEN_HERE",
"clientid": "PUT_BOT_CLIENTID_HERE",

After this you should be ready to go.

Running the bot

To run the bot, simply open up a command prompt or powershell window in the same folder.

Run the code below:

node index

About

Discord bot based on discord.js library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published