示例#1
0
    async def group(self, ctx):
        """!kazhelp
        description: |
            Command group. Group accounts belonging to the same user.

            A group identifiers different Discord accounts that are all considered to be the same
            individual. The {{!notes}} command will show the user info and records for both
            simultaneously when either user account is looked up.

            The users' notes remain separate and can be removed from the group later.
        """
        await self.bot.say(get_group_help(ctx))
示例#2
0
    async def sticky(self, ctx):
        """!kazhelp
        brief: Maintain an informational message at the bottom of a channel.
        description: |
            Command group. Maintain an informational message at the bottom of a channel.

            This module allows a moderator to set an informational message to be maintained at the
            end of a channel. This can be used for special-purpose or static channels, such as a
            resource-sharing or feedback-sharing channel, to ensure that critical information about
            the channel's purpose or rules are always visible to users.
        """
        await self.bot.say(get_group_help(ctx))
示例#3
0
    async def word_filter(self, ctx):
        """!kazhelp
        description: |
            Command group to manages the filter lists. This module watches for words or expressions
            in user messages, and either warn moderators or auto-delete messages on detection.

            FOR INFORMATION ON FILTER LISTS AND SYNTAX, SEE `.help WordFilter`.

            TIP: For convenience, all sub-commands support a single-letter shorthand. Check each
            command's Usage section.
        jekyll_description: |
            Command group to manages the filter lists.

            For all sub-commands except {{!filter switch}}, you need to specify the filter list,
            either `del` (auto-delete list) or `warn` (warn-only list). You can also use the
            shorthand `d` or `w`.

            TIP: For convenience, all sub-commands support a single-letter shorthand. Check each
            command's Usage section.
        """
        await self.bot.say(get_group_help(ctx))
示例#4
0
 async def milestone(self, ctx: commands.Context):
     """!kazhelp
     description: Command group for milestone management tools.
     """
     await self.bot.say(get_group_help(ctx))
示例#5
0
 async def anonymous_group(dummy_self, ctx: commands.Context):
     await self.bot.say(get_group_help(ctx))
示例#6
0
 async def jointools(self, ctx):
     """!kazhelp
     description: |
         Command group. Utilities for managing the JoinTools functionality.
     """
     await self.bot.say(get_group_help(ctx))