This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Releases: liner-exe/discord-commands-bot
Releases · liner-exe/discord-commands-bot
v0.8.4
v0.8.3
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
asrandom
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
v0.8.1
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
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
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
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
v0.7.5
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