Compare commits

..

No commits in common. "f7068305bbe38f4af473ea23f90a875966463025" and "ce174cefa16b5310a8a510556dbb0ef28dbdade8" have entirely different histories.

2
bot.py
View file

@ -168,7 +168,7 @@ async def gay(ctx, member: discord.Member=None):
@bot.event @bot.event
async def on_ready(): async def on_ready():
await asyncio.sleep(1) # someone on stackoverflow said discord does not like if you are speedy 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: with open('token.json', 'r') as file:
# this breaks if you are on windows # this breaks if you are on windows