Add global prefixes to debuginfo (#6153)

This commit is contained in:
Jakub Kuczys
2023-05-13 17:45:25 +02:00
committed by GitHub
parent 2386b8363f
commit a2132ad0a5
3 changed files with 19 additions and 10 deletions

View File

@@ -4688,7 +4688,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
"""Shows debug information useful for debugging."""
from redbot.core._debuginfo import DebugInfo
await ctx.send(await DebugInfo(self.bot).get_text())
await ctx.send(await DebugInfo(self.bot).get_command_text())
# You may ask why this command is owner-only,
# cause after all it could be quite useful to guild owners!