notsniped / discord-snipe-bot

A simple message content sniping Discord bot which you can run yourself!
GNU General Public License v3.0
7 stars 5 forks source link

Set most slash commands to `Server Only` functionality #42

Closed notsniped closed 4 months ago

notsniped commented 4 months ago

This prevents these commands from being run outside of a server, where if these commands were run outside of a server it would lead to an unexpected error. (insufficient context data)

I'm sparing the /help command however, because it doesn't need a Discord server to be run properly, unlike the other commands.