Skip to content

3.1.0

Compare
Choose a tag to compare
@celsiusnarhwal celsiusnarhwal released this 26 Dec 21:08

alianator 3.1.0 updates the resolutions for several permission flags, adds a new diagnostic module, and brings
some minor internal changes.

Resolution Changes

  • send_messages now resolves to "Send Messages and Create Posts". (It previously resolved to "Send Messages".)
  • send_messages_in_threads now resolves to "Send Messages in Threads and Posts". (It previously resolved to "Send Messages in Threads".)
  • manage_threads now resolves to "Manage Threads and Posts". (It previously resolved to "Manage Threads".)
  • view_guild_insights now resolves to "View Server Insights". (It previously resolved to "View Guild Insights".)

The diagnostic Module

alianator's new diagnostic module prints some basic information about alianator itself, the active versions of Pycord and Python, and your machine. You may be asked for this information when you open an issue.

Internal Changes

  • alianator's docstrings are now written in Numpy style. (They were previously written in reStructuredText style.)

Regarding Pycord v3

In the time since alianator's last release, the Pycord team released a pre-alpha version of Pycord v3. alianator doesn't currently support Pycord v3 and it's unknown whether it ever will.