Releases: arduinodiscord/bot-legacy
Releases · arduinodiscord/bot-legacy
TypeScript.
It's TypeScript.
What's Changed
- Merge Duplicate Filter Hotfixes and Maintenance Mode by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/107
- Merge v0.1.6 by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/109
- feat: typescript by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/114
- v0.2.0: TypeScript is here! by @hox in https://github.com/BluLightShow/arduino-bot/pull/116
- hotfix: remove gists, deployment ready by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/117
- hotfix: member join logs and invite tracking by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/119
- chore: update discord.js by @BluLightShow in https://github.com/BluLightShow/arduino-bot/pull/120
Full Changelog: arduinodiscord/bot@v0.1.5...v0.2.0
Revised code sharing flow and duplicate prevention.
- Small tweaks to many tags to change some wording
- Contributor discord included in README
- Fix about command uptime readout
- Dynamic prefix in bot status (thanks @Ru-Pirie)
- New duplicate filtering system (please submit bugs!)
- Migrate file extension allow list to file extension disallow list in light of file previews. Change file disallowed response.
- Add pullup tag
Canned responses and refactored handling.
- New staff command handler for better permission checking
- Codeblock command tweaked reply
- Catch more failures to try to fix up the crashing issues
- Environment variable config file, just add variables to the .env file
- New canned response system dubbed "tags". The tags directory contains a template file that should be self-explanatory. New tag responses can be added easily.
Bug fixes and QOL features.
- Adds setavatar command to change avatar for admins
- Adds say command to send embeds via the bot for admins
- Adds websocket changes for discord intentions
- Adds more information to the about command
- Makes minor change to the discord shield included in arduino bot gist pastes
- Allows arduino employees to bypass the file filter
- Adds in-line message link flattening
Rewrite with new command handler.
- Removes the old auto-pasting in favor of an optional reaction to paste detected code blocks
- Rewrites the entire bot to be more stable and consistent in command handling
- Adds gist command for helpers to manually paste any message into a gist
- Adds code block canned response to quickly show new members how to paste code into a code block
- Changes gist paste header to reflect changes to auto-pasting system. This is planned to change again in the future.