From edf3717c8445f80c11d77fd7aeddf542b75c446a Mon Sep 17 00:00:00 2001 From: phixxy Date: Tue, 7 May 2024 11:46:08 -0700 Subject: [PATCH] send the message instead of just creating it. --- cogs/resources.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/resources.py b/cogs/resources.py index 42d5dde..98077d4 100644 --- a/cogs/resources.py +++ b/cogs/resources.py @@ -79,6 +79,7 @@ class Resources(commands.Cog): message += f"{service} is active\n" else: message += f"{service} is inactive\n" + await ctx.send(message)