LICENSE.md
README.md
setup.py
swibots/__init__.py
swibots/bot_app.py
swibots/config.py
swibots/errors.py
swibots/rate_limiter.py
swibots/responses.py
swibots/types.py
swibots.egg-info/PKG-INFO
swibots.egg-info/SOURCES.txt
swibots.egg-info/dependency_links.txt
swibots.egg-info/requires.txt
swibots.egg-info/top_level.txt
swibots/api/__init__.py
swibots/api/api_client.py
swibots/api/airdrop/__init__.py
swibots/api/airdrop/client.py
swibots/api/airdrop/controllers/__init__.py
swibots/api/airdrop/controllers/tournament_controller.py
swibots/api/airdrop/methods/__init__.py
swibots/api/airdrop/methods/get_referral.py
swibots/api/airdrop/methods/get_tournaments.py
swibots/api/airdrop/models/__init__.py
swibots/api/airdrop/models/referral.py
swibots/api/airdrop/models/tournament.py
swibots/api/auth/__init__.py
swibots/api/auth/auth_client.py
swibots/api/auth/methods/__init__.py
swibots/api/auth/methods/get_me.py
swibots/api/auth/models/__init__.py
swibots/api/auth/models/auth_result.py
swibots/api/auth/models/auth_user.py
swibots/api/bot/__init__.py
swibots/api/bot/bot_client.py
swibots/api/bot/controllers/__init__.py
swibots/api/bot/controllers/bot_controller.py
swibots/api/bot/controllers/game_controller.py
swibots/api/bot/methods/__init__.py
swibots/api/bot/methods/answer_callback_query.py
swibots/api/bot/methods/delete_bot_info.py
swibots/api/bot/methods/game_methods.py
swibots/api/bot/methods/get_bot_info.py
swibots/api/bot/methods/update_bot_info.py
swibots/api/bot/models/__init__.py
swibots/api/bot/models/bot_command.py
swibots/api/bot/models/bot_info.py
swibots/api/bot/models/game_info.py
swibots/api/callback/Accordian.py
swibots/api/callback/AppPage.py
swibots/api/callback/BottomBar.py
swibots/api/callback/Button.py
swibots/api/callback/Card.py
swibots/api/callback/Carousel.py
swibots/api/callback/Dropdown.py
swibots/api/callback/FAB.py
swibots/api/callback/Feed.py
swibots/api/callback/Grid.py
swibots/api/callback/Inputs.py
swibots/api/callback/ListItem.py
swibots/api/callback/ListView.py
swibots/api/callback/Players.py
swibots/api/callback/Progress.py
swibots/api/callback/Search.py
swibots/api/callback/Tab.py
swibots/api/callback/Table.py
swibots/api/callback/__init__.py
swibots/api/callback/callbackResponse.py
swibots/api/callback/types.py
swibots/api/chat/__init__.py
swibots/api/chat/chat_client.py
swibots/api/chat/controllers/__init__.py
swibots/api/chat/controllers/ads_controller.py
swibots/api/chat/controllers/chat_controller.py
swibots/api/chat/controllers/media_controller.py
swibots/api/chat/controllers/message_controller.py
swibots/api/chat/controllers/organization_controller.py
swibots/api/chat/controllers/sticker_controller.py
swibots/api/chat/events/__init__.py
swibots/api/chat/events/callback_query_event.py
swibots/api/chat/events/chat_event.py
swibots/api/chat/events/command_event.py
swibots/api/chat/events/inline_query_event.py
swibots/api/chat/events/message_event.py
swibots/api/chat/methods/__init__.py
swibots/api/chat/methods/ad_methods.py
swibots/api/chat/methods/answer_inline_query.py
swibots/api/chat/methods/clear_conversation.py
swibots/api/chat/methods/delete_message.py
swibots/api/chat/methods/delete_messages_from_user.py
swibots/api/chat/methods/download_media.py
swibots/api/chat/methods/edit_message.py
swibots/api/chat/methods/flag_message.py
swibots/api/chat/methods/forward_message.py
swibots/api/chat/methods/get_channel_chat_history.py
swibots/api/chat/methods/get_community_media_files.py
swibots/api/chat/methods/get_community_media_files_by_status.py
swibots/api/chat/methods/get_flag_messages.py
swibots/api/chat/methods/get_group_chat_history.py
swibots/api/chat/methods/get_message.py
swibots/api/chat/methods/get_messages.py
swibots/api/chat/methods/get_messages_between_users.py
swibots/api/chat/methods/get_unread_messages_count.py
swibots/api/chat/methods/get_user.py
swibots/api/chat/methods/get_user_media_files.py
swibots/api/chat/methods/listen_messages.py
swibots/api/chat/methods/organization_methods.py
swibots/api/chat/methods/pin_message.py
swibots/api/chat/methods/send_message.py
swibots/api/chat/methods/sticker_methods.py
swibots/api/chat/methods/upload_media.py
swibots/api/chat/models/__init__.py
swibots/api/chat/models/ads.py
swibots/api/chat/models/group_chat_history.py
swibots/api/chat/models/inline_keyboard_button.py
swibots/api/chat/models/inline_markup.py
swibots/api/chat/models/message.py
swibots/api/chat/models/organization.py
swibots/api/chat/models/session.py
swibots/api/chat/models/sticker.py
swibots/api/chat/models/inline/__init__.py
swibots/api/chat/models/inline/base_typed_inline_query_result.py
swibots/api/chat/models/inline/inline_query.py
swibots/api/chat/models/inline/inline_query_answer.py
swibots/api/chat/models/inline/inline_query_result.py
swibots/api/chat/models/inline/inline_query_result_article.py
swibots/api/chat/models/inline/inline_query_result_document.py
swibots/api/chat/models/inline/inline_query_result_photo.py
swibots/api/chat/models/inline/inline_query_result_video.py
swibots/api/chat/models/inline/input_message_content.py
swibots/api/chat/models/inline/types.py
swibots/api/common/__init__.py
swibots/api/common/events/__init__.py
swibots/api/common/events/event.py
swibots/api/common/models/__init__.py
swibots/api/common/models/embed_inline_field.py
swibots/api/common/models/embedded_media.py
swibots/api/common/models/media.py
swibots/api/common/models/user.py
swibots/api/common/models/usertournament.py
swibots/api/community/__init__.py
swibots/api/community/community_client.py
swibots/api/community/controllers/__init__.py
swibots/api/community/controllers/ban_controller.py
swibots/api/community/controllers/channel_controller.py
swibots/api/community/controllers/community_controller.py
swibots/api/community/controllers/group_controller.py
swibots/api/community/controllers/permissions_controller.py
swibots/api/community/controllers/quest_controller.py
swibots/api/community/controllers/restrict_controller.py
swibots/api/community/controllers/rolemember_controller.py
swibots/api/community/controllers/roles_controller.py
swibots/api/community/events/__init__.py
swibots/api/community/events/channel_created_event.py
swibots/api/community/events/channel_deleted_event.py
swibots/api/community/events/channel_updated_event.py
swibots/api/community/events/community_event.py
swibots/api/community/events/community_updated_event.py
swibots/api/community/events/group_created_event.py
swibots/api/community/events/group_deleted_event.py
swibots/api/community/events/group_updated_event.py
swibots/api/community/events/member_joined_event.py
swibots/api/community/events/member_left_event.py
swibots/api/community/events/user_banned_event.py
swibots/api/community/methods/__init__.py
swibots/api/community/methods/ban_user.py
swibots/api/community/methods/channel_methods.py
swibots/api/community/methods/community_methods.py
swibots/api/community/methods/deduct_xp.py
swibots/api/community/methods/group_methods.py
swibots/api/community/methods/permission.py
swibots/api/community/methods/quest_methods.py
swibots/api/community/methods/restrict_user.py
swibots/api/community/methods/rolemember.py
swibots/api/community/methods/roles.py
swibots/api/community/methods/unban_user.py
swibots/api/community/models/__init__.py
swibots/api/community/models/baninfo.py
swibots/api/community/models/channel.py
swibots/api/community/models/community.py
swibots/api/community/models/community_member.py
swibots/api/community/models/group.py
swibots/api/community/models/instantmessaging.py
swibots/api/community/models/private_join_response.py
swibots/api/community/models/quest.py
swibots/api/community/models/restricteduser.py
swibots/api/community/models/role.py
swibots/api/community/models/rolemember.py
swibots/api/community/models/rolepermission.py
swibots/base/__init__.py
swibots/base/rest_controller.py
swibots/base/rest_request.py
swibots/base/rest_response.py
swibots/base/switch_client.py
swibots/base/switch_object.py
swibots/base/switch_ws_async_client.py
swibots/bots/__init__.py
swibots/bots/bot.py
swibots/bots/bot_context.py
swibots/bots/decorators/__init__.py
swibots/bots/decorators/on_callback_query.py
swibots/bots/decorators/on_channel_created.py
swibots/bots/decorators/on_channel_deleted.py
swibots/bots/decorators/on_channel_updated.py
swibots/bots/decorators/on_command.py
swibots/bots/decorators/on_community_updated.py
swibots/bots/decorators/on_group_created.py
swibots/bots/decorators/on_group_deleted.py
swibots/bots/decorators/on_group_updated.py
swibots/bots/decorators/on_inline_query.py
swibots/bots/decorators/on_member_joined.py
swibots/bots/decorators/on_member_left.py
swibots/bots/decorators/on_message.py
swibots/bots/decorators/on_unknown_command.py
swibots/bots/decorators/on_user_banned.py
swibots/bots/filters/__init__.py
swibots/bots/filters/filter.py
swibots/bots/handlers/__init__.py
swibots/bots/handlers/base_handler.py
swibots/bots/handlers/callback_query_handler.py
swibots/bots/handlers/channel_created_handler.py
swibots/bots/handlers/channel_deleted_handler.py
swibots/bots/handlers/channel_updated_handler.py
swibots/bots/handlers/command_handler.py
swibots/bots/handlers/community_updated_handler.py
swibots/bots/handlers/event_handler.py
swibots/bots/handlers/group_created_handler.py
swibots/bots/handlers/group_deleted_handler.py
swibots/bots/handlers/group_updated_handler.py
swibots/bots/handlers/inline_query_handler.py
swibots/bots/handlers/member_joined_handler.py
swibots/bots/handlers/member_left_handler.py
swibots/bots/handlers/message_handler.py
swibots/bots/handlers/unknown_command_handler.py
swibots/bots/handlers/user_banned_handler.py
swibots/utils/__init__.py
swibots/utils/rest_client.py
swibots/utils/types.py
swibots/utils/ws/__init__.py
swibots/utils/ws/asyncstomp/__init__.py
swibots/utils/ws/asyncstomp/async_ws_client.py
swibots/utils/ws/asyncstomp/async_ws_subscription.py
swibots/utils/ws/common/__init__.py
swibots/utils/ws/common/ws_frame.py
swibots/utils/ws/common/ws_message.py
tests/test.py
tests/test0111.py
tests/test2.py
tests/test2n.py
tests/test4.py
tests/test_callback_bot.py
tests/test_example_download.py
tests/test_sbot.py
tests/testnn.py
tests/testpyro.py
tests/testrenamer.py
tests/tests.py
tests/testtor.py