79644513

Date: 2025-05-29 19:28:41
Score: 1
Natty:
Report link

You need to set the contexts in the SlashCommandBuilder with setContexts.
To allow command on every channel you can try:

new SlashCommandBuilder().setContexts(InteractionContextType.PrivateChannel, InteractionContextType.BotDM, InteractionContextType.Guild)

Make sure to import InteractionContextType.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mime