-
Notifications
You must be signed in to change notification settings - Fork 186
Comparing changes
Open a pull request
base repository: interactions-py/interactions.py
base: 5.13.1
head repository: interactions-py/interactions.py
compare: 5.13.2
- 15 commits
- 13 files changed
- 7 contributors
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ec798b - Browse repository at this point
Copy the full SHA 2ec798bView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49ecdf9 - Browse repository at this point
Copy the full SHA 49ecdf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a896b7 - Browse repository at this point
Copy the full SHA 2a896b7View commit details
Commits on Jul 19, 2024
-
fix: command lookup error when scope is cached (#1716)
* fix: command lookup error when scope is cached Fixed lookup to use .get() on the dictionary to prevent large log of error in the circumstance of a cache command showing on a changed scope Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com> * Update context.py Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com> --------- Signed-off-by: Sondra <125593620+sondevra@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42df28b - Browse repository at this point
Copy the full SHA 42df28bView commit details -
fix/test: ensure polls are being correctly processed (#1714)
* fix: use answer_id from data, not options * fix: correctly deserialize question for polls * ci: add tests for polls * test: make poll dict test more resilient
Configuration menu - View commit details
-
Copy full SHA for fcd8efe - Browse repository at this point
Copy the full SHA fcd8efeView commit details
Commits on Aug 3, 2024
-
fix: change CronTrigger next_fire start time (#1718)
Replaces the croniter start_time in CronTrigger from `datetime.now()` to `self.last_call_time.astimezone()` to fix a bug causing possible multiple firing. Fixes #1717
Configuration menu - View commit details
-
Copy full SHA for bdc52f1 - Browse repository at this point
Copy the full SHA bdc52f1View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e2becae - Browse repository at this point
Copy the full SHA e2becaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f3162 - Browse repository at this point
Copy the full SHA 38f3162View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf7b9e - Browse repository at this point
Copy the full SHA ecf7b9eView commit details -
fix: use int nonce for heartbeat instead of float for VoiceGateway (#…
Configuration menu - View commit details
-
Copy full SHA for 33f8bdf - Browse repository at this point
Copy the full SHA 33f8bdfView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c9de39 - Browse repository at this point
Copy the full SHA 7c9de39View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5dfe8e - Browse repository at this point
Copy the full SHA d5dfe8eView commit details
Commits on Aug 26, 2024
-
fix: properly parse aliases for base commands (#1728)
* fix: properly parse aliases for base commands * fix: don't add random aliases to base commands
Configuration menu - View commit details
-
Copy full SHA for e566d1e - Browse repository at this point
Copy the full SHA e566d1eView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d621ef7 - Browse repository at this point
Copy the full SHA d621ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369a291 - Browse repository at this point
Copy the full SHA 369a291View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.13.1...5.13.2