We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb1486 commit d4fe20bCopy full SHA for d4fe20b
1 file changed
cogs/commandlistener.py
@@ -50,7 +50,7 @@ async def on_ready(self):
50
# Sends message to mods, when bot is online
51
print("Now Online")
52
await self.utils.sendModsMessage(
53
- "Bot is now online.\nVersion:\tDiscordBot DataBot v2.6.4"
+ "Bot is now online.\nVersion:\tDiscordBot DataBot v2.7.0"
54
)
55
# Sets the bot's presence to "Online" or "Do not Disturb" to indicate if it's logging or not.
56
if self.ch.getFromConfig("log") == "True":
0 commit comments