This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Version 1.0 Release#293
Merged
ryanstreet merged 555 commits intomasterfrom Aug 31, 2020
Merged
Conversation
Feature/game functionality
Merge pull request #124 from PlayingWithPower/develop
…ality Merge pull request #125 from PlayingWithPower/develop
Feature/deck functionality
Merge pull request #130 from PlayingWithPower/feature/Deck-functionality
Merging Cruze's changes into branches
Merging Cruze's changes into branches
Merging Cruze's changes into branches
Merging Cruze's changes into branches
Feature/deck functionality
Merging Develop into Branches
Merging Develop into Branches
Merging Develop into Branches
Merging Develop into Branches
-added admin command sorting to help function -created new helper function to check if someone is admin
-log function (reacts) -delete function (reacts)
General fixes
-Oracle.JS now holds all statrting points of commands the point listens for -Main.JS now listens for commands, and sends information to Oracle.JS as needed -bootstrap.js is now a library to hold all requires and export them
-Changed bootstrap.js to reflect best practice with file scoping -Changed Oracle.js mentions of Bootstrap to reflect this
Updated Deck.js to reflect Bootstrap Updated Game.js to reflect Bootstrap Changed more capitilzation issues
-Helper files updated -Rest of objects updated -Semi-colons, triple ='s and bootstrap referenced everywhere **Clean up is done!**
#256 , caught case where !setconfig would fail when no parameters were given. Added comments to all functions in main.js
Finished cleaning 95% of warnings in Oracle.JS, only soft warnings and warnings that will be ignored left. Spelling, comments, cleaning inputs
!top not properly displaying top users, would crash instead of posting any results
…ng of !deckstats Fixed an issue where !deckstats end points weren’t correct. Typing !deckstats somethingcompletelyrandom would give a very strange result Fixed an issue where !top would crash the bot Removed old Schema changes to Users. Should be no functional difference
!info now tells you more information about its output -Tells you if the match is disputed, pending or finished -Will now look up disputed/pending/finished matches
Updated wording on !top to better reflect the output message
-Remove deck not properly listening for up/downvotes -Added check to set end season to give better output messages
-Deck Names --> Deck Name
-Cancelling now properly works on !updatedeck -!deckstats now displays Deck Name, Wins, Games Played and winrate
This file contains hidden or 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
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.
Base Features of the bot.