CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
auric/__init__.py
auric/py.typed
auric.egg-info/PKG-INFO
auric.egg-info/SOURCES.txt
auric.egg-info/dependency_links.txt
auric.egg-info/requires.txt
auric.egg-info/top_level.txt
auric/builders/__init__.py
auric/builders/component_builders.py
auric/builders/context_menu.py
auric/builders/embed_builder.py
auric/builders/modal_builder.py
auric/builders/select_menus.py
auric/builders/slash_command.py
auric/collectors/__init__.py
auric/collectors/base.py
auric/collectors/filters.py
auric/collectors/interaction.py
auric/collectors/message.py
auric/collectors/reaction.py
auric/commands/__init__.py
auric/commands/command.py
auric/commands/context.py
auric/commands/decorators.py
auric/commands/text_command.py
auric/components/__init__.py
auric/components/button.py
auric/components/select.py
auric/components/text_input.py
auric/components/view.py
auric/core/__init__.py
auric/core/autoshard.py
auric/core/client.py
auric/core/gateway.py
auric/core/http.py
auric/core/intents.py
auric/core/opcodes.py
auric/core/shard.py
auric/core/types.py
auric/events/__init__.py
auric/events/base.py
auric/events/gateway_events.py
auric/events/handlers.py
auric/managers/__init__.py
auric/managers/application_command.py
auric/managers/audit_log.py
auric/managers/auto_moderation.py
auric/managers/ban.py
auric/managers/base.py
auric/managers/channel.py
auric/managers/commands.py
auric/managers/emoji.py
auric/managers/guild_manager.py
auric/managers/guild_template.py
auric/managers/integration.py
auric/managers/invite.py
auric/managers/member_manager.py
auric/managers/message.py
auric/managers/mfa.py
auric/managers/prune.py
auric/managers/role.py
auric/managers/role_connection.py
auric/managers/scheduled_event.py
auric/managers/soundboard.py
auric/managers/stage_instance.py
auric/managers/sticker.py
auric/managers/thread.py
auric/managers/typing.py
auric/managers/voice.py
auric/managers/webhook.py
auric/models/__init__.py
auric/models/application.py
auric/models/attachment.py
auric/models/audit_log.py
auric/models/auto_moderation.py
auric/models/channel.py
auric/models/color.py
auric/models/command.py
auric/models/components.py
auric/models/embed.py
auric/models/emoji.py
auric/models/entitlement.py
auric/models/forum.py
auric/models/guild.py
auric/models/guild_feature.py
auric/models/guild_template.py
auric/models/integration.py
auric/models/interaction.py
auric/models/invite.py
auric/models/lobby.py
auric/models/member.py
auric/models/message.py
auric/models/modal.py
auric/models/poll.py
auric/models/presence.py
auric/models/reaction.py
auric/models/role.py
auric/models/role_connection.py
auric/models/scheduled_event.py
auric/models/sku.py
auric/models/slash_command.py
auric/models/soundboard.py
auric/models/stage_instance.py
auric/models/sticker.py
auric/models/sticker_pack.py
auric/models/subscription.py
auric/models/team.py
auric/models/user.py
auric/models/voice.py
auric/models/webhook.py
auric/models/widget.py
auric/models/interactions/__init__.py
auric/models/interactions/autocomplete.py
auric/models/interactions/base.py
auric/models/interactions/command.py
auric/models/interactions/component.py
auric/models/interactions/modal.py
auric/plugins/__init__.py
auric/plugins/base.py
auric/plugins/loader.py
auric/plugins/registry.py
auric/plugins/builtin/__init__.py
auric/plugins/builtin/autoresponder.py
auric/plugins/builtin/logging.py
auric/plugins/builtin/moderation.py
auric/plugins/builtin/welcome.py
auric/resources/__init__.py
auric/resources/auto_moderation.py
auric/resources/entitlement.py
auric/resources/poll.py
auric/resources/sku.py
auric/resources/soundboard.py
auric/resources/subscription.py
auric/types/__init__.py
auric/types/interaction.py
auric/types/snowflake.py
auric/utils/__init__.py
auric/utils/collection.py
auric/utils/color.py
auric/utils/converters.py
auric/utils/exceptions.py
auric/utils/file.py
auric/utils/flags.py
auric/utils/format.py
auric/utils/formatters.py
auric/utils/formatting.py
auric/utils/health.py
auric/utils/helpers.py
auric/utils/pagination.py
auric/utils/permissions.py
auric/utils/snowflake.py
auric/utils/sweepers.py
auric/utils/time.py
auric/utils/type_guards.py
auric/utils/validators.py
auric/voice/__init__.py
auric/voice/filters.py
auric/voice/opus.py
auric/voice/player.py
auric/voice/playlist.py
auric/voice/protocol.py
auric/voice/region.py
auric/voice/sources.py
auric/voice/voice_client.py
auric/voice/voice_gateway.py
auric/voice/voice_utils.py