Object

ackcord.newcommands.CommandController

CommandFunction

Related Doc: package CommandController

Permalink

object CommandFunction

Various command functions to filter or transform command messages.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandFunction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Expander[M[_], H[_], A] = M[A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. def inOneGuild[M[A] <: GuildCommandMessage[A]](guildId: GuildId): CommandFunction[M, M]

    Permalink

    Only allow commands sent from one specific guild.

  12. def inVoiceChannel[I[A] <: GuildUserCommandMessage[A], O[_]](create: (VGuildChannel) ⇒ ~>[I, O]): CommandFunction[I, O]

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def needPermission[M[A] <: GuildCommandMessage[A]](neededPermission: Permission): CommandFunction[M, M]

    Permalink

    Those who use this command need some set of permissions.

  16. def nonBot[I[A] <: CommandMessage[A], O[_]](create: (User) ⇒ ~>[I, O]): CommandFunction[I, O]

    Permalink

    Only non bots can use this command.

  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def onlyInGuild[I[A] <: CommandMessage[A], O[_]](create: (TGuildChannel, Guild) ⇒ ~>[I, O]): CommandFunction[I, O]

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def withGuildMember[I[A] <: GuildUserCommandMessage[A], O[_]](create: (GuildMember) ⇒ ~>[I, O]): CommandTransformer[I, O]

    Permalink

    A command function that lets you add the guild member to a command message.

Inherited from AnyRef

Inherited from Any

Ungrouped