From ef89568127ac9c2df1b23e8f881639a305935933 Mon Sep 17 00:00:00 2001 From: ZtereoHYPE <57519662+ZtereoHYPE@users.noreply.github.com> Date: Thu, 4 Nov 2021 00:19:13 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 442dfe6..19b46cf 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,15 @@ 2. Move `ZtereoMUSIC-0.0.1-all.jar` in a directory of your choice 3. Create a `config.json5` file with the following structure: ```json5 - { - token: "ODg4MTE5NTk4MDkwNjgyMzc4.YUOD1A.wgB8Na03TEzP0qPeXX3uv5N5eaY", - prefix: "!" - } + { + token: "ODg4MTE5NTk4MDkwNjgyMzc4.YUOD1A.wgB8Na03TEzP0qPeXX3uv5N5eaY", + prefix: "!" + } ``` 4. Execute with your jvm of choice, requires java 16 for now. +NOTE: [yes, thats my actual token](https://cdn.discordapp.com/attachments/724142050429108245/905595231028776990/Screenshot_2021-11-04_at_00.10.20.png) + ## To Dos: - Play command - Pause command @@ -30,4 +32,4 @@ - Slash commands? idk - Proper database for server preferences (prefix etc) - Various listeners if there's nobody in vc for a while or if it gets disconnected or if last disconnects (stop playin) -- Other TBA... \ No newline at end of file +- Other TBA...