#Restrict Slash commands to guilds, not DMs

1 messages · Page 1 of 1 (latest)

onyx summit
#

Hey, I'd like to disable a slash command in DMs.
I tried

@client.command()
@commands.guild_only()

But this doesn't work :/

serene gulch
#

The decorator is discord.guild_only() for slash commands, not the commands.guild_only()

onyx summit
#

Thanks!