-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: initial commit * Adds interaction handler class (#76) * chore: change readme * feat: add InteractionHandler class (#64) * feat: add InteractionHandler class * feat: add tests for the class * chore: run tests on all branches * chore: make actions nicer to remove duplicate runs * fix: tests * fix: tests * fix: remove information disclosure via queue approval (#78) * fix: suggestion message race condition * Update pt_BR.json to version 3.20 (#68) * Update pt_BR.json to version 3.20 * Update PULL_REQUEST_TEMPLATE.md * Suggestion queue update --------- Co-authored-by: Ethan <[email protected]> * fix: json file format * fix: images 404'ing (#79) * feat: physical suggestions queue (#77) * fix: InteractionHandler tests * feat: move current suggestions queue to use interaction handler * feat: port existing queue rejection/approval to new generic method * fix: virtual queue approval and rejection system * feat: add initial physical queue * fix: messages being sent * fix: error message for missing queue channel * feat: add items to /config get * fix: tests * chore: make button styling more obvious * chore: rename physical queue to channel queue * chore: fix wording * feat: move to logoo logging (#80) * feat: start logoo integration * chore: remove un-needed metadata * feat: migrate to Logoo * chore: shush httpx logs * feat: add bot_version to logs * chore: bump logoo version --------- Co-authored-by: Davi <[email protected]>
- Loading branch information
1 parent
333897d
commit 7b358b2
Showing
37 changed files
with
1,628 additions
and
415 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
The Suggestions Rewrite | ||
The Suggestions Bot | ||
--- | ||
|
||
A simplistic bot written by @skelmis utilising Python in | ||
order to get the suggestion's bot back on its feet while | ||
also providing breathing room for @acollierr17 to further | ||
work on the future of this bot. | ||
This bot represents the code base for [suggestions.gg](https://suggestions.gg). | ||
|
||
While it is open source we do not provide support for self-hosting. |
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
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
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
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
Oops, something went wrong.