We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601ef71 commit 24c3127Copy full SHA for 24c3127
1 file changed
cogs/commandlistener.py
@@ -48,7 +48,7 @@ async def on_ready(self):
48
# Sends message to mods, when bot is online
49
print("Now Online")
50
await self.utils.sendModsMessage(
51
- "Bot is now online.\nVersion:\tDiscordBot DataBot v2.1.1"
+ "Bot is now online.\nVersion:\tDiscordBot DataBot v2.2.0"
52
)
53
54
# When a member joins a guild
0 commit comments