Releases: SDStuduiosLLC/The-Somewhat-Awesome-Bot
TSAB Development Build
Commits
- a49d215: Update README.md (WhizBangPop)
TSAB v1.1.7
Just a collection of recent changes and bug fixes. Can't think of anything major.
Bug Fixes:
- Removed broken Statcord code
- Other minor changes I didn't note down
Feature Changes:
- Added an invite URL generator to the startup script
- Started work on the TSAB API. (It's just a basic Express.JS app atm)
- Added API specs to config.example.ts
- Other misc. changes
Docs Overhaul/Update
We've started work on the documentation update, you can find it over at https://docs.tsab.sd-studios.ml! Keep in mind that it is still very much a work in progress - so it won't always be up to date/accurate. Feel free to update it or create an issue in the TSAB docs GitHub repo. Any help is much appreciated!
TSAB v1.1.6-patch1
Added webhooks back! That's all for now.
Most likely no more feature updates will be released for a month or two due to exams.
TSAB v.1.1.6
Fixed bug where the bot would crash while attempting to send a webhook message. It isn't a perfect patch as I've had to disable webhooks, looking into making direct API calls for webhooks.
TSAB v.1.1.5-patch2
Fixed bug where it would log null
to console. Also fixed some formatting issues.
Also made it put each item on new line.
TSAB v1.1.5-patch1
TSAB Logger Bug Fix!
Forgot to add new lines to the log file strings, so that should now be fixed.
TSAB v1.1.5
Added project wide usage of the new TSAB logger. Haven't quite been able to test all of it yet - but if ya' find any bugs, feel free to let me know or fix them and I'll include them in the next release.
How To Use TSAB Logger
Import It > import { debug,log,error } from '../lib/tsabLogger';
Log > log('your message here', { sendWebhook:true })
you don't have to use the webhook btw
TSAB v1.1.4
Added new logging system. Still needs projectwide implamentation - should be there in release 1.1.5!
Other changes:
- Moved config file to
config.example.ts
- Cleaned code up a little
TSAB v1.1.3
Added automatic build script, planning a new automatic download and deployment script in the future.
v0.2.1 cmdV2 Beta
Ok, I don't really know what changed. I haven't really kept track as I've been gone for week.
So yeah.. new features!