From 91b31ed1146abc153cd5fa06b711e1a9102b2960 Mon Sep 17 00:00:00 2001 From: Michelle Date: Sat, 25 Apr 2026 16:50:37 +0200 Subject: [PATCH] feat: update version number to 0.5.0 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1e48715..94719f9 100644 --- a/main.py +++ b/main.py @@ -118,7 +118,7 @@ async def setChannel(message): @bot.command() async def version(message): - await message.channel.send("Version 0.4.1 is running\nSource code: https://github.com/michelleDeko/ich_iel-bot") + await message.channel.send("Version 0.5.0 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()