- Switched to using NitradoServerProvider class. - Added server information into response. - Added nidibot version into logging.
1.0.6
.gitignore
- Corrected folder filter.
Nidibot.py
- Changed structure of bot_configuration.json for higher flexibility. - Properly initializing server providers. - Added test options for each available command.
Nitrado.py
- Added safety checks in constructor.
Setup.cfg
- Added missing ftputil.
1.0.5
Nidibot.py
- Migrated bot to hikari + lightbulb. That fixed issue with commands not showing in Discord chat.
1.0.4
Nidibot.py
- Added on_ready() event.
1.0.3
Nidibot.py
- Added descriptions to all commands. - Fixed double stating of command decorator.