Update 'bot.py'

This commit is contained in:
Bruno Rybársky 2022-03-20 07:41:09 +00:00
parent 4a77927779
commit 909a6c1faa

2
bot.py

@ -27,6 +27,6 @@ async def spamhere(ctx, what, interval, times):
await ctx.send(e) await ctx.send(e)
with open("/home/git/spam_key") as tkn: with open("/home/spambot/spam_key") as tkn:
client.run(tkn.read()) client.run(tkn.read())