Object/Trait

ackcord.newcommands

CommandBuilder

Related Docs: trait CommandBuilder | package newcommands

Permalink

object CommandBuilder

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

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[F[_], M[A] <: GuildCommandMessage[F, A]](guildId: GuildId): CommandFunction[F, M, M]

    Permalink

    A command function that only allow commands sent from one specific guild.

  12. def inVoiceChannel[F[_], I[A] <: GuildCommandMessage[F, A] with UserCommandMessage[F, A], O[_]](create: (VGuildChannel) ⇒ ~>[I, O])(implicit arg0: Streamable[F], arg1: Monad[F]): CommandFunction[F, 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[F[_], M[A] <: GuildCommandMessage[F, A]](neededPermission: Permission): CommandFunction[F, M, M]

    Permalink

    A command function that requires that those who use this command need some set of permissions.

  16. def nonBot[F[_], I[A] <: CommandMessage[F, A], O[_]](create: (User) ⇒ ~>[I, O])(implicit arg0: Streamable[F], arg1: Monad[F]): CommandFunction[F, I, O]

    Permalink

    A command function that disallows bots from using it.

  17. final def notify(): Unit

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

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

    Permalink

    A command function that only allows commands sent from a guild, and that lets you build the result command message.

  20. def rawBuilder[F[_]](requestHelper: RequestHelper): CommandBuilder[F, [β$1$]CommandMessage[F, β$1$], List[String]]

    Permalink

    Creates a raw command builder without any extra processing.

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def withGuildMember[F[_], I[A] <: GuildCommandMessage[F, A] with UserCommandMessage[F, A], O[_]](create: (GuildMember) ⇒ ~>[I, O])(implicit arg0: Streamable[F], arg1: Applicative[F]): CommandTransformer[F, I, O]

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped