Update 'main.py'

This commit is contained in:
Bruno Rybársky 2022-03-20 07:42:05 +00:00
parent a25716e47e
commit ce8aaf1a9c

@ -407,6 +407,6 @@ async def on_guild_join(guild):
await ctx.send(e)
with open("/home/git/maze_key") as tkn:
with open("/home/mazebot/maze_key") as tkn:
client.run(tkn.read())