Skip to content

Commit

Permalink
Remove Heroku Reference from Debug Command
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Dec 23, 2023
1 parent 5548380 commit bb8a3a8
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 @@ -426,7 +426,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 @@ -492,7 +492,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 bb8a3a8

Please sign in to comment.