-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1-5) #1
Merged
llisaeva
merged 12 commits into
Antares-Network:nate-goldsborough
from
nathen418:nate-goldsborough
Aug 5, 2022
Merged
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1-5) #1
llisaeva
merged 12 commits into
Antares-Network:nate-goldsborough
from
nathen418:nate-goldsborough
Aug 5, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nathen418
changed the title
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1 and 2)
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1,2,3)
Aug 2, 2022
nathen418
changed the title
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1,2,3)
Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1-5)
Aug 4, 2022
Read all of the files, this looks really good! I like the idea of adding a college employee role |
llisaeva
approved these changes
Aug 5, 2022
Merged
nathen418
added a commit
that referenced
this pull request
Sep 1, 2022
**New in version 2.2.0** - Switched data storage to [MongoDB](https://www.mongodb.com/) - Published a new Docker image, learn more at the [Docker Docs](https://docs.docker.com/get-docker/) - Lots and lots and lots of bug fixes - Added code formatting, dependency checking, basic ci/cd and more ### Admin Commands - `/createRoles` - Modified to work without a reboot or copying to an `.env` file - `/csClassPoll` - Create the poll that will allow students to select their cs classes ## Pull Requests Merged * Rewrite of CSSC-bot in Typescript using Discord.js and WOKCommands (Part 1-5) by @nathen418 in #1 * merge wip by @schiltz3 in #3 * merge wip 2 by @schiltz3 in #4 * Rework Menu creation by @schiltz3 in #5 * Merged csClassPoll and csClassTest by @schiltz3 in #8 * Delay by @schiltz3 in #9 * send up to 5 menus per message by @schiltz3 in #10 * switch to using class CODE as key rather than suuid by @schiltz3 in #11 **Full Changelog**: v2.1.0...v2.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
/clear
,/view
,/help
,/status
,/uptime
, and/github
commandsNotes