1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-05 03:57:53 -05:00

V1.4.2 - Code Rework + minor bugfixes

.gitignore - added new logs folder for future feature
config.example.ts, README.md, *index.html - version bumped
deps.ts - moved all remote dependencies to this file to make version updating easier
db/* - changed deps to new format
longStrings.ts, README.md - fixed typo
mod.ts - changed deps to new format, implemented error catching for editBotStatus, moved api to separate file
api.ts - pulled api code to this file for better organization
intervals.ts - new utility file for functions that will be called after bot boots (and that continue to be called on a specified interval
mod.d.ts - documentation added
solver.ts - newline
utils.ts - updated deps to new format
This commit is contained in:
Ean Milligan (Bastion)
2021-02-19 20:44:38 -05:00
parent fc218e1644
commit ddb8f62eca
15 changed files with 840 additions and 736 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
config.ts
emojis/Thumbs.db
logs