Skip to content

Releases: AlexQuigley/S.C.I.P.E

S.C.I.P.E. TypeScript Conversion [Working]

13 Nov 23:33
Compare
Choose a tag to compare

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

12 Oct 23:27
Compare
Choose a tag to compare
S.C.I.P.E. 0.2.2 Pre-release
Pre-release

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

Full Changelog: v0.2.0...v0.2.2

S.C.I.P.E. 0.2.1 [DEPRICATED] [SCIPE-DB Branch]

20 Sep 23:43
Compare
Choose a tag to compare

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]

20 Sep 18:11
Compare
Choose a tag to compare
Pre-release

Dramatically updated file structure with auto-registration and deletion of commands along with basic /ban, /kick, and /ping commands.

File structure update changes the way modules are organized to make the bot more modular. New system structure:

SCIPY file structure drawio (2)

S.C.I.P.E. - Discord Bot

18 Sep 04:50
Compare
Choose a tag to compare
Pre-release

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