scoping timeout to me and zoid

This commit is contained in:
Luke Robles 2022-04-28 19:07:20 -07:00
parent 0e53172149
commit d5c6fccf1d
2 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ async def tts(ctx):
@bot.command()
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
import humanfriendly

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "152"
tag: "153"
imagePullSecrets: []
nameOverride: ""