From 4020ab7847a41834f88339897131ebc9cd558a41 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 2 Mar 2024 19:30:15 -0500 Subject: [PATCH] fix(pterodactyl): fixed TypeError --- pterodactyl/pterodactyl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index d1e2eb0..f23dd2d 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -320,7 +320,7 @@ class Pterodactyl(commands.Cog): await view.wait() if view.result is True: del blacklist[name] - await msg.edit(f"Removed `{name}` from the regex blacklist.") + await msg.edit(content="Removed `{name}` from the regex blacklist.") else: await msg.edit(content="Cancelled.") else: