summaryrefslogtreecommitdiff
path: root/code/plusbot.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/plusbot.py')
-rw-r--r--code/plusbot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/plusbot.py b/code/plusbot.py
index e94da6e..4cf06f2 100644
--- a/code/plusbot.py
+++ b/code/plusbot.py
@@ -133,6 +133,7 @@ async def on_ready():
bot.loop.create_task(serveronline())
botsql = bot.get_cog('BotSQL')
await botsql.mydbconnect()
+ await bot.change_presence(activity=discord.Activity(type=discord.ActivityType.watching, name="Stolenvw ValPlusBot"))
# Main loop for reading log file and outputing events
async def mainloop(file):