Ejemplo n.º 1
0
    async def lockdown(self, ctx):
        """Allows admins to lock and unlock channels."""

        raise MissingSubcommand()
Ejemplo n.º 2
0
    async def inf(self, ctx):
        """This allows you to see and delete infractions."""

        raise MissingSubcommand()
Ejemplo n.º 3
0
    async def control(self, ctx):
        """Allows bot owners to control the bot from Discord."""

        raise MissingSubcommand()
Ejemplo n.º 4
0
    async def purge(self, ctx):
        """Allows Moderators to delete a large number of messages at once."""

        raise MissingSubcommand()
Ejemplo n.º 5
0
	async def reminder(self, ctx):
		"""Allows users to set a reminder for a certain time in the future."""

		raise MissingSubcommand()
Ejemplo n.º 6
0
    async def nickname(self, ctx):
        """Allows Mods to add, change or remove a user's nickname"""

        raise MissingSubcommand()
Ejemplo n.º 7
0
	async def archive(self, ctx):
		"""The entrypoint to message archiving."""

		raise MissingSubcommand()
Ejemplo n.º 8
0
	async def rfb_sync(self, ctx):
		"""Allows for synchronisation of rfb."""

		raise MissingSubcommand()
Ejemplo n.º 9
0
	async def rfb(self, ctx):
		"""An interface to interact with roles for badges."""

		raise MissingSubcommand()
Ejemplo n.º 10
0
    async def verify(self, ctx):
        """Allows users to verify themselves."""

        raise MissingSubcommand()