Skip to content

Releases: liner-exe/discord-commands-bot

v0.8.3

07 Apr 15:06
Compare
Choose a tag to compare

v0.8.3 (2024-04-07)

Features

  • cogs/fun.py: Added /random color command
  • cogs/fun.py: Made /random void
  • cogs/fun.py: Made /number as random subcommand
  • cogs/utils/dependencies.py: Changed dependencies installation principle

Bug Fixes

  • cogs/utils/decorators.py: Config reading transfered to is_weather_active (method)

New Files

  • cogs/utils/urls.py: New method url_encode
  • cogs/utils/colors.py: New methods generate_random_color, hex_to_rgb, rgb_to_hex, rgb_to_hex_color

v0.8.2

18 Feb 18:51
Compare
Choose a tag to compare

v0.8.2 (2024-02-18)

Summary

Documentation release

GitHub

  • bug.yml: Labels updated
  • feature.yml: Labels updated
  • README.md: Adjusted

v0.8.1

17 Feb 12:27
dd25386
Compare
Choose a tag to compare

v0.8.1 (2024-02-17)

Features

  • Added /cogs list command

Documentation

  • cogs/discord.py: Added docstring to /avatar command
  • README.md: Roadmap updated

GitHub

  • bug.yml: Fixed indent, added Discord Commands Bot version input
  • feature.yml: Added feature request template

v0.8.0

14 Feb 17:46
ccf3d37
Compare
Choose a tag to compare

v0.8.0 (2024-02-14)

Summary

SLASH COMMANDS MIGRATION!

Features

  • Slash commands migration!
  • main.py: added dependency checker, added update notifier
  • cogs/fun.py@Fun:weather: command is inactive if no openweather token

New Files

  • cogs/utils/
    • __init__.py
    • decorators.py
    • dependecies.py
    • github.py
    • version.py
  • .gitignore

Documentation

  • cogs/*.py: added docstrings to all functions
  • README.md: fixed typo

Chore

  • main.py: fixed typo
  • requirements.txt: dependencies updated

v0.7.8

13 Feb 17:30
974defe
Compare
Choose a tag to compare

v0.7.8 (2024-02-13)

Documentation-oriented release

Documentation

  • README.md: fixed typos. Added link to changelog
  • config.yml: added emoji to name
  • CHANGELOG.md: added v0.7.7 release notes, changelog adjusted

Tweak

  • start_win.bat: compatibility with new Python version. Minor correction

Chore

  • config.ini.sample: removed useless info

Bugfix

  • main.py: moved universal exception handling to the end of the try-except block

v0.7.7

11 Feb 21:45
27260ea
Compare
Choose a tag to compare

v0.7.7 (2024-02-12)

Documentation

  • pull_request_template.md: new pr template
  • CHANGELOG.md: added changelog file
  • LICENSE: 2022-2023 -> 2022-2024
  • bug.yml: added bug template
  • config.yml: added question template
  • README.md: readme 2.0 (re-built)

Misc

  • misc(file): added new screenshots
  • misc(file): deleted old README's

v0.7.6

19 Jan 08:38
28082f9
Compare
Choose a tag to compare

v0.7.6 (2024-01-19)

Tweaks

  • translation: comments translated in moderation.py (ba8814f)

v0.7.5

01 Oct 14:49
dedbc40
Compare
Choose a tag to compare

v0.7.5 (2023-10-01)

Features

  • main.py: Added if name main construction

New Files

  • setup.py: for better setup the bot

Tweaks

  • main.py: switched to slash commands
  • main.py: translated one comment
  • tweak: start_win.bat for better setup the bot
  • tweak: changed config.ini.sample