From 1271321cb3ffe810282ccebe83df2d121e670dec Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Wed, 3 Feb 2021 11:53:53 -0600 Subject: [PATCH] Update bot.py --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 53b90e9..ff2e1dd 100644 --- a/bot.py +++ b/bot.py @@ -24,7 +24,7 @@ async def ping(ctx): await ctx.send(f'Pong! {client.latency * 1000}ms') def owner(ctx): - return ctx.author.id == 317394276189208576 + return ctx.author.id == owner account id here @client.command() @commands.check(owner) @@ -57,4 +57,4 @@ async def say(ctx, *, txt): if filename.endswith('.py'): client.load_extension(f'cogs.{filename[:-3]}') -client.run('NzM5NjYxMDA4OTQ3MjQ5MTYy.Xyds_g.YigQtK5UJ-gGI8WsibIfMDctiII') +client.run('bot token here')