diff --git a/memeify/memeify.py b/memeify/memeify.py index 3d33144..3562141 100644 --- a/memeify/memeify.py +++ b/memeify/memeify.py @@ -36,7 +36,7 @@ class Memeify(commands.Cog): def __bify(self, bify_str, cmd) -> str: mention = re.compile("^@|^#|^&") custom_emoji = re.compile("<:[^:]+:\d{18}>") - bify = bify_str.split() + bify = bify_str.split(" ") # remove first letter if it bifys the command message itself if cmd: bify.pop(0)