new help command, fixed queue and loop display, thumbnails and urls added to database
This commit is contained in:
5
main.py
5
main.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user