Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 517 Bytes

mrdia-main

This is a music bot using youtube with /command and messagecommand support

How to use:
1: download this repository
2: open a command shell in the same folder as the main.js file
3: run npm install
4: make a .env file with the following content and fill in the token and other stuff:

PREFIX = your prefix here
OWNER = your discord id here
DISCORD_TOKEN = your bot token here
INVITE = your bot invite here
DBTOKEN = your mongoDb token here

5: run node . to start the bot