mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Fix short help in docstrings for core cogs and commands (#5502)
* fix part of command description not appearing in the help command. * Add more Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -853,6 +853,7 @@ class Economy(commands.Cog):
|
||||
@economyset.command()
|
||||
async def rolepaydayamount(self, ctx: commands.Context, role: discord.Role, creds: int):
|
||||
"""Set the amount earned each payday for a role.
|
||||
|
||||
Set to `0` to remove the payday amount you set for that role.
|
||||
|
||||
Only available when not using a global bank.
|
||||
|
||||
Reference in New Issue
Block a user