/discord-bot-buddy

Primary LanguageJavaScriptMIT LicenseMIT

Discord But Buddy Tutorial Source Code.

If you haven't read the article. Go read it on dev.to

To use this repo, you are going to need to create a Discord bot.

Get your discord token, create a file called default.json in config. paste this

const config = {
  DISCORD_TOKEN: 'your token here'
};

module.exports config;

Use npm run app to run the server and bot using nodemon. Use npm start to run the server and bot without nodemon.

If you found this useful. Please give a star, and leave me a comment on the dev.to. Thanks for reading