/discord.js-tutorials

this code from discord.js tutorials video from tech boy youtube channel

Primary LanguageJavaScriptMIT LicenseMIT

Discord Bot Using JavaScript Discord.JS


Installation | How to use the Bot

1. Install node.js v16 or higher

2. Download this repo and unzip it | or git clone it

3. Fill in everything in settings/config.js

4. start the bot with node index.js

Modify - config.js

module.exports = {
    TOKEN : process.env.TOKEN || "BOT_TOKEN",
    PREFIX : process.env.PREFIX || "BOT_PREFIX"
}

If Any Bug Open Pull Request