Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
danydudiot committed Aug 27, 2024
2 parents 490d186 + 947218d commit 66e1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyListen.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ async def on_ready(self) -> None:
MyTask.update_calendar.start()
await MyTask.update_calendar()
print(f"Ready\nThis bot is owned by {self.bot.owner}")
await self.bot.get_channel(os.getenv("ERROR_CHANNEL_ID")).send("Démarrage du bot v3")
await self.bot.get_channel(os.getenv("ERROR_CHANNEL_ID")).send("Démarrage du bot v1")

@component_callback(re.compile("day|week"))
async def on_component(self, ctx: ComponentContext) -> None:

0 comments on commit 66e1bb4

Please sign in to comment.