Update 'main.py'
This commit is contained in:
parent
a25716e47e
commit
ce8aaf1a9c
2
main.py
2
main.py
@ -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())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user