diff options
-rw-r--r-- | bot/cogs/defcon.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/cogs/defcon.py b/bot/cogs/defcon.py index d29f8f40d..cf47697ff 100644 --- a/bot/cogs/defcon.py +++ b/bot/cogs/defcon.py @@ -254,6 +254,8 @@ class Defcon(Cog): f"```py\n{e}\n```" ) + return msg + async def send_defcon_log(self, change: str, actor: Member, e: Exception = None) -> None: """ Send log message for DEFCON action. |