Skip to content

Releases: arduinodiscord/bot-legacy

TypeScript.

01 Nov 21:37
32455cb
Compare
Choose a tag to compare
TypeScript. Pre-release
Pre-release

It's TypeScript.

What's Changed

Full Changelog: arduinodiscord/bot@v0.1.5...v0.2.0

Revised code sharing flow and duplicate prevention.

14 Jun 05:20
e1d7063
Compare
Choose a tag to compare
  • 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.

20 Apr 14:40
4af32cf
Compare
Choose a tag to compare
  • 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.

24 Dec 21:47
9ffff41
Compare
Choose a tag to compare
  • 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.

01 Oct 17:47
Compare
Choose a tag to compare
  • 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.