Trait serenity_rich_interaction::core::RegisterRichInteractions[][src]

pub trait RegisterRichInteractions {
    fn register_rich_interactions(self) -> Self;
fn register_rich_interactions_with(
        self,
        rich_handler: RichEventHandler
    ) -> Self; }

Required methods

Loading content...

Implementations on Foreign Types

impl<'a> RegisterRichInteractions for ClientBuilder<'a>[src]

fn register_rich_interactions(self) -> Self[src]

Registers the rich interactions configuration on the client

fn register_rich_interactions_with(self, rich_handler: RichEventHandler) -> Self[src]

Registers the rich interactions with a custom rich event handler

Loading content...

Implementors

Loading content...