mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-08 12:18:54 -05:00
Added prefix to PR
This commit is contained in:
parent
96a3b95d67
commit
77d3056da2
@ -97,7 +97,7 @@ class CustomCommands:
|
||||
if cmdlist:
|
||||
msg = "```Custom commands:\n"
|
||||
for cmd in sorted([cmd for cmd in cmdlist.keys()]):
|
||||
msg += " {}\n".format(cmd)
|
||||
msg += " {}{}\n".format(ctx.prefix, cmd)
|
||||
fmsg = msg + "```"
|
||||
await self.bot.whisper(fmsg)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user