Skip to content

Releases: interactions-py/template

interactions.py v4.1.1-rc1

17 Apr 18:37
7c32805
Compare
Choose a tag to compare

What's Changed

  • Version bump

Full Changelog: v4.1.0...v4.1.1-rc1

interactions.py v4.1.0

02 Mar 00:52
8610d44
Compare
Choose a tag to compare

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

11 Jan 21:24
670c7c8
Compare
Choose a tag to compare

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

discord-py-interactions v3.0.2

16 Dec 16:11
e8122d5
Compare
Choose a tag to compare

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