Skip to content

Commit c1c3f30

Browse files
StephenDaDevTaaku18
authored andcommitted
Remove Heroku Reference from Debug Command (modmail-dev#3292)
* Very few users are still using Heroku for hosting, so this comment could cause confusion. * Fix mistake --------- Co-authored-by: Taku <[email protected]> (cherry picked from commit d891ad1)
1 parent 5c0c53f commit c1c3f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/utility.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ async def debug(self, ctx):
383383
title="Debug Logs:",
384384
description="You don't have any logs at the moment.",
385385
)
386-
embed.set_footer(text="Go to Heroku to see your logs.")
386+
embed.set_footer(text="Go to your console to see your logs.")
387387
return await ctx.send(embed=embed)
388388

389389
messages = []
@@ -449,7 +449,7 @@ async def debug_hastebin(self, ctx):
449449
color=self.bot.main_color,
450450
description="Something's wrong. We're unable to upload your logs to hastebin.",
451451
)
452-
embed.set_footer(text="Go to Heroku to see your logs.")
452+
embed.set_footer(text="Go to your console to see your logs.")
453453
await ctx.send(embed=embed)
454454

455455
@debug.command(name="clear", aliases=["wipe"])

0 commit comments

Comments
 (0)