diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-03-30 16:34:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-03-30 16:34:24 -0400 |
| commit | 3f81f1086f46b8e1882ed0827483a22929330be3 (patch) | |
| tree | 4bda5790eb359f53d4e5671225f38e18a1ce56b9 /README.md | |
| parent | fd89e36490da711ba611c1f7c8dda93a3de054f0 (diff) | |
| download | DLAP-3f81f1086f46b8e1882ed0827483a22929330be3.tar.gz DLAP-3f81f1086f46b8e1882ed0827483a22929330be3.tar.bz2 DLAP-3f81f1086f46b8e1882ed0827483a22929330be3.zip | |
Renamed project; Auto creates music folder when not detected; Removed audio limitation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,6 @@ -# DLMP3 Bot (Discord.JS Local MP3) +# DLAP Bot (Discord.JS Local Audio Player) -A Discord bot that plays local MP3 audio tracks. Written in Discord.JS. +A Discord bot that plays local audio tracks. Written in Discord.JS. [Video Tutorial](https://www.youtube.com/watch?v=7X3FAhYW31I) @@ -20,9 +20,11 @@ Make a new file called `config.json`. } ``` -Add your own audio files using the mp3 file extension to the `music` folder. +Create the `music` folder. -Deploy the commands by doing `node deploy-command.js` +Add your own audio files to the `music` folder. + +Deploy the commands by doing `node deploy-command.js`. Launch the bot using `node bot.js` in terminal. @@ -48,7 +50,7 @@ stop - Stops bot. # Forking When forking the project, you can make your own version of DLMP3 or help contribute to the project (See the "Contributing" section). -But you need to edit `/commands/about.js` to uncomment the `.addField('Forked by', '[your name] (discord#0000)')` section. +You need to edit `/commands/about.js` to uncomment the `.addField('Forked by', '[your name] (discord#0000)')` section. Be sure to replace that with your name. |
