コード例 #1
0
ファイル: lockdown.py プロジェクト: stijnvdkolk/captain
    async def lockdown(self, ctx):
        """Allows admins to lock and unlock channels."""

        raise MissingSubcommand()
コード例 #2
0
ファイル: infractions.py プロジェクト: stijnvdkolk/captain
    async def inf(self, ctx):
        """This allows you to see and delete infractions."""

        raise MissingSubcommand()
コード例 #3
0
ファイル: owner.py プロジェクト: stijnvdkolk/captain
    async def control(self, ctx):
        """Allows bot owners to control the bot from Discord."""

        raise MissingSubcommand()
コード例 #4
0
    async def purge(self, ctx):
        """Allows Moderators to delete a large number of messages at once."""

        raise MissingSubcommand()
コード例 #5
0
ファイル: reminders.py プロジェクト: stijnvdkolk/captain
	async def reminder(self, ctx):
		"""Allows users to set a reminder for a certain time in the future."""

		raise MissingSubcommand()
コード例 #6
0
ファイル: nickname.py プロジェクト: stijnvdkolk/captain
    async def nickname(self, ctx):
        """Allows Mods to add, change or remove a user's nickname"""

        raise MissingSubcommand()
コード例 #7
0
	async def archive(self, ctx):
		"""The entrypoint to message archiving."""

		raise MissingSubcommand()
コード例 #8
0
	async def rfb_sync(self, ctx):
		"""Allows for synchronisation of rfb."""

		raise MissingSubcommand()
コード例 #9
0
	async def rfb(self, ctx):
		"""An interface to interact with roles for badges."""

		raise MissingSubcommand()
コード例 #10
0
    async def verify(self, ctx):
        """Allows users to verify themselves."""

        raise MissingSubcommand()