Interactive vs Slash Command

The difference between Interactive mode and Slash Command are summarized below

Item to Compare
Interactive Mode
Slash Command

Location

Bot needs a channel to host the Startup embed.

Slash command can be used anywhere in the discord server, as long as the bot has access to the channel.

Method to invoke bot

With UI, buttons, drop down box for user to select options.

Require user to type the command in the message box.

Response Time

Slow - Require step by step clicking in the bot

Fast - all options within single line of command as user type the command

Example

Comparison

Last updated