fix url for json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke R 2024-04-16 12:29:18 -07:00
parent 5c333b5391
commit 5f156aea99

View File

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