Releases: interactions-py/template
Releases · interactions-py/template
interactions.py v4.1.1-rc1
interactions.py v4.1.0
What's Changed
- Rewrite from v4.1 of
interactions.py
- Introduces the native cog system implemented in
interactions.py
- Bug fixes and more
Full Changelog: v4.1.0...v4.1.1-rc1
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
discord-py-interactions v3.0.2
Full Changelog: https://github.com/V3ntus/discord-py-interactions_boilerplate/commits/v3.0.2
Release of boilerplate to conform to v3.0.2 of discord-py-interactions