From 769cd0469177a315b3a7e124297754bf8b4f9f1e Mon Sep 17 00:00:00 2001 From: Vretu-Dev Date: Fri, 23 Feb 2024 16:56:22 +0100 Subject: [PATCH 1/3] Visual typo --- src/commands/info/Info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/info/Info.ts b/src/commands/info/Info.ts index eaa66f6a3..150ca5254 100644 --- a/src/commands/info/Info.ts +++ b/src/commands/info/Info.ts @@ -8,7 +8,7 @@ export default class Info extends Command { super(client, { name: 'info', description: { - content: 'Ingormation about the bot', + content: 'Information about the bot', examples: ['info'], usage: 'info', }, From 72a0db4febad57a0c8ce9dc1f0bd739a5db9004c Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:25:06 +0100 Subject: [PATCH 2/3] Update README.md Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37a5b687..09910f19c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ [LavaSrc]: https://github.com/TopiSenpai/LavaSrc [skybot-lavalink-plugin]: https://github.com/DuncteBot/skybot-lavalink-plugin -### **Need Help with plugins?** Join our [Discord Server]([support-server]) and ask for help in the `#support` channel. +### **Need Help with plugins?** Join our [Discord Server](https://discord.gg/YsJCtDuTXp) and ask for help in the `#support` channel. ## 📚 Commands From d6fd5b1c305b586f143947a1dca17b9de357bc3d Mon Sep 17 00:00:00 2001 From: LucasB25 <50886682+LucasB25@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:29:28 +0100 Subject: [PATCH 3/3] Update README.md Signed-off-by: LucasB25 <50886682+LucasB25@users.noreply.github.com> --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 09910f19c..674c8fec5 100644 --- a/README.md +++ b/README.md @@ -140,21 +140,22 @@ or you can use the [.env.example](https://raw.githubusercontent.com/brblacky/lav ```bash TOKEN="." # Your bot token PREFIX= "!" # Your prefix -OWNER_IDS=["859640640640640640","859640640640640640"] # Your discord id, you can add multiple ids +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 -PRODUCTION="true" # true for production +CLIENT_SECRET= "" +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 BOT_STATUS= "online" # Your bot status -BOT_ACTIVITY= "Wavemusic" # Your bot activity -LAVALINK_URL="localhost:2333" # Your lavalink url +BOT_ACTIVITY= "Lavamusic" # Your bot activity +LAVALINK_URL="lavalink:2333" # Your lavalink url LAVALINK_AUTH="youshallnotpass" # Your lavalink password LAVALINK_NAME="Blacky" # Your lavalink name -LAVALINK_SECURE= "true" # true for secure lavalink +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 - ``` 5. Run the bot: