diff --git a/tuxbot/core/utils/functions/extra.py b/tuxbot/core/utils/functions/extra.py
index 6ed053e..f7c070e 100644
--- a/tuxbot/core/utils/functions/extra.py
+++ b/tuxbot/core/utils/functions/extra.py
@@ -48,8 +48,8 @@ class ContextPlus(commands.Context):
             else:
                 await message.delete()
             return message
-        else:
-            return await super().send(content, *args, **kwargs)
+
+        return await super().send(content, *args, **kwargs)
 
 
 class CommandPLus(flags.FlagCommand):