Type Definition telescope::discord_bot::commands::InteractionResult[][src]

type InteractionResult<'a> = BoxFuture<'a, Result<()>>;
Expand description

Interactions return a boxed future of a serenity result.