Skip to content

Conversation

@Paillat-dev
Copy link
Member

No description provided.

@pycord-app
Copy link

pycord-app bot commented Nov 5, 2025

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/184/head:pr-184
git checkout pr-184

This pull request can be installed with:

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

@@ -0,0 +1,3 @@
from .gear import Gear

Choose a reason for hiding this comment

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

Should have an info docstring like other init modules

@@ -0,0 +1,46 @@
# taken from https://stackoverflow.com/a/28238047/20324733
from typing import Callable, Generic, Protocol, TypeVar, overload

Choose a reason for hiding this comment

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

license? or, would that not be applicable here because of the notice above?

Copy link
Member Author

Choose a reason for hiding this comment

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

That. But I did forget the licenses in some other files

@read-the-docs-community
Copy link

read-the-docs-community bot commented Nov 9, 2025

Documentation build overview

📚 pycord-next | 🛠️ Build #30307179 | 📁 Comparing 3c75e81 against latest (cd7ab41)


🔍 Preview build

Show files changed (108 files in total): 📝 76 modified | ➕ 30 added | ➖ 2 deleted
File Status
cogs.html 📝 modified
faq.html 📝 modified
genindex.html 📝 modified
intents.html 📝 modified
migrating_to_v1.html 📝 modified
migrating_to_v2.html 📝 modified
old_changelog.html 📝 modified
quickstart.html 📝 modified
_modules/index.html 📝 modified
api/abcs.html 📝 modified
api/application_commands.html 📝 modified
api/application_info.html 📝 modified
api/audit_logs.html 📝 modified
api/clients.html 📝 modified
api/data_classes.html 📝 modified
api/enums.html 📝 modified
api/events.html 📝 modified
api/gears.html ➕ added
api/index.html 📝 modified
api/models.html 📝 modified
api/ui_kit.html 📝 modified
api/utils.html 📝 modified
api/voice.html 📝 modified
api/webhooks.html 📝 modified
_modules/discord/abc.html 📝 modified
_modules/discord/appinfo.html 📝 modified
_modules/discord/asset.html 📝 modified
_modules/discord/audit_logs.html 📝 modified
_modules/discord/automod.html 📝 modified
_modules/discord/bot.html 📝 modified
_modules/discord/channel.html ➖ deleted
_modules/discord/client.html 📝 modified
_modules/discord/emoji.html 📝 modified
_modules/discord/enums.html 📝 modified
_modules/discord/errors.html 📝 modified
_modules/discord/flags.html 📝 modified
_modules/discord/guild.html 📝 modified
_modules/discord/interactions.html 📝 modified
_modules/discord/invite.html 📝 modified
_modules/discord/member.html 📝 modified
_modules/discord/message.html 📝 modified
_modules/discord/monetization.html 📝 modified
_modules/discord/partial_emoji.html 📝 modified
_modules/discord/poll.html 📝 modified
_modules/discord/raw_models.html 📝 modified
_modules/discord/role.html 📝 modified
_modules/discord/scheduled_events.html 📝 modified
_modules/discord/shard.html 📝 modified
_modules/discord/stage_instance.html 📝 modified
_modules/discord/sticker.html 📝 modified
_modules/discord/team.html 📝 modified
_modules/discord/template.html 📝 modified
_modules/discord/threads.html ➖ deleted
_modules/discord/user.html 📝 modified
_modules/discord/voice_client.html 📝 modified
_modules/discord/widget.html 📝 modified
ext/commands/api.html 📝 modified
ext/commands/cogs.html 📝 modified
ext/commands/commands.html 📝 modified
ext/commands/extensions.html 📝 modified
ext/pages/index.html 📝 modified
_modules/discord/channel/category.html ➕ added
_modules/discord/channel/dm.html ➕ added
_modules/discord/channel/forum.html ➕ added
_modules/discord/channel/media.html ➕ added
_modules/discord/channel/news.html ➕ added
_modules/discord/channel/partial.html ➕ added
_modules/discord/channel/stage.html ➕ added
_modules/discord/channel/text.html ➕ added
_modules/discord/channel/thread.html ➕ added
_modules/discord/channel/voice.html ➕ added
_modules/discord/commands/context.html 📝 modified
_modules/discord/commands/core.html 📝 modified
_modules/discord/commands/options.html 📝 modified
_modules/discord/events/audit_log.html ➕ added
_modules/discord/events/automod.html ➕ added
_modules/discord/events/channel.html ➕ added
_modules/discord/events/entitlement.html ➕ added
_modules/discord/events/gateway.html ➕ added
_modules/discord/events/guild.html ➕ added
_modules/discord/events/integration.html ➕ added
_modules/discord/events/interaction.html ➕ added
_modules/discord/events/invite.html ➕ added
_modules/discord/events/message.html ➕ added
_modules/discord/events/scheduled_event.html ➕ added
_modules/discord/events/soundboard.html ➕ added
_modules/discord/events/stage_instance.html ➕ added
_modules/discord/events/subscription.html ➕ added
_modules/discord/events/thread.html ➕ added
_modules/discord/events/typing.html ➕ added
_modules/discord/events/voice.html ➕ added
_modules/discord/events/webhook.html ➕ added
_modules/discord/gears/gear.html ➕ added
_modules/discord/ui/container.html 📝 modified
_modules/discord/ui/modal.html 📝 modified
_modules/discord/ui/section.html 📝 modified
_modules/discord/ui/select.html 📝 modified
_modules/discord/ui/view.html 📝 modified
_modules/discord/utils/public.html 📝 modified
modules/discord/webhook/async.html 📝 modified
_modules/discord/webhook/sync.html 📝 modified
_modules/discord/ext/bridge/core.html 📝 modified
_modules/discord/ext/commands/cog.html 📝 modified
_modules/discord/ext/commands/context.html 📝 modified
_modules/discord/ext/commands/converter.html 📝 modified
_modules/discord/ext/commands/cooldowns.html 📝 modified
_modules/discord/ext/commands/errors.html 📝 modified
_modules/discord/ext/commands/help.html 📝 modified

Copy link

@VincentRPS VincentRPS left a comment

Choose a reason for hiding this comment

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

LGTM

@Paillat-dev Paillat-dev marked this pull request as ready for review November 13, 2025 11:20
@Paillat-dev Paillat-dev requested a review from a team as a code owner November 13, 2025 11:20
@Paillat-dev Paillat-dev merged commit aea4e81 into state-rewrite Nov 13, 2025
23 checks passed
@Paillat-dev Paillat-dev deleted the gears-concept branch November 13, 2025 11:26
Paillat-dev added a commit that referenced this pull request Nov 13, 2025
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.

3 participants