• Creates a textChannel argument. The value can be an ID, mention or name of a TextChannel or a NewsChannel. If a channel is found but is not a TextChannel or a NewsChannel, it will returns null.

    Parameters

    • options: ArgumentBuilder<GuildTextBasedChannel> = {}

      The options of the argument.

    Returns Argument<NewsChannel | StageChannel | TextChannel | ThreadChannel | VoiceChannel>

    • A textChannel argument.

Generated using TypeDoc