From d15cc4d564d49467876f4d2a7ffe861b73720e7d Mon Sep 17 00:00:00 2001 From: Stephen <48072084+StephenDaDev@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:18:12 -0400 Subject: [PATCH 1/2] Very few users are still using Heroku for hosting, so this comment could cause confusion. --- cogs/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utility.py b/cogs/utility.py index bcc1ea951a..2a56992c7f 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -416,7 +416,7 @@ async def debug(self, ctx): title="Debug Logs:", description="You don't have any logs at the moment.", ) - embed.set_footer(text="Go to Heroku to see your logs.") + embed.set_footer(text="Go to your console to see your logs.") return await ctx.send(embed=embed) messages = [] From b8e55bf663ce7de0f182d6a8aefb5168b35ca970 Mon Sep 17 00:00:00 2001 From: Stephen <48072084+StephenDaDev@users.noreply.github.com> Date: Thu, 13 Jul 2023 20:58:50 -0400 Subject: [PATCH 2/2] Fix mistake --- cogs/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utility.py b/cogs/utility.py index a0c75c72ba..25d055fb85 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -482,7 +482,7 @@ async def debug_hastebin(self, ctx): color=self.bot.main_color, description="Something's wrong. We're unable to upload your logs to hastebin.", ) - embed.set_footer(text="Go to Heroku to see your logs.") + embed.set_footer(text="Go to your console to see your logs.") await ctx.send(embed=embed) @debug.command(name="clear", aliases=["wipe"])