From b7fb3460f8d6e375270e79781e60c47c32dcbd7d Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:03:06 +0200 Subject: [PATCH] Update README.md Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- README.md | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 2db9ffc43..2ddf7943b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

- lavamusic + lavamusic

lavamusic

@@ -73,37 +73,9 @@ [LavaSrc]: https://github.com/TopiSenpai/LavaSrc [skybot-lavalink-plugin]: https://github.com/DuncteBot/skybot-lavalink-plugin -### **Need Help with plugins?** Join our [Discord Server](https://discord.gg/YsJCtDuTXp) and ask for help in the `#support` channel. +### To set up a Lavalink server on Windows, Linux, or Replit, [Click Here.](https://github.com/LucasB25/lavalink-server) -## 📚 Commands - -
Click to View Commands - -| Name | Description | Options | -| ------------ | ------------------------------------- | ------------------------------------------- | -| `prefix` | Shows the bot's prefix | | -| `help` | Shows the help menu | `command`: The command you want to get info | -| | | on | -| `info` | Shows information about the bot | | -| `invite` | Sends the bot's invite link | | -| `ping` | Shows the bot's ping | | -| `clearqueue` | Clears the queue | | -| `join` | Joins the voice channel | | -| `leave` | Leaves the voice channel | | -| `nowplaying` | Shows the currently playing song | | -| `play` | Plays a song from YouTube or Spotify | `song`: The song you want to play | -| `pause` | Pauses the current song | | -| `queue` | Shows the current queue | | -| `remove` | Removes a song from the queue | `song`: The song number | -| `resume` | Resumes the current song | | -| `seek` | Seeks to a certain time in the song | | -| `shuffle` | Shuffles the queue | | -| `skip` | Skips the current song | | -| `skipto` | Skips to a specific song in the queue | | -| `stop` | Stops the music and clears the queue | | -| `volume` | Sets the volume of the player | `number`: The volume you want to set | - -
+### **Need Help with plugins?** Join our [Discord Server](https://discord.gg/YsJCtDuTXp) and ask for help in the `#support` channel. ## 🔧 Requirements @@ -142,8 +114,7 @@ TOKEN="." # Your bot token PREFIX= "!" # Your prefix OWNER_IDS=["959276033683628122","859640640640640640"] # Your discord id, you can add multiple ids GUILD_ID= "859640640640640640" # Your server Id if you want to use the for single server -CLIENT_SECRET= "" -PRODUCTION="true" # true for production +PRODUCTION="true" # true for production SEARCH_ENGINE= "ytsearch" # ytsearch, scsearch or ytmsearch MAX_PLAYLIST_SIZE= "100" # Max playlist size MAX_QUEUE_SIZE= "100" # Max queue size @@ -156,6 +127,7 @@ LAVALINK_SECURE= "false" # true for secure lavalink KEEP_ALIVE= "false" # true for keep alive in https://replit.com LOG_CHANNEL_ID="" BOT_ACTIVITY_TYPE=0 # Activity type is a number from 0 to 5 see more here https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types +CLIENT_ID="." # This is your bot's client ID. If this value is left blank, bots cannot be invited using /invite or /about commands. ``` 5. Run the bot: