object
CommandBuilder
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
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]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
needPermission[F[_], M[A] <: GuildCommandMessage[F, A]](neededPermission: Permission): CommandFunction[F, M, M]
-
def
nonBot[F[_], I[A] <: CommandMessage[F, A], O[_]](create: (User) ⇒ ~>[I, O])(implicit arg0: Streamable[F], arg1: Monad[F]): CommandFunction[F, I, O]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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]
-
def
rawBuilder[F[_]](requestHelper: RequestHelper): CommandBuilder[F, [β$1$]CommandMessage[F, β$1$], List[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
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]