Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commandclient

Index

Type aliases

CommandClientCommandCancel

CommandClientCommandCancel: (context: Context, command: Command) => Promise<any> | any

Type declaration

CommandClientCommandCheck

CommandClientCommandCheck: (context: Context, command: Command) => Promise<boolean> | boolean

Type declaration

    • Parameters

      Returns Promise<boolean> | boolean

CommandClientMessageCancel

CommandClientMessageCancel: (context: Context) => Promise<any> | any

Type declaration

    • (context: Context): Promise<any> | any
    • Parameters

      Returns Promise<any> | any

CommandClientMessageCheck

CommandClientMessageCheck: (context: Context) => Promise<boolean> | boolean

Type declaration

    • (context: Context): Promise<boolean> | boolean
    • Parameters

      Returns Promise<boolean> | boolean

CommandClientPrefixCheck

CommandClientPrefixCheck: (context: Context) => CommandClientPrefixes | Promise<CommandClientPrefixes>

Type declaration

CommandClientPrefixes

CommandClientPrefixes: string[] | BaseSet<string> | Set<string> | string

Generated using TypeDoc