Skip to content

Commit

Permalink
🐛 modify to interact with the newest feature embed
Browse files Browse the repository at this point in the history
  • Loading branch information
makcimerrr committed Aug 21, 2024
1 parent 6a9840b commit d4d50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

bot = commands.Bot(command_prefix="!", intents=intents)

initial_extensions = ['cogs.gestion_ping', 'cogs.gestion_jobs', 'cogs.gestion_cdi', 'cogs.event_cog', 'cogs.helped_student']
initial_extensions = ['cogs.gestion_ping', 'cogs.gestion_jobs', 'cogs.gestion_cdi', 'cogs.event_cog', 'cogs.helped_student', 'cogs.embed_cog']

# Flag to check if the bot is loading for the first time
first_ready = True
Expand Down

0 comments on commit d4d50ec

Please sign in to comment.