From 4d802aba94c306ac9e93a82588e2c6db5497cb22 Mon Sep 17 00:00:00 2001 From: Michelle Date: Sat, 25 Apr 2026 17:35:54 +0200 Subject: [PATCH] feat: update version number to 0.5.1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 22b4b73..8c13e5b 100644 --- a/main.py +++ b/main.py @@ -120,7 +120,7 @@ async def setChannel(message): @bot.command() async def version(message): - await message.channel.send("Version 0.5.0 is running\nSource code: https://github.com/michelleDeko/ich_iel-bot") + await message.channel.send("Version 0.5.1 is running\nSource code: https://github.com/michelleDeko/ich_iel-bot") # the cat bot died, so i wanted to add this command to this bot @bot.command()