diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index a612e2d..43396dd 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -560,7 +560,7 @@ class Pterodactyl(commands.Cog): await view.wait() if view.result is True: del blacklist[name] - await msg.edit(content="Removed `{name}` from the regex blacklist.") + await msg.edit(content=f"Removed `{name}` from the regex blacklist.") else: await msg.edit(content="Cancelled.") else: