Releases: AlexQuigley/S.C.I.P.E
Releases · AlexQuigley/S.C.I.P.E
S.C.I.P.E. TypeScript Conversion [Working]
What's Changed
Created working typescript version of Bot, only two files have not been converted to typescript.
- Merged both working branches of Convert-TS (Convert-TS-Bao & Convert-TS-Stephan) by @AlexQuigley in #5
Full Changelog: v0.2.2...v0.2.3
S.C.I.P.E. 0.2.2
Added Functionality To SCIPE:
- fetchData.js - A
data.json
retrieval function to test fetching data from the TeamBuilder API endpoint. - timeout.js - A timeout command.
- syncChannels.js - A command that parses the
data.json
file for Project names, compares those names to all discord server channel names located under the "projects" group, and creates new channels for the projects that do not have any channels.
What's Changed
- README.md - Updated to v0.2.0 by @AlexQuigley in #2
- Feature 0.2.2 by @AlexQuigley in #3
Full Changelog: v0.2.0...v0.2.2
S.C.I.P.E. 0.2.1 [DEPRICATED] [SCIPE-DB Branch]
As of 10/10/2024 this release is now depricated
Very minimal SQLite DB addition
Added:
-> ./src/models
-> ./src/models/guild.js
-> ./utils/database.js
-> ./src/syncdb.js
Full Changelog: v0.2.0...v0.2.1
S.C.I.P.E. 0.2.0 [Stable]
S.C.I.P.E. - Discord Bot
Very basic bot setup with minimal additions besides the basic setup.
Full Changelog: https://github.com/AlexQuigley/S.C.I.P.E/commits/v0.1