.gitignore
.readthedocs.yml
LICENSE
MANIFEST.in
README.rst
publish.sh
requirements.txt
setup.py
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/ported_issue.yml
.github/workflows/docs.yml
discord/__init__.py
discord/opus.py
discord/voice_client.py
discord/ext/commands/__init__.py
discord/ext/tasks/__init__.py
discord/types/__init__.py
discord/ui/__init__.py
discord/webhook/__init__.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/discord.rst
docs/faq.rst
docs/index.rst
docs/intents.rst
docs/intro.rst
docs/logging.rst
docs/make.bat
docs/migrating.rst
docs/migrating_to_async.rst
docs/quickstart.rst
docs/version_guarantees.rst
docs/whats_new.rst
docs/_static/codeblocks.css
docs/_static/copy.js
docs/_static/custom.js
docs/_static/icons.css
docs/_static/icons.woff
docs/_static/scorer.js
docs/_static/settings.js
docs/_static/sidebar.js
docs/_static/style.css
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/relations.html
docs/ext/commands/api.rst
docs/ext/commands/cogs.rst
docs/ext/commands/commands.rst
docs/ext/commands/extensions.rst
docs/ext/commands/index.rst
docs/ext/tasks/index.rst
docs/extensions/attributetable.py
docs/extensions/builder.py
docs/extensions/details.py
docs/extensions/exception_hierarchy.py
docs/extensions/nitpick_file_ignorer.py
docs/extensions/resourcelinks.py
docs/images/discord_bot_tab.png
docs/images/discord_bot_user_options.png
docs/images/discord_create_app_button.png
docs/images/discord_create_app_form.png
docs/images/discord_create_bot_user.png
docs/images/discord_oauth2.png
docs/images/discord_oauth2_perms.png
docs/images/discord_oauth2_scope.png
docs/images/discord_privileged_intents.png
docs/images/drop_down_icon.svg
docs/images/nextcord_logo.ico
docs/images/snake.svg
docs/images/snake_dark.svg
docs/images/commands/flags1.png
docs/images/commands/flags2.png
docs/images/commands/flags3.png
docs/images/commands/greedy1.png
docs/images/commands/keyword1.png
docs/images/commands/keyword2.png
docs/images/commands/optional1.png
docs/images/commands/positional1.png
docs/images/commands/positional2.png
docs/images/commands/positional3.png
docs/images/commands/variable1.png
docs/images/commands/variable2.png
docs/images/commands/variable3.png
examples/background_task.py
examples/background_task_asyncio.py
examples/basic_bot.py
examples/basic_voice.py
examples/converters.py
examples/custom_context.py
examples/deleted.py
examples/edits.py
examples/guessing_game.py
examples/new_member.py
examples/reaction_roles.py
examples/reply.py
examples/secret.py
examples/secure_token_storage.py
examples/views/confirm.py
examples/views/counter.py
examples/views/dropdown.py
examples/views/ephemeral.py
examples/views/link.py
examples/views/persistent.py
examples/views/tic_tac_toe.py
nextcord/__init__.py
nextcord/__main__.py
nextcord/abc.py
nextcord/activity.py
nextcord/appinfo.py
nextcord/asset.py
nextcord/audit_logs.py
nextcord/backoff.py
nextcord/channel.py
nextcord/client.py
nextcord/colour.py
nextcord/components.py
nextcord/context_managers.py
nextcord/embeds.py
nextcord/emoji.py
nextcord/enums.py
nextcord/errors.py
nextcord/file.py
nextcord/flags.py
nextcord/gateway.py
nextcord/guild.py
nextcord/http.py
nextcord/integrations.py
nextcord/interactions.py
nextcord/invite.py
nextcord/iterators.py
nextcord/member.py
nextcord/mentions.py
nextcord/message.py
nextcord/mixins.py
nextcord/object.py
nextcord/oggparse.py
nextcord/opus.py
nextcord/partial_emoji.py
nextcord/permissions.py
nextcord/player.py
nextcord/raw_models.py
nextcord/reaction.py
nextcord/role.py
nextcord/shard.py
nextcord/stage_instance.py
nextcord/state.py
nextcord/sticker.py
nextcord/team.py
nextcord/template.py
nextcord/threads.py
nextcord/user.py
nextcord/utils.py
nextcord/voice_client.py
nextcord/widget.py
nextcord.egg-info/PKG-INFO
nextcord.egg-info/SOURCES.txt
nextcord.egg-info/dependency_links.txt
nextcord.egg-info/requires.txt
nextcord.egg-info/top_level.txt
nextcord/bin/COPYING
nextcord/bin/libopus-0.x64.dll
nextcord/bin/libopus-0.x86.dll
nextcord/ext/commands/__init__.py
nextcord/ext/commands/_types.py
nextcord/ext/commands/bot.py
nextcord/ext/commands/cog.py
nextcord/ext/commands/context.py
nextcord/ext/commands/converter.py
nextcord/ext/commands/cooldowns.py
nextcord/ext/commands/core.py
nextcord/ext/commands/errors.py
nextcord/ext/commands/flags.py
nextcord/ext/commands/help.py
nextcord/ext/commands/view.py
nextcord/ext/tasks/__init__.py
nextcord/types/__init__.py
nextcord/types/activity.py
nextcord/types/appinfo.py
nextcord/types/audit_log.py
nextcord/types/channel.py
nextcord/types/components.py
nextcord/types/embed.py
nextcord/types/emoji.py
nextcord/types/gateway.py
nextcord/types/guild.py
nextcord/types/integration.py
nextcord/types/interactions.py
nextcord/types/invite.py
nextcord/types/member.py
nextcord/types/message.py
nextcord/types/raw_models.py
nextcord/types/role.py
nextcord/types/snowflake.py
nextcord/types/sticker.py
nextcord/types/team.py
nextcord/types/template.py
nextcord/types/threads.py
nextcord/types/user.py
nextcord/types/voice.py
nextcord/types/webhook.py
nextcord/types/welcome_screen.py
nextcord/types/widget.py
nextcord/ui/__init__.py
nextcord/ui/button.py
nextcord/ui/item.py
nextcord/ui/select.py
nextcord/ui/view.py
nextcord/webhook/__init__.py
nextcord/webhook/async_.py
nextcord/webhook/sync.py