dont cast to string

This commit is contained in:
Luke Robles 2024-04-16 12:32:37 -07:00
parent 473c8dd205
commit a4fe21cfea

View File

@ -155,7 +155,7 @@ async def on_message(ctx):
return
if (
str(ctx.author.id)
ctx.author.id
in requests.get(
"http://dragon-bot-json.dragon-bot.svc.cluster.local/rules.json"
).json()["disallowed_users"]