DLAP/README.md

38 lines
793 B
Markdown
Raw Normal View History

2020-07-18 21:37:51 -04:00
# Project Jul-2020 Discord Bot
2020-07-20 17:17:08 -04:00
A Discord bot that's made for Alee's birthday. Written in Discord.JS.
2020-07-20 17:55:27 -04:00
If there's anything wrong, feel free to make a fork and put a pull request.
# Configuration
Make a new file called `config.json`.
```
{
"token": "token_here",
"prefix": "!",
2020-07-20 20:17:40 -04:00
"botOwner": "your_user_id_here",
2020-07-20 20:35:46 -04:00
"statusChannel": "channel_id",
"voiceChannel": "voice_channel_id"
}
```
Add your own audio files using the mp3 file extension to `./music`.
Launch the bot using `node bot.js` in terminal.
2020-07-20 20:12:52 -04:00
# Help Command
```
Public Only
-----------
help - Displays commands.
ping - Pong!
git - Links to the source repo.
about - About the bot.
Bot Owner Only
--------------
join - Joins voice chat.
skip - Skips the audio track.
leave - Leaves voice chat.
stop - Stops bot.
2020-07-20 17:17:08 -04:00
```