feat: Add tts_provider_cog to the list of cogs loaded in main function
This commit is contained in:
parent
540ab69220
commit
d9bfe0fa6b
@ -59,7 +59,7 @@ async def main(minimal_prompt: bool = False):
|
|||||||
async with bot:
|
async with bot:
|
||||||
# List of cogs to load
|
# List of cogs to load
|
||||||
# Updated path for the refactored GurtCog
|
# Updated path for the refactored GurtCog
|
||||||
cogs = ["gurt.cog", "cogs.VoiceGatewayCog"]#, "cogs.profile_updater_cog"]
|
cogs = ["gurt.cog", "cogs.VoiceGatewayCog", "cogs.tts_provider_cog"]#, "cogs.profile_updater_cog"]
|
||||||
for cog in cogs:
|
for cog in cogs:
|
||||||
try:
|
try:
|
||||||
await bot.load_extension(cog)
|
await bot.load_extension(cog)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user