Skip to content

v3.0

Choose a tag to compare

@Tobotimus Tobotimus released this 04 Jul 07:42
· 24 commits to master since this release

Changes

  • Now using polib to write the .pot files
  • When the --command-docstrings flag is used, cogs in this form will be recognised:
    class MyCog(commands.Cog, translator=_):
        ...