LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
naff/__init__.py
naff/py.typed
naff.egg-info/PKG-INFO
naff.egg-info/SOURCES.txt
naff.egg-info/dependency_links.txt
naff.egg-info/requires.txt
naff.egg-info/top_level.txt
naff/api/__init__.py
naff/api/events/__init__.py
naff/api/events/discord.py
naff/api/events/internal.py
naff/api/events/processors/__init__.py
naff/api/events/processors/_template.py
naff/api/events/processors/_template.pyi
naff/api/events/processors/auto_mod.py
naff/api/events/processors/channel_events.py
naff/api/events/processors/guild_events.py
naff/api/events/processors/member_events.py
naff/api/events/processors/message_events.py
naff/api/events/processors/reaction_events.py
naff/api/events/processors/role_events.py
naff/api/events/processors/stage_events.py
naff/api/events/processors/thread_events.py
naff/api/events/processors/user_events.py
naff/api/events/processors/voice_events.py
naff/api/gateway/__init__.py
naff/api/gateway/gateway.py
naff/api/gateway/state.py
naff/api/gateway/websocket.py
naff/api/http/__init__.py
naff/api/http/http_client.py
naff/api/http/route.py
naff/api/http/http_requests/__init__.py
naff/api/http/http_requests/bot.py
naff/api/http/http_requests/channels.py
naff/api/http/http_requests/emojis.py
naff/api/http/http_requests/guild.py
naff/api/http/http_requests/interactions.py
naff/api/http/http_requests/members.py
naff/api/http/http_requests/messages.py
naff/api/http/http_requests/reactions.py
naff/api/http/http_requests/scheduled_events.py
naff/api/http/http_requests/stickers.py
naff/api/http/http_requests/threads.py
naff/api/http/http_requests/users.py
naff/api/http/http_requests/webhooks.py
naff/api/voice/__init__.py
naff/api/voice/audio.py
naff/api/voice/encryption.py
naff/api/voice/opus.py
naff/api/voice/player.py
naff/api/voice/voice_gateway.py
naff/bin/opus-x64.dll
naff/bin/opus-x86.dll
naff/client/__init__.py
naff/client/auto_shard_client.py
naff/client/client.py
naff/client/const.py
naff/client/errors.py
naff/client/smart_cache.py
naff/client/mixins/__init__.py
naff/client/mixins/send.py
naff/client/mixins/serialization.py
naff/client/utils/__init__.py
naff/client/utils/attr_converters.py
naff/client/utils/attr_utils.py
naff/client/utils/attr_utils.pyi
naff/client/utils/cache.py
naff/client/utils/deserialise_app_cmds.py
naff/client/utils/formatting.py
naff/client/utils/input_utils.py
naff/client/utils/misc_utils.py
naff/client/utils/serializer.py
naff/ext/__init__.py
naff/ext/paginators.py
naff/ext/prefixed_help.py
naff/ext/debug_extension/__init__.py
naff/ext/debug_extension/debug_application_cmd.py
naff/ext/debug_extension/debug_exec.py
naff/ext/debug_extension/debug_exts.py
naff/ext/debug_extension/utils.py
naff/ext/mypy/__init__.py
naff/models/__init__.py
naff/models/discord/__init__.py
naff/models/discord/activity.py
naff/models/discord/application.py
naff/models/discord/asset.py
naff/models/discord/auto_mod.py
naff/models/discord/base.py
naff/models/discord/channel.py
naff/models/discord/color.py
naff/models/discord/components.py
naff/models/discord/embed.py
naff/models/discord/emoji.py
naff/models/discord/enums.py
naff/models/discord/file.py
naff/models/discord/guild.py
naff/models/discord/invite.py
naff/models/discord/message.py
naff/models/discord/modal.py
naff/models/discord/reaction.py
naff/models/discord/role.py
naff/models/discord/scheduled_event.py
naff/models/discord/snowflake.py
naff/models/discord/stage_instance.py
naff/models/discord/sticker.py
naff/models/discord/team.py
naff/models/discord/thread.py
naff/models/discord/timestamp.py
naff/models/discord/user.py
naff/models/discord/user.pyi
naff/models/discord/voice_state.py
naff/models/discord/webhooks.py
naff/models/misc/__init__.py
naff/models/misc/context_manager.py
naff/models/misc/iterator.py
naff/models/naff/__init__.py
naff/models/naff/active_voice_state.py
naff/models/naff/application_commands.py
naff/models/naff/auto_defer.py
naff/models/naff/callback.py
naff/models/naff/checks.py
naff/models/naff/command.py
naff/models/naff/context.py
naff/models/naff/converters.py
naff/models/naff/cooldowns.py
naff/models/naff/extension.py
naff/models/naff/listener.py
naff/models/naff/localisation.py
naff/models/naff/prefixed_commands.py
naff/models/naff/protocols.py
naff/models/naff/wait.py
naff/models/naff/annotations/__init__.py
naff/models/naff/annotations/argument.py
naff/models/naff/annotations/slash.py
naff/models/naff/tasks/__init__.py
naff/models/naff/tasks/task.py
naff/models/naff/tasks/triggers.py
tests/__init__.py
tests/consts.py
tests/test_bot.py
tests/test_cache.py
tests/test_emoji.py
tests/test_protocols.py