Format
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke R 2024-04-16 12:19:24 -07:00
parent 57293d7fd3
commit 5c333b5391

View File

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