scoping timeout to me and zoid
This commit is contained in:
parent
0e53172149
commit
d5c6fccf1d
@ -607,7 +607,7 @@ async def tts(ctx):
|
|||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def timeout(ctx, user: discord.Member = None, time=None, *, reason=None):
|
async def timeout(ctx, user: discord.Member = None, time=None, *, reason=None):
|
||||||
if not ctx.message.author.discriminator == "2528":
|
if not ctx.message.author.discriminator in ["2528", "4082"]:
|
||||||
return
|
return
|
||||||
|
|
||||||
import humanfriendly
|
import humanfriendly
|
||||||
|
@ -8,7 +8,7 @@ image:
|
|||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "152"
|
tag: "153"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user