Module telescope::discord_bot::commands::whois[][src]

Expand description

Discord slash command to get information about a user.

Constants

The name of this slash command.

The embed color of /whois error responses.

The name of the only option available on this command.

Functions

Modify a builder object to add the info for the /whois command.

Add common data to a Discord embed. This includes the author, footer, and timestamp.

Inner async fn to handle /whois commands without dealing with annoying types.

Handle a user calling the /whois command from Discord.

Build the option for the /whois command.