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