Interface ServerTextChannelBuilderDelegate

    • Method Detail

      • setTopic

        void setTopic​(java.lang.String topic)
        Sets the topic of the channel.
        Parameters:
        topic - The topic of the channel.
      • setCategory

        void setCategory​(ChannelCategory category)
        Sets the category of the channel.
        Parameters:
        category - The category of the channel.
      • setSlowmodeDelayInSeconds

        void setSlowmodeDelayInSeconds​(int delay)
        Sets the slowmode delay of the channel.
        Parameters:
        delay - The delay in seconds.
      • create

        java.util.concurrent.CompletableFuture<ServerTextChannel> create()
        Creates the server text channel.
        Returns:
        The created text channel.