FEAT: Added Twitch Module (Just Checks if a user is live or not right now)
REF: Removed unneeded database generation files DOC: Added Twitch module to the Config and main.py REF: Changed 'currency' to 'Kibble'
This commit is contained in:
2
main.py
2
main.py
@ -15,7 +15,7 @@ class Selena(discord.Client):
|
||||
guild = discord.Object(id=config.DISCORD_GUILD_ID)
|
||||
await self.load_extensions()
|
||||
self.tree.copy_global_to(guild=guild)
|
||||
await self.tree.sync()
|
||||
await self.tree.sync(guild=guild)
|
||||
|
||||
async def load_extension(self, name):
|
||||
module = __import__(name, fromlist=["setup"])
|
||||
|
Reference in New Issue
Block a user