Skip to content

discord-py-interactions v4.0.1-unstable

Compare
Choose a tag to compare
@V3ntus V3ntus released this 11 Jan 21:24
670c7c8

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. See cogs/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