Skip to content

Commit

Permalink
Remove Heroku Reference from Debug Command (#3292)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
StephenDaDev and Taaku18 authored Jul 15, 2023
1 parent f405aed commit d891ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,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 = []
Expand Down Expand Up @@ -472,7 +472,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"])
Expand Down

0 comments on commit d891ad1

Please sign in to comment.