LICENSE
README.rst
pyproject.toml
requirements.txt
setup.py
stoat/__init__.py
stoat/__main__.py
stoat/abc.py
stoat/adapter.py
stoat/authentication.py
stoat/base.py
stoat/bot.py
stoat/cache.py
stoat/cdn.py
stoat/channel.py
stoat/client.py
stoat/context_managers.py
stoat/core.py
stoat/discovery.py
stoat/embed.py
stoat/emoji.py
stoat/enums.py
stoat/errors.py
stoat/events.py
stoat/flags.py
stoat/http.py
stoat/instance.py
stoat/invite.py
stoat/message.py
stoat/oauth2.py
stoat/parser.py
stoat/permissions.py
stoat/py.typed
stoat/read_state.py
stoat/routes.py
stoat/safety_reports.py
stoat/server.py
stoat/settings.py
stoat/shard.py
stoat/state.py
stoat/ulid.py
stoat/user.py
stoat/utils.py
stoat/webhook.py
stoat.py.egg-info/PKG-INFO
stoat.py.egg-info/SOURCES.txt
stoat.py.egg-info/dependency_links.txt
stoat.py.egg-info/requires.txt
stoat.py.egg-info/top_level.txt
stoat/ext/chunking/__init__.py
stoat/ext/chunking/member_chunker.py
stoat/ext/commands/__init__.py
stoat/ext/commands/_types.py
stoat/ext/commands/bot.py
stoat/ext/commands/cache.py
stoat/ext/commands/context.py
stoat/ext/commands/converter.py
stoat/ext/commands/cooldown.py
stoat/ext/commands/core.py
stoat/ext/commands/errors.py
stoat/ext/commands/events.py
stoat/ext/commands/gear.py
stoat/ext/commands/parameters.py
stoat/ext/commands/view.py
stoat/raw/__init__.py
stoat/raw/authifier.py
stoat/raw/authorized_bots.py
stoat/raw/basic.py
stoat/raw/bots.py
stoat/raw/channel_invites.py
stoat/raw/channel_unreads.py
stoat/raw/channel_webhooks.py
stoat/raw/channels.py
stoat/raw/discovery.py
stoat/raw/embeds.py
stoat/raw/emojis.py
stoat/raw/files.py
stoat/raw/gateway.py
stoat/raw/localization.py
stoat/raw/messages.py
stoat/raw/misc.py
stoat/raw/oauth2.py
stoat/raw/permissions.py
stoat/raw/policy_changes.py
stoat/raw/safety_reports.py
stoat/raw/server_bans.py
stoat/raw/server_members.py
stoat/raw/servers.py
stoat/raw/user_settings.py
stoat/raw/users.py
tests/test_client.py
tests/test_discovery.py
tests/test_flags.py