discord-py-interactions v4.0.1-unstable
Changelog
#3 :
- Migrates to discord-py-interactions==4.0.1
- Removes support for message commands, since they are now unsupported
- Rewrites the dynamic cog loader since cog support has been dropped (temporarily)
- Adds a streamlined command declaration process while writing in command modules
- Adds a new permissions checking system (from CommandMC:
src/permissions.py
) which returns True if a user has specified permissions. Seecogs/helloworld.py
for example usage
Full Changelog: v3.0.2...v4.0.1-unstable
Release of boilerplate to conform to v4.0.1-unstable of discord-py-interactions