diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 08c9763..65b9bf7 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -531,7 +531,7 @@ class Pterodactyl(commands.Cog): await view.wait() if view.result is True: blacklist.update({name: regex}) - await msg.edit(f"Updated `{name}` in the regex blacklist.\n{box(regex, 're')}") + await msg.edit(content=f"Updated `{name}` in the regex blacklist.\n{box(regex, 're')}") else: await msg.edit(content="Cancelled.")