From 6e145fbf560d72f297ed25eb2c978ac773a81b19 Mon Sep 17 00:00:00 2001 From: Michelle Date: Sat, 18 Apr 2026 13:07:55 +0200 Subject: [PATCH] update version command to include source code link --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 71c7d43..f0e6542 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.0 is running") + await message.channel.send("Version 0.4.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()