diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-05-04 22:07:30 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-05-04 22:15:44 -0400 |
| commit | b29ab06623fd24cfc2a611bdd658b4d2ef934335 (patch) | |
| tree | 3f29225a2b628693ea42e8ef5d387c43acf4f5fd | |
| parent | e006aadf768b1897725bba32e086091e48aa6c16 (diff) | |
| download | DLAP-b29ab06623fd24cfc2a611bdd658b4d2ef934335.tar.gz DLAP-b29ab06623fd24cfc2a611bdd658b4d2ef934335.tar.bz2 DLAP-b29ab06623fd24cfc2a611bdd658b4d2ef934335.zip | |
Some fixes in the documentation
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -38,10 +38,11 @@ Make a new file called `config.json` inside the root of your project. } ``` -## json Settings +## Setting Up Bot +Credit: VicktorMS First you need to create a discord application ([Discord for Developers](https://discord.com/developers/applications)) to get all the tokens you need. -This application will in fact be your BOT. +This application will in fact be your bot. *IDs available on discord for developers:* @@ -56,9 +57,9 @@ First you need [activate Developer Mode](https://linuxhint.com/enable-or-disable - `"ownerID"`: Right Click on top of yourself on a discord server > "Copy User ID" (Your User ID is not "YouName#3217") *Bool settings (set to true or false)* --`"txtFile"`: true/false (Generates a text file) --`"shuffle"`: true/false (Shuffle songs) --`"repeat"`: true/false (Repeat all musics) +- `"txtFile"`: true/false (Generates a text file) +- `"shuffle"`: true/false (Shuffle songs) +- `"repeat"`: true/false (Repeat all musics) *Bot Activity* - `"presenceActivity"`: Write any message here, it will be displayed in Bot's activity. @@ -73,7 +74,7 @@ First you need [activate Developer Mode](https://linuxhint.com/enable-or-disable - `4`: Custom - `5`: Competing -## Adding Songs +## Adding Music Create the `music` folder on root of your project. |
