danparizher / Pax-Academia

General purpose utility bot for the Homework Help Discord server
MIT License
13 stars 5 forks source link

feat: Add ability to make a command server-only #247

Closed sebastiaan-daniels closed 10 months ago

sebastiaan-daniels commented 10 months ago

a) This PR adds a decorator to the limiter.py file which can be imported in a cog. Decorating a slash command with this wrapper will make the command usable only in the guild set in the env.

b) All alert commands have been decorated with this wrapper (closes #244 )

@sebastiaan-daniels : Update production ENV on merge