Skip to content

feat: ✨ Add cache_default_sounds param to bot classes#3113

Merged
Paillat-dev merged 8 commits into
Pycord-Development:masterfrom
ToothyDev:feat/cache-default-sounds-toggle
Feb 18, 2026
Merged

feat: ✨ Add cache_default_sounds param to bot classes#3113
Paillat-dev merged 8 commits into
Pycord-Development:masterfrom
ToothyDev:feat/cache-default-sounds-toggle

Conversation

@ToothyDev

Copy link
Copy Markdown
Contributor

Summary

Adds a cache_default_sounds parameter to all bot classes which controls whether the default soundboard sounds are fetched and saved on startup and subsequent .fetch_default_sounds() requests..

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

Fixes #3112

@pycord-app

pycord-app Bot commented Feb 18, 2026

Copy link
Copy Markdown

Thanks for opening this pull request!
Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/3113/head:pr-3113
git checkout pr-3113

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3113/head

Comment thread discord/client.py Outdated
Comment thread discord/state.py Outdated
Comment thread CHANGELOG.md Outdated
Co-authored-by: Paillat <[email protected]>
Signed-off-by: ToothyDev <[email protected]>
@Paillat-dev Paillat-dev modified the milestones: v2.8.0, v2.8.0rc.1 Feb 18, 2026
Comment thread discord/state.py Outdated
@Paillat-dev
Paillat-dev merged commit de2f235 into Pycord-Development:master Feb 18, 2026
25 checks passed
@ToothyDev
ToothyDev deleted the feat/cache-default-sounds-toggle branch February 18, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make default soundboard sound fetching disable-able

3 participants