Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the instance attributes of BotBase #204

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

shtlrs
Copy link
Member

@shtlrs shtlrs commented Feb 18, 2024

Closes #48

Copy link

netlify bot commented Feb 18, 2024

Deploy Preview for bot-core ready!

Name Link
🔨 Latest commit b0b758e
🔍 Latest deploy log https://app.netlify.com/sites/bot-core/deploys/65d1dd21d3f29f0008eeb4ab
😎 Deploy Preview https://deploy-preview-204--bot-core.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@shtlrs shtlrs force-pushed the document-bot-attributes branch from 4f4c78e to a55d4ed Compare February 18, 2024 00:30
statsd_url (str): The url that statsd sends metrics to.
redis_session (async_rediscache.RedisSession): The redis session used to communicate with the Redis instance.
stats (pydis_core.async_stats.AsyncStatsClient): The statsd client that sends metrics.
all_extensions (frozenset[str]): A set holding all the loaded extensions.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
all_extensions (frozenset[str]): A set holding all the loaded extensions.
all_extensions (frozenset[str]): All extensions that were found within the ``module`` passed to ``self.load_extensions``. Use ``self.extensions`` to get just the loaded extensions.

@shtlrs shtlrs force-pushed the document-bot-attributes branch from a55d4ed to f4d4dac Compare February 18, 2024 10:30
@shtlrs shtlrs force-pushed the document-bot-attributes branch from f4d4dac to b0b758e Compare February 18, 2024 10:34
@ChrisLovering ChrisLovering merged commit b0b758e into main Feb 18, 2024
7 of 8 checks passed
@ChrisLovering ChrisLovering deleted the document-bot-attributes branch February 18, 2024 10:35
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.

Document BotBase instance attributes
2 participants