Update 'bot.py'
This commit is contained in:
parent
4a77927779
commit
909a6c1faa
2
bot.py
2
bot.py
@ -27,6 +27,6 @@ async def spamhere(ctx, what, interval, times):
|
||||
await ctx.send(e)
|
||||
|
||||
|
||||
with open("/home/git/spam_key") as tkn:
|
||||
with open("/home/spambot/spam_key") as tkn:
|
||||
client.run(tkn.read())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user