gopal-kaul / Discord-24-7-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title description tags
Nino Bot
A 24/7 Discord bot For playing music
discord.js@13
javascript

Nino Bot

This starts Nino using discord.js.

✨ Features

  • Discord.js@13
  • JavaScript
  • Capable of Playing In Stage Channels
  • Auto-Reconnect if disconnected
  • Easy To Understand Code
  • Capable Of Looping Songs in a Random Fashion
  • Stops Playback When No One In Channel
  • Simple Play Command

πŸ’β€β™€οΈ How to use

Easily deploy to Heroku-

Deploy

  • Set the Environment Variables TOKEN,CHANNEL,ID_CLIENT in Heroku settings
  • Optionally, add LINKS,STATUS,TOPIC to change the default values

Alternatively, you can do it manually-

  • Clone The Repo
  • Install dependencies npm i
  • Set the Environment Variables TOKEN,CHANNEL, ID_CLIENT
  • Setup LINKS,STATUS,TOPIC in config.js
  • Start Using npm start

πŸ“ Notes

The server started launches a Discord bot with a couple of basic commands. The code is located at src/index.js.

Requires Discord.js@13 so You need to install it or else it won't run Use npm i discord.js@dev To install discord.js@13 if Needed

Environment Variables are to be set by You.You Can also Create a .env File

TOKEN is the Discord Bot Token. CHANNEL is the Discord Channel ID you want To play the Music in. VOICE or STAGE.

ID_CLIENT is the Application ID.

About


Languages

Language:JavaScript 100.0%