From 620eff1782c013d39901c4e376b938a8a1c7a166 Mon Sep 17 00:00:00 2001 From: Helixu Date: Sat, 20 Nov 2021 16:01:47 +0000 Subject: [PATCH] yes --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 387ff69..9b17f60 100755 --- a/bot.py +++ b/bot.py @@ -160,7 +160,7 @@ async def gay(ctx, member: discord.Member=None): @bot.event async def on_ready(): await asyncio.sleep(1) # someone on stackoverflow said discord does not like if you are speedy - await bot.change_presence(activity=Streaming(name="Testing - bot may go offline at any point", url="https://twitch.tv/xginlang")) + await bot.change_presence(activity=Streaming(name="Testing - bot may go offline at any point.", url="https://twitch.tv/xginlang")) with open('token.json', 'r') as file: token = ''.join([line[:-1] for line in file.readlines()])