This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feature: Locales (#48) * Locales * Fix and add deprecated notice * Fix template * Format * cov: unit tests * Add enum locale, bump to Dart 2.17 * fix: Links in pubspec * fix: Query param * fix: `Endpoints@fetchGuildCommand()` * suggestions: `withLocales` to `true` * fix: queryParams * fix: typos * fix: Remove `withLocales` param Not used by discord, I'm just dumb * feat: Add deserialize onto `Locale` * fix: Deserialize `RawApiMap` into full `Locale` + add unit tests for localizations. * feat: Add localizations on receivied options. * Differentiate command handlers per guild * Fixup workflows * Format code * Fix interaction acknowledgement 3 second timeout acknowledged interaction tokens were expiring in 3 seconds rather than the intended 15 minutes * Fix typo * Revert #37 * Remove trailing whitespace in docs * Fix crash in Locale * Fix unit tests * Update to nyxx 4.0.0 (#54) * Release 4.3.0 (#55) Co-authored-by: Rapougnac <74512338+Rapougnac@users.noreply.github.com> Co-authored-by: Abitofevrything <mylo.fawcett@gmail.com> Co-authored-by: Nicholas Shrefler <16249086+NDSo@users.noreply.github.com> Co-authored-by: Abitofevrything <54505189+abitofevrything@users.noreply.github.com>
- Loading branch information
1 parent
4c21707
commit 661982c
Showing
20 changed files
with
497 additions
and
152 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
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
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.