mirror of
https://github.com/SamSanai/VoiceMaster-Discord-Bot.git
synced 2024-11-22 01:45:32 +01:00
Update voice.py
This commit is contained in:
parent
1954ea1be2
commit
1a9fdacfe3
@ -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!**")
|
||||
|
Loading…
Reference in New Issue
Block a user