Skip to content

Releases: squigjess/nextcord-pretty-help

v1.3.3

20 Oct 12:23
Compare
Choose a tag to compare

Summary

First release of the Nextcord-specific port of discord-pretty-help. The aim of this release is to bring nextcord-pretty-help up to date with discord-pretty-help without changing any core features. This way, ideally all documentation provided in discord-pretty-help for Discord.py users will also apply to nextcord-pretty-help for Nextcord users.

Download

pip install nextcord-pretty-help==1.3.3
https://pypi.org/project/nextcord-pretty-help/1.3.3/

Changes

  • Changed all discord.py references to point to Nextcord.
  • Removed all Discord.py-specific features that have been removed/deprecated from Nextcord, replacing them with Nextcord-supported alternatives that do not impede library usage nor change any functionality of the library.
  • If a color is unspecified, the default accent colour for the help dialog is now Discord's trademark blurple instead of a random colour.
  • Updated tests.