PrefixSupplier: (
    this: Command | CommandHandler,
    message: TextCommandMessage,
) => SyncOrAsync<ArrayOrNot<string>>

A function that returns the prefix(es) to use.

Type declaration