Skip to content

Fun Commands ​

Lighthearted commands for entertainment.

/joke ​

Get a random joke. Fetches from JokeAPI with a built-in static fallback if the API is unavailable.

/joke

TIP

Jokes are filtered to exclude NSFW, racist, and sexist content.

/quote ​

Get a random inspirational quote. Fetches from Quotable API with a static fallback.

/quote

Aliases: inspire, motivation

/8ball ​

Ask the Magic 8-Ball a yes/no question.

/8ball <question>

Example:

/8ball Will it rain tomorrow?

Aliases: eightball, 8b

/flip ​

Flip a coin — heads or tails.

/flip

/roll ​

Roll dice using standard dice notation.

/roll              # Roll a single d6
/roll d20          # Roll a 20-sided die
/roll 2d6          # Roll two 6-sided dice
/roll 3d8+5        # Roll 3d8 with +5 modifier

Notation: NdS+M

PartDescription
NNumber of dice (1-100)
SNumber of sides (2-1000)
+M / -MOptional modifier

/fact ​

Get a random fun fact. Fetches from Useless Facts API with a static fallback.

/fact

Aliases: funfact, didyouknow

Built with ❤️