Skip to content

Commit d891ad1

Browse files
Remove Heroku Reference from Debug Command (#3292)
* Very few users are still using Heroku for hosting, so this comment could cause confusion. * Fix mistake --------- Co-authored-by: Taku <45324516+Taaku18@users.noreply.github.com>
1 parent f405aed commit d891ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/utility.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ async def debug(self, ctx):
410410
title="Debug Logs:",
411411
description="You don't have any logs at the moment.",
412412
)
413-
embed.set_footer(text="Go to Heroku to see your logs.")
413+
embed.set_footer(text="Go to your console to see your logs.")
414414
return await ctx.send(embed=embed)
415415

416416
messages = []
@@ -472,7 +472,7 @@ async def debug_hastebin(self, ctx):
472472
color=self.bot.main_color,
473473
description="Something's wrong. We're unable to upload your logs to hastebin.",
474474
)
475-
embed.set_footer(text="Go to Heroku to see your logs.")
475+
embed.set_footer(text="Go to your console to see your logs.")
476476
await ctx.send(embed=embed)
477477

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

0 commit comments

Comments
 (0)