This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Started working on code for flag system
- Added a tiers parser method for parsing default tiers - Flags are now stored in a set to ensure no duplicates arise - Simplified the getFlag logic in GuildData by removing the recursive call - Removed the IFlag interface and merge it with the Flag class making Flag class the base class
Merged dev Fixed data for branch as merge caused issues Implemented time flag
Also changed the getFlags method a bit
Also change methods around a bit
binaryoverload
suggested changes
Apr 30, 2020
src/main/java/org/cascadebot/cascadebot/commands/management/FlagsCommand.java
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/cascadebot/cascadebot/data/objects/donation/FlagContainer.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/cascadebot/cascadebot/data/objects/donation/Tier.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/org/cascadebot/cascadebot/data/objects/user/CascadeUser.kt
Outdated
Show resolved
Hide resolved
Make it actually compile Do review stuff optimize imports
binaryoverload
approved these changes
May 1, 2020
This PR is going to be closed as it is severely out of date and the donation stuff is going to be based off a new branch that is up to date with all the bot features. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull request
Added/Changed
Moved guild data classes over to their own package
Added Cascade users and implemented mongodb for it
Added tier classes and tier parsing (thanks binary)
Added flags class
Implemented flags on commands