new help command, fixed queue and loop display, thumbnails and urls added to database

This commit is contained in:
2025-11-27 23:04:01 +00:00
parent 7f8f77fb76
commit fa2afbdd99
5 changed files with 393 additions and 545 deletions

View File

@@ -1,10 +1,9 @@
import discord
from bot import Astro
from bot import Groovy
import config
import help
client = Astro(command_prefix=config.get_prefix(), intents=discord.Intents.all())
client.help_command = help.AstroHelp()
client = Groovy(command_prefix=config.get_prefix(), intents=discord.Intents.all())
@client.event
async def on_voice_state_update(member, before, after):