Skip to content

Commit

Permalink
starboard: add help strings
Browse files Browse the repository at this point in the history
  • Loading branch information
officialpiyush committed Apr 5, 2021
1 parent c04a8cb commit 5577c74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions starboard/starboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@


class Starboard(commands.Cog):
"""
Basically a starboard . Leave a ⭐ if you like this plugin https://github.com/officialpiyush/modmail-plugins
"""
def __init__(self, bot):
self.bot: Client = bot
self.db = bot.plugin_db.get_partition(self)
Expand Down Expand Up @@ -85,6 +88,9 @@ async def stars(self, ctx: commands.Context, stars: int):
@starboard.group()
@checks.has_permissions(PermissionLevel.ADMIN)
async def blacklist(self, ctx: commands.Context):
"""
Blacklist users and channels
"""
if ctx.invoked_subcommand is None:
await ctx.send_help()

Expand Down

0 comments on commit 5577c74

Please sign in to comment.