From 1a9fdacfe3c3ebf7ab752ef436ccba4a1efd374d Mon Sep 17 00:00:00 2001 From: 2T-ae <66900741+2T-ae@users.noreply.github.com> Date: Sat, 29 Jan 2022 13:16:53 +0900 Subject: [PATCH] Update voice.py --- cogs/voice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/voice.py b/cogs/voice.py index a39769d..fe95215 100644 --- a/cogs/voice.py +++ b/cogs/voice.py @@ -97,7 +97,7 @@ class voice(commands.Cog): c = conn.cursor() guildID = ctx.guild.id id = ctx.author.id - if ctx.author.id == ctx.guild.owner.id or ctx.author.id == 151028268856770560: + if ctx.author.id == ctx.guild.owner_id or ctx.author.id == 151028268856770560: def check(m): return m.author.id == ctx.author.id await ctx.channel.send("**You have 60 seconds to answer each question!**")