This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove brigadier and replaced it with JDA's stuff (#135)
* Ignore eclipse files * update gitignore * switch to gradle * Add Brigadier command parser * Push progress, not finished yet. * gitignore should not ignore itself * Remove remnants from roll * Push more progress * Update README.md For changes to gradle * Update README.md Don't bug the guy, he doesn't work on this anymore. * Push more progress * It compiles * Delete maven.yml * Create dependabot.yml * Create codeql.yml * Fix gradle jar not being included in the repository * Update README.md Correct build output location * Update README.md * Delete pr.yml * Bump ch.qos.logback:logback-core from 1.2.3 to 1.4.7 Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.3 to 1.4.7. - [Commits](qos-ch/logback@v_1.2.3...v_1.4.7) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump mysql:mysql-connector-java from 8.0.28 to 8.0.33 Bumps mysql:mysql-connector-java from 8.0.28 to 8.0.33. --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump org.jsoup:jsoup from 1.10.3 to 1.16.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.10.3 to 1.16.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.10.3...jsoup-1.16.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump com.zaxxer:HikariCP from 2.6.0 to 5.0.1 Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 2.6.0 to 5.0.1. - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](brettwooldridge/HikariCP@HikariCP-2.6.0...HikariCP-5.0.1) --- updated-dependencies: - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump com.google.guava:guava from 30.1.1-jre to 31.1-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.1.1-jre to 31.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Fix UnsupportedOperationException * The console can now execute commands * Update dependabot.yml * Bump com.google.code.gson:gson from 2.8.9 to 2.10.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.10.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.10.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump org.yaml:snakeyaml from 1.29 to 2.0 Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.29 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.29) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump io.sentry:sentry-logback from 1.7.3 to 6.19.1 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 1.7.3 to 6.19.1. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@v1.7.3...6.19.1) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * update loggers * Bump org.codehaus.groovy:groovy-jsr223 from 3.0.8 to 3.0.17 Bumps [org.codehaus.groovy:groovy-jsr223](https://github.com/apache/groovy) from 3.0.8 to 3.0.17. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy-jsr223 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Admin commands can now be executed by owners * Update LICENSE * rm outdated comment * I thought I deleted this shit * Fix threading issues when retrieving discord users for suggestions * Fix infinite loop when executing an invalid command. * One command dispatcher now * Fix AnyStringSuggestion * GUILD_MEMBERS intent for suggestions * Push the rest * rm debug code * make ping response empher * State that riitag temporarily not working due to upstream issue * more cleanup * register flag command * Fix UnsupportedOperationException * Fix flag suggestions * Add NON_COUNTRIES and COUNTRIES as valid FlagArgumentTypes * CodeType suggestion no longer case sensitive * New easy deferring system * Fix isDiscordContext returning false if the context was an InteractionHook * Migrate Error command to new context deferral system * Readability * grammar * Fix commands with optional arguments not being able to be executed with no arguments in discord. * oops * Fix LiteralArgument suggestions fucking up suggestions * ExciteSuggestionsBuilder -> RiiSuggestionsBuilder * push * Flag suggestions now show the flag image * cleanup * Fix flag names with spaces being unable to be parsed * cleanup * Remove MAC OS Finder remnants * Update .gitignore ignore MAC OS Finder file remnants * Move brigadier stuff to its own library * Update BDE to 0.3.0.0 * Update BDE to 0.3.1.1 * Bump io.sentry:sentry-logback from 6.19.1 to 6.20.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 6.19.1 to 6.20.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@6.19.1...6.20.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * getAuthor() -> getUser() * Update BDE to Version 0.4.0.0 * Add command descriptions and requirements * Add all command requirements * remove duplicate checks * Update BDE to 0.4.1.0 * Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Temporary fix for /riitag * Fix issues with /flag and /code commands * rm unused annotation * Update BDE to 0.5.0.0 * Fix bot presence * Update BDE to 0.5.0.1 * Bump io.sentry:sentry-logback from 6.20.0 to 6.21.0 Bumps [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) from 6.20.0 to 6.21.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@6.20.0...6.21.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add missing command descriptions * oops * Update BDE to 0.5.0.2 * Bump com.datadoghq:java-dogstatsd-client from 2.8 to 4.2.0 Bumps [com.datadoghq:java-dogstatsd-client](https://github.com/DataDog/java-dogstatsd-client) from 2.8 to 4.2.0. - [Release notes](https://github.com/DataDog/java-dogstatsd-client/releases) - [Changelog](https://github.com/DataDog/java-dogstatsd-client/blob/master/CHANGELOG.md) - [Commits](DataDog/java-dogstatsd-client@v2.8...v4.2.0) --- updated-dependencies: - dependency-name: com.datadoghq:java-dogstatsd-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update code for DataDogBuilder * Remove unused command * Removed brigadier and replaced it with JDA's stuff * Minor changes * Change Members to Users to allow command usage through dms --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Gamebuster19901 <Gamebuster19901@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information