Skip to content

milindpatel63/raju-discord-bot

 
 

Repository files navigation

🎤 Raju Discord Bot

Raju Discord Bot is a Discord Bot built using discord.js to be a multi-purpose discord bot.

⚠Requirements

  1. Discord Bot Token
  2. Node.js 14.0.0 or newer

⚡Installation

Easily deployable using git clone:

git clone https://github.com/quentinmay/discord-voice-assistant.git
cd raju-voice-assistant
npm run setup

Now you must configure the bot before running using config example file:

mv config.json.example config.json

Simple Configuration (Required)

Only the top 2 are required for basic functionality.

{
    "discordToken": "",
    "discordDevID": "",
    "commandPrefix": "0",
    "spotifyClientID": "",
    "spotifyClientSecret": "",
}

🚀Initial Startup

To Get Logs, create a channel named raju-analytis.

Just startup the script now that everything has been built and you've filled your config file.

node index.js

For Dev Purpose (Hot Reload)

npm run hot-reload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%