I want my default command_prefix but additionally some special commands with (and only with) another prefix.
How do I
- mark these commands (I could move them all to one cog, maybe that makes it easier)
- get these marked commands in my
command_prefixfunction - Bonus question if possible: Avoid
<Function XXX at 000>when I want to implement the prefix in a message string. Do I have to call te.command_prefixevery time?