.gitignore
README.md
pyproject.toml
uv.lock
.aiko/__init__.py
.aiko/cache.py
.aiko/client.py
.aiko/commands.py
.aiko/gateway.py
.aiko/http_curl.py
.aiko/katlog.py
.aiko/utils.py
.aiko/actions/__init__.py
.aiko/actions/guilds.py
.aiko/actions/messages.py
.aiko/actions/user.py
.aiko/common/__init__.py
.aiko/common/constants.py
.aiko/common/errors.py
.aiko/common/models.py
.aiko/core/__init__.py
.aiko/core/headers.py
.aiko/core/http.py
.aiko2/__init__.py
.aiko2/cache.py
.aiko2/client.py
.aiko2/commands.py
.aiko2/gateway.py
.aiko2/http_curl.py
.aiko2/katlog.py
.aiko2/utils.py
.aiko2/actions/__init__.py
.aiko2/actions/guilds.py
.aiko2/actions/messages.py
.aiko2/actions/user.py
.aiko2/common/__init__.py
.aiko2/common/constants.py
.aiko2/common/errors.py
.aiko2/common/models.py
.aiko2/core/__init__.py
.aiko2/core/headers.py
.aiko2/core/http.py
aiko_api/__init__.py
aiko_api/cache.py
aiko_api/client.py
aiko_api/commands.py
aiko_api/components.py
aiko_api/components_beautiful.py
aiko_api/components_simple.py
aiko_api/gateway.py
aiko_api/http_curl.py
aiko_api/http_optimized.py
aiko_api/katlog.py
aiko_api/simple_api.py
aiko_api/slash_commands.py
aiko_api/slash_commands_v2.py
aiko_api/utils.py
aiko_api.egg-info/PKG-INFO
aiko_api.egg-info/SOURCES.txt
aiko_api.egg-info/dependency_links.txt
aiko_api.egg-info/requires.txt
aiko_api.egg-info/top_level.txt
aiko_api/actions/__init__.py
aiko_api/actions/channels.py
aiko_api/actions/emojis.py
aiko_api/actions/guilds.py
aiko_api/actions/messages.py
aiko_api/actions/roles.py
aiko_api/actions/user.py
aiko_api/common/__init__.py
aiko_api/common/constants.py
aiko_api/common/errors.py
aiko_api/common/interactions.py
aiko_api/common/models.py
aiko_api/core/__init__.py
aiko_api/core/headers.py
aiko_api/core/http.py
aiko_api/core/interactions.py
examples/README.md
examples/bot_v1.py
examples/cog_example.py
examples/command_args_example.py
examples/curl_v1.py
examples/error_handling.py
examples/guild_actions.py
examples/hot_reload.py
examples/loop_v1.py
examples/message_actions.py
examples/multi_token.py
examples/plugin_system_example.py
examples/proxy_example.py
examples/selfbot_rpc.py
examples/send_files_async.py
examples/send_files_sync.py
examples/smart_cogs_example.py
examples/subcommands_example.py
examples/sync_http.py
examples/user_actions.py
examples/wait_for_example.py
examples/events/README.md
examples/events/all_events.py
examples/events/raw_event_logger.py
examples/events/selfbot_events.py
tests/test_simple_slash.py
tests/test_slash_alias.py