Extensions¶
-There comes a time in the bot development when you want to extend the bot functionality at run-time and quickly unload and reload code (also called hot-reloading). The command framework comes with this ability built-in, with a concept called extensions.
+확장자¶
+봇의 개발 단계에서는 런타임에 봇 기능을 확장하고 코드를 신속하게 언로드/리로드(핫 리로딩이라고도 불림) 하고 싶을 때가 옵니다. 커맨드 프레임워크에는 확장이라는 개념을 가진 능력이 내장되어 있습니다.
Primer¶
-An extension at its core is a python file with an entry point called setup
. This setup must be a plain Python function (not a coroutine). It takes a single parameter – the Bot
that loads the extension.
An example extension looks like this:
+기초¶
+확장자의 중심부인 파이썬 파일에는 setup
이라고 불리우는 진입점이 있습니다. 이 셋업은 반드시 기본적인 Python 함수여야 합니다 (코루틴이 아닙니다). 이 함수는 하나의 매개변수를 가집니다 – 확장자를 로드하는 Bot
입니다.
확장자의 예제는 다음과 같이 생겼습니다:
from discord.ext import commands
@@ -67,19 +67,19 @@ Primer¶
In this example we define a simple command, and when the extension is loaded this command is added to the bot. Now the final step to this is loading the extension, which we do by calling commands.Bot.load_extension()
. To load this extension we call bot.load_extension('hello')
.
이 예시에서 우리는 간단한 명령어를 정의하였고, 확장자가 로드될 때 이 명령어는 봇에 추가됩니다. 이제 마지막 단계는 commands.Bot.load_extension()
을 호출하는 것입니다. 이 확장자를 로드하기 위해서는 bot.load_extension('hello')
을 호출합니다
Cogs
-Extensions are usually used in conjunction with cogs. To read more about them, check out the documentation, Cogs.
+확장자는 보통 cogs와 함께 사용됩니다. 더 자세한 정보는 Cogs 문서를 확인하세요.
참고
-Extension paths are ultimately similar to the import mechanism. What this means is that if there is a folder, then it must be dot-qualified. For example to load an extension in plugins/hello.py
then we use the string plugins.hello
.
확장자의 경로는 궁극적으로는 import 메커니즘과 비슷합니다. 이 뜻은 만약 폴더가 존재할 경우, 반드시 마침표로 구분되어야 합니다. 예를 들어, plugins/hello.py
에 있는 확장자를 로드하는 경우, plugins.hello
로 사용합니다.
Reloading¶
-When you make a change to the extension and want to reload the references, the library comes with a function to do this for you, Bot.reload_extension()
.
리로딩¶
+확장자에 변화를 주고 레퍼런스를 리로드하고 싶은 경우, Bot.reload_extension()
함수와 라이브러리가 도움을 줄 것입니다.
>>> bot.reload_extension('hello')
Cleaning Up
목차
-- Extensions
-- Extensions
-- Extensions
-- Primer
-- Reloading
+- 확장자
+- 기초
+- 리로딩
- Cleaning Up
diff --git a/objects.inv b/objects.inv
index c677e45..6ac7cd7 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index f4f7816..b1abd17 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api","discord","ext/commands/api","ext/commands/cogs","ext/commands/commands","ext/commands/extensions","ext/commands/index","ext/tasks/index","faq","index","intro","logging","migrating","migrating_to_async","quickstart","version_guarantees","whats_new"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","discord.rst","ext\\commands\\api.rst","ext\\commands\\cogs.rst","ext\\commands\\commands.rst","ext\\commands\\extensions.rst","ext\\commands\\index.rst","ext\\tasks\\index.rst","faq.rst","index.rst","intro.rst","logging.rst","migrating.rst","migrating_to_async.rst","quickstart.rst","version_guarantees.rst","whats_new.rst"],objects:{"discord.Activity":{application_id:[0,1,1,""],assets:[0,1,1,""],details:[0,1,1,""],emoji:[0,1,1,""],end:[0,2,1,""],large_image_text:[0,2,1,""],large_image_url:[0,2,1,""],name:[0,1,1,""],party:[0,1,1,""],small_image_text:[0,2,1,""],small_image_url:[0,2,1,""],start:[0,2,1,""],state:[0,1,1,""],timestamps:[0,1,1,""],type:[0,1,1,""],url:[0,1,1,""]},"discord.ActivityType":{custom:[0,1,1,""],listening:[0,1,1,""],playing:[0,1,1,""],streaming:[0,1,1,""],unknown:[0,1,1,""],watching:[0,1,1,""]},"discord.AllowedMentions":{everyone:[0,1,1,""],roles:[0,1,1,""],users:[0,1,1,""]},"discord.AppInfo":{bot_public:[0,1,1,""],bot_require_code_grant:[0,1,1,""],cover_image:[0,1,1,""],cover_image_url:[0,2,1,""],description:[0,1,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],primary_sku_id:[0,1,1,""],rpc_origins:[0,1,1,""],slug:[0,1,1,""],summary:[0,1,1,""],team:[0,1,1,""],verify_key:[0,1,1,""]},"discord.Asset":{read:[0,2,1,""],save:[0,2,1,""]},"discord.AsyncIterator":{filter:[0,2,1,""],find:[0,2,1,""],flatten:[0,2,1,""],get:[0,2,1,""],map:[0,2,1,""],next:[0,2,1,""]},"discord.AsyncWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Attachment":{filename:[0,1,1,""],height:[0,1,1,""],id:[0,1,1,""],is_spoiler:[0,2,1,""],proxy_url:[0,1,1,""],read:[0,2,1,""],save:[0,2,1,""],size:[0,1,1,""],to_file:[0,2,1,""],url:[0,1,1,""],width:[0,1,1,""]},"discord.AudioSource":{cleanup:[0,2,1,""],is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.AuditLogAction":{ban:[0,1,1,""],bot_add:[0,1,1,""],channel_create:[0,1,1,""],channel_delete:[0,1,1,""],channel_update:[0,1,1,""],emoji_create:[0,1,1,""],emoji_delete:[0,1,1,""],emoji_update:[0,1,1,""],guild_update:[0,1,1,""],integration_create:[0,1,1,""],integration_delete:[0,1,1,""],integration_update:[0,1,1,""],invite_create:[0,1,1,""],invite_delete:[0,1,1,""],invite_update:[0,1,1,""],kick:[0,1,1,""],member_disconnect:[0,1,1,""],member_move:[0,1,1,""],member_prune:[0,1,1,""],member_role_update:[0,1,1,""],member_update:[0,1,1,""],message_bulk_delete:[0,1,1,""],message_delete:[0,1,1,""],message_pin:[0,1,1,""],message_unpin:[0,1,1,""],overwrite_create:[0,1,1,""],overwrite_delete:[0,1,1,""],overwrite_update:[0,1,1,""],role_create:[0,1,1,""],role_delete:[0,1,1,""],role_update:[0,1,1,""],unban:[0,1,1,""],webhook_create:[0,1,1,""],webhook_delete:[0,1,1,""],webhook_update:[0,1,1,""]},"discord.AuditLogActionCategory":{"delete":[0,1,1,""],create:[0,1,1,""],update:[0,1,1,""]},"discord.AuditLogChanges":{after:[0,1,1,""],before:[0,1,1,""]},"discord.AuditLogDiff":{afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],allow:[0,1,1,""],avatar:[0,1,1,""],bitrate:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],color:[0,1,1,""],colour:[0,1,1,""],deaf:[0,1,1,""],default_message_notifications:[0,1,1,""],default_notifications:[0,1,1,""],deny:[0,1,1,""],explicit_content_filter:[0,1,1,""],hoist:[0,1,1,""],icon:[0,1,1,""],id:[0,1,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],mentionable:[0,1,1,""],mfa_level:[0,1,1,""],mute:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],overwrites:[0,1,1,""],owner:[0,1,1,""],permissions:[0,1,1,""],position:[0,1,1,""],region:[0,1,1,""],roles:[0,1,1,""],slowmode_delay:[0,1,1,""],splash:[0,1,1,""],system_channel:[0,1,1,""],temporary:[0,1,1,""],topic:[0,1,1,""],type:[0,1,1,""],uses:[0,1,1,""],vanity_url_code:[0,1,1,""],verification_level:[0,1,1,""],widget_channel:[0,1,1,""],widget_enabled:[0,1,1,""]},"discord.AuditLogEntry":{action:[0,1,1,""],after:[0,1,1,""],before:[0,1,1,""],category:[0,1,1,""],changes:[0,1,1,""],created_at:[0,1,1,""],extra:[0,1,1,""],id:[0,1,1,""],reason:[0,1,1,""],target:[0,1,1,""],user:[0,1,1,""]},"discord.AutoShardedClient":{change_presence:[0,2,1,""],close:[0,2,1,""],latencies:[0,2,1,""],latency:[0,2,1,""],request_offline_members:[0,2,1,""],shard_ids:[0,1,1,""]},"discord.BaseActivity":{created_at:[0,2,1,""]},"discord.CallMessage":{call_ended:[0,2,1,""],channel:[0,2,1,""],duration:[0,2,1,""],ended_timestamp:[0,1,1,""],message:[0,1,1,""],participants:[0,1,1,""]},"discord.CategoryChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],channels:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_nsfw:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],text_channels:[0,2,1,""],type:[0,2,1,""],voice_channels:[0,2,1,""]},"discord.ChannelType":{"private":[0,1,1,""],category:[0,1,1,""],group:[0,1,1,""],news:[0,1,1,""],store:[0,1,1,""],text:[0,1,1,""],voice:[0,1,1,""]},"discord.Client":{activity:[0,2,1,""],allowed_mentions:[0,2,1,""],application_info:[0,2,1,""],cached_messages:[0,2,1,""],change_presence:[0,2,1,""],clear:[0,2,1,""],close:[0,2,1,""],connect:[0,2,1,""],create_guild:[0,2,1,""],delete_invite:[0,2,1,""],emojis:[0,2,1,""],event:[0,2,1,""],fetch_channel:[0,2,1,""],fetch_guild:[0,2,1,""],fetch_guilds:[0,2,1,""],fetch_invite:[0,2,1,""],fetch_user:[0,2,1,""],fetch_user_profile:[0,2,1,""],fetch_webhook:[0,2,1,""],fetch_widget:[0,2,1,""],get_all_channels:[0,2,1,""],get_all_members:[0,2,1,""],get_channel:[0,2,1,""],get_emoji:[0,2,1,""],get_guild:[0,2,1,""],get_user:[0,2,1,""],guilds:[0,2,1,""],is_closed:[0,2,1,""],is_ready:[0,2,1,""],latency:[0,2,1,""],login:[0,2,1,""],logout:[0,2,1,""],loop:[0,1,1,""],on_error:[0,2,1,""],private_channels:[0,2,1,""],request_offline_members:[0,2,1,""],run:[0,2,1,""],start:[0,2,1,""],user:[0,2,1,""],users:[0,2,1,""],voice_clients:[0,2,1,""],wait_for:[0,2,1,""],wait_until_ready:[0,2,1,""],ws:[0,1,1,""]},"discord.ClientUser":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],blocked:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_group:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],edit:[0,2,1,""],edit_settings:[0,2,1,""],email:[0,1,1,""],friends:[0,2,1,""],get_relationship:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],locale:[0,1,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mfa_enabled:[0,1,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],premium:[0,1,1,""],premium_type:[0,1,1,""],relationships:[0,2,1,""],system:[0,1,1,""],verified:[0,1,1,""]},"discord.Colour":{"default":[0,2,1,""],b:[0,2,1,""],blue:[0,2,1,""],blurple:[0,2,1,""],dark_blue:[0,2,1,""],dark_gold:[0,2,1,""],dark_green:[0,2,1,""],dark_grey:[0,2,1,""],dark_magenta:[0,2,1,""],dark_orange:[0,2,1,""],dark_purple:[0,2,1,""],dark_red:[0,2,1,""],dark_teal:[0,2,1,""],darker_grey:[0,2,1,""],from_hsv:[0,2,1,""],from_rgb:[0,2,1,""],g:[0,2,1,""],gold:[0,2,1,""],green:[0,2,1,""],greyple:[0,2,1,""],light_grey:[0,2,1,""],lighter_grey:[0,2,1,""],magenta:[0,2,1,""],orange:[0,2,1,""],purple:[0,2,1,""],r:[0,2,1,""],red:[0,2,1,""],teal:[0,2,1,""],to_rgb:[0,2,1,""],value:[0,1,1,""]},"discord.ConnectionClosed":{code:[0,1,1,""],reason:[0,1,1,""],shard_id:[0,1,1,""]},"discord.ContentFilter":{all_members:[0,1,1,""],disabled:[0,1,1,""],no_role:[0,1,1,""]},"discord.CustomActivity":{emoji:[0,1,1,""],name:[0,1,1,""],type:[0,2,1,""]},"discord.DMChannel":{created_at:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],me:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipient:[0,1,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Embed":{Empty:[0,1,1,""],add_field:[0,2,1,""],author:[0,2,1,""],clear_fields:[0,2,1,""],colour:[0,1,1,""],copy:[0,2,1,""],description:[0,1,1,""],fields:[0,2,1,""],footer:[0,2,1,""],from_dict:[0,2,1,""],image:[0,2,1,""],insert_field_at:[0,2,1,""],provider:[0,2,1,""],remove_field:[0,2,1,""],set_author:[0,2,1,""],set_field_at:[0,2,1,""],set_footer:[0,2,1,""],set_image:[0,2,1,""],set_thumbnail:[0,2,1,""],thumbnail:[0,2,1,""],timestamp:[0,1,1,""],title:[0,1,1,""],to_dict:[0,2,1,""],type:[0,1,1,""],url:[0,1,1,""],video:[0,2,1,""]},"discord.Emoji":{"delete":[0,2,1,""],animated:[0,1,1,""],available:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],is_usable:[0,2,1,""],managed:[0,1,1,""],name:[0,1,1,""],require_colons:[0,1,1,""],roles:[0,2,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.FFmpegAudio":{cleanup:[0,2,1,""]},"discord.FFmpegOpusAudio":{from_probe:[0,2,1,""],is_opus:[0,2,1,""],probe:[0,2,1,""],read:[0,2,1,""]},"discord.FFmpegPCMAudio":{is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.File":{filename:[0,1,1,""],fp:[0,1,1,""],spoiler:[0,1,1,""]},"discord.FriendFlags":{everyone:[0,1,1,""],guild_and_friends:[0,1,1,""],mutual_friends:[0,1,1,""],mutual_guilds:[0,1,1,""],noone:[0,1,1,""]},"discord.Game":{end:[0,2,1,""],name:[0,1,1,""],start:[0,2,1,""],type:[0,2,1,""]},"discord.GroupCall":{call:[0,1,1,""],channel:[0,2,1,""],connected:[0,2,1,""],region:[0,1,1,""],ringing:[0,1,1,""],unavailable:[0,1,1,""],voice_state_for:[0,2,1,""]},"discord.GroupChannel":{add_recipients:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],leave:[0,2,1,""],me:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipients:[0,1,1,""],remove_recipients:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Guild":{"delete":[0,2,1,""],ack:[0,2,1,""],afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],audit_logs:[0,2,1,""],ban:[0,2,1,""],banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],bans:[0,2,1,""],bitrate_limit:[0,2,1,""],by_category:[0,2,1,""],categories:[0,2,1,""],channels:[0,2,1,""],chunked:[0,2,1,""],create_category:[0,2,1,""],create_category_channel:[0,2,1,""],create_custom_emoji:[0,2,1,""],create_role:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],default_notifications:[0,1,1,""],default_role:[0,2,1,""],description:[0,1,1,""],discovery_splash:[0,1,1,""],discovery_splash_url:[0,2,1,""],discovery_splash_url_as:[0,2,1,""],edit:[0,2,1,""],emoji_limit:[0,2,1,""],emojis:[0,1,1,""],estimate_pruned_members:[0,2,1,""],explicit_content_filter:[0,1,1,""],features:[0,1,1,""],fetch_ban:[0,2,1,""],fetch_channels:[0,2,1,""],fetch_emoji:[0,2,1,""],fetch_emojis:[0,2,1,""],fetch_member:[0,2,1,""],fetch_members:[0,2,1,""],fetch_roles:[0,2,1,""],filesize_limit:[0,2,1,""],get_channel:[0,2,1,""],get_member:[0,2,1,""],get_member_named:[0,2,1,""],get_role:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_icon_animated:[0,2,1,""],kick:[0,2,1,""],large:[0,2,1,""],leave:[0,2,1,""],max_members:[0,1,1,""],max_presences:[0,1,1,""],me:[0,2,1,""],member_count:[0,2,1,""],members:[0,2,1,""],mfa_level:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""],preferred_locale:[0,1,1,""],premium_subscribers:[0,2,1,""],premium_subscription_count:[0,1,1,""],premium_tier:[0,1,1,""],prune_members:[0,2,1,""],query_members:[0,2,1,""],region:[0,1,1,""],roles:[0,2,1,""],rules_channel:[0,2,1,""],shard_id:[0,2,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],system_channel:[0,2,1,""],system_channel_flags:[0,2,1,""],text_channels:[0,2,1,""],unavailable:[0,1,1,""],unban:[0,2,1,""],vanity_invite:[0,2,1,""],verification_level:[0,1,1,""],voice_channels:[0,2,1,""],voice_client:[0,2,1,""],webhooks:[0,2,1,""],widget:[0,2,1,""]},"discord.HTTPException":{code:[0,1,1,""],response:[0,1,1,""],status:[0,1,1,""],text:[0,1,1,""]},"discord.HypeSquadHouse":{balance:[0,1,1,""],bravery:[0,1,1,""],brilliance:[0,1,1,""]},"discord.Invite":{"delete":[0,2,1,""],approximate_member_count:[0,1,1,""],approximate_presence_count:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],created_at:[0,1,1,""],guild:[0,1,1,""],id:[0,2,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],revoked:[0,1,1,""],temporary:[0,1,1,""],url:[0,2,1,""],uses:[0,1,1,""]},"discord.Member":{activities:[0,1,1,""],activity:[0,2,1,""],add_roles:[0,2,1,""],avatar:[0,2,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],ban:[0,2,1,""],block:[0,2,1,""],bot:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],desktop_status:[0,2,1,""],discriminator:[0,2,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],guild:[0,1,1,""],guild_permissions:[0,2,1,""],history:[0,2,1,""],id:[0,2,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],is_on_mobile:[0,2,1,""],joined_at:[0,1,1,""],kick:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mobile_status:[0,2,1,""],move_to:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,2,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],premium_since:[0,1,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],remove_roles:[0,2,1,""],roles:[0,1,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],status:[0,2,1,""],system:[0,2,1,""],top_role:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unban:[0,2,1,""],unblock:[0,2,1,""],voice:[0,2,1,""],web_status:[0,2,1,""]},"discord.Message":{"delete":[0,2,1,""],ack:[0,2,1,""],activity:[0,1,1,""],add_reaction:[0,2,1,""],application:[0,1,1,""],attachments:[0,1,1,""],author:[0,1,1,""],call:[0,1,1,""],channel:[0,1,1,""],channel_mentions:[0,1,1,""],clean_content:[0,1,1,""],clear_reaction:[0,2,1,""],clear_reactions:[0,2,1,""],content:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],edited_at:[0,2,1,""],embeds:[0,1,1,""],flags:[0,1,1,""],guild:[0,1,1,""],id:[0,1,1,""],is_system:[0,2,1,""],jump_url:[0,2,1,""],mention_everyone:[0,1,1,""],mentions:[0,1,1,""],nonce:[0,1,1,""],pin:[0,2,1,""],pinned:[0,1,1,""],publish:[0,2,1,""],raw_channel_mentions:[0,1,1,""],raw_mentions:[0,1,1,""],raw_role_mentions:[0,1,1,""],reactions:[0,1,1,""],remove_reaction:[0,2,1,""],role_mentions:[0,1,1,""],system_content:[0,1,1,""],tts:[0,1,1,""],type:[0,1,1,""],unpin:[0,2,1,""],webhook_id:[0,1,1,""]},"discord.MessageFlags":{crossposted:[0,1,1,""],is_crossposted:[0,1,1,""],source_message_deleted:[0,1,1,""],suppress_embeds:[0,1,1,""],urgent:[0,1,1,""],value:[0,1,1,""]},"discord.MessageType":{"default":[0,1,1,""],call:[0,1,1,""],channel_follow_add:[0,1,1,""],channel_icon_change:[0,1,1,""],channel_name_change:[0,1,1,""],new_member:[0,1,1,""],pins_add:[0,1,1,""],premium_guild_subscription:[0,1,1,""],premium_guild_tier_1:[0,1,1,""],premium_guild_tier_2:[0,1,1,""],premium_guild_tier_3:[0,1,1,""],recipient_add:[0,1,1,""],recipient_remove:[0,1,1,""]},"discord.NotificationLevel":{all_messages:[0,1,1,""],only_mentions:[0,1,1,""]},"discord.Object":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.PCMAudio":{read:[0,2,1,""],stream:[0,1,1,""]},"discord.PCMVolumeTransformer":{cleanup:[0,2,1,""],read:[0,2,1,""],volume:[0,2,1,""]},"discord.PartialEmoji":{animated:[0,1,1,""],id:[0,1,1,""],is_custom_emoji:[0,2,1,""],is_unicode_emoji:[0,2,1,""],name:[0,1,1,""],url:[0,2,1,""]},"discord.PartialInviteChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],type:[0,1,1,""]},"discord.PartialInviteGuild":{banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],created_at:[0,2,1,""],description:[0,1,1,""],features:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],verification_level:[0,1,1,""]},"discord.PermissionOverwrite":{from_pair:[0,2,1,""],is_empty:[0,2,1,""],pair:[0,2,1,""],update:[0,2,1,""]},"discord.Permissions":{add_reactions:[0,1,1,""],administrator:[0,1,1,""],all:[0,2,1,""],all_channel:[0,2,1,""],attach_files:[0,1,1,""],ban_members:[0,1,1,""],change_nickname:[0,1,1,""],connect:[0,1,1,""],create_instant_invite:[0,1,1,""],deafen_members:[0,1,1,""],embed_links:[0,1,1,""],external_emojis:[0,1,1,""],general:[0,2,1,""],is_strict_subset:[0,2,1,""],is_strict_superset:[0,2,1,""],is_subset:[0,2,1,""],is_superset:[0,2,1,""],kick_members:[0,1,1,""],manage_channels:[0,1,1,""],manage_emojis:[0,1,1,""],manage_guild:[0,1,1,""],manage_messages:[0,1,1,""],manage_nicknames:[0,1,1,""],manage_permissions:[0,1,1,""],manage_roles:[0,1,1,""],manage_webhooks:[0,1,1,""],mention_everyone:[0,1,1,""],move_members:[0,1,1,""],mute_members:[0,1,1,""],none:[0,2,1,""],priority_speaker:[0,1,1,""],read_message_history:[0,1,1,""],read_messages:[0,1,1,""],send_messages:[0,1,1,""],send_tts_messages:[0,1,1,""],speak:[0,1,1,""],stream:[0,1,1,""],text:[0,2,1,""],update:[0,2,1,""],use_external_emojis:[0,1,1,""],use_voice_activation:[0,1,1,""],value:[0,1,1,""],view_audit_log:[0,1,1,""],view_channel:[0,1,1,""],view_guild_insights:[0,1,1,""],voice:[0,2,1,""]},"discord.PremiumType":{nitro:[0,1,1,""],nitro_classic:[0,1,1,""]},"discord.Profile":{bug_hunter:[0,1,1,""],connected_accounts:[0,1,1,""],early_supporter:[0,1,1,""],hypesquad:[0,1,1,""],hypesquad_houses:[0,1,1,""],mutual_guilds:[0,1,1,""],nitro:[0,1,1,""],partner:[0,1,1,""],premium:[0,1,1,""],premium_since:[0,1,1,""],staff:[0,1,1,""],system:[0,1,1,""],team_user:[0,1,1,""],user:[0,1,1,""]},"discord.RawBulkMessageDeleteEvent":{cached_messages:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_ids:[0,1,1,""]},"discord.RawMessageDeleteEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawMessageUpdateEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],data:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionActionEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],event_type:[0,1,1,""],guild_id:[0,1,1,""],member:[0,1,1,""],message_id:[0,1,1,""],user_id:[0,1,1,""]},"discord.RawReactionClearEmojiEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionClearEvent":{channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.Reaction":{clear:[0,2,1,""],count:[0,1,1,""],custom_emoji:[0,2,1,""],emoji:[0,1,1,""],me:[0,1,1,""],message:[0,1,1,""],remove:[0,2,1,""],users:[0,2,1,""]},"discord.Relationship":{"delete":[0,2,1,""],accept:[0,2,1,""],type:[0,1,1,""],user:[0,1,1,""]},"discord.RelationshipType":{blocked:[0,1,1,""],friend:[0,1,1,""],incoming_request:[0,1,1,""],outgoing_request:[0,1,1,""]},"discord.RequestsWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Role":{"delete":[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],hoist:[0,1,1,""],id:[0,1,1,""],is_default:[0,2,1,""],managed:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],mentionable:[0,1,1,""],name:[0,1,1,""],permissions:[0,2,1,""],position:[0,1,1,""]},"discord.Spotify":{album:[0,2,1,""],album_cover_url:[0,2,1,""],artist:[0,2,1,""],artists:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],duration:[0,2,1,""],end:[0,2,1,""],name:[0,2,1,""],party_id:[0,2,1,""],start:[0,2,1,""],title:[0,2,1,""],track_id:[0,2,1,""],type:[0,2,1,""]},"discord.Status":{dnd:[0,1,1,""],do_not_disturb:[0,1,1,""],idle:[0,1,1,""],invisible:[0,1,1,""],offline:[0,1,1,""],online:[0,1,1,""]},"discord.Streaming":{assets:[0,1,1,""],details:[0,1,1,""],game:[0,1,1,""],name:[0,1,1,""],platform:[0,1,1,""],twitch_name:[0,2,1,""],type:[0,2,1,""],url:[0,1,1,""]},"discord.SystemChannelFlags":{join_notifications:[0,1,1,""],premium_subscriptions:[0,1,1,""],value:[0,1,1,""]},"discord.Team":{icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],members:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""]},"discord.TeamMember":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],id:[0,1,1,""],membership_state:[0,1,1,""],name:[0,1,1,""],team:[0,1,1,""]},"discord.TeamMembershipState":{accepted:[0,1,1,""],invited:[0,1,1,""]},"discord.TextChannel":{"delete":[0,2,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_webhook:[0,2,1,""],created_at:[0,2,1,""],delete_messages:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],follow:[0,2,1,""],guild:[0,1,1,""],history:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_news:[0,2,1,""],is_nsfw:[0,2,1,""],last_message:[0,2,1,""],last_message_id:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],pins:[0,2,1,""],position:[0,1,1,""],purge:[0,2,1,""],send:[0,2,1,""],set_permissions:[0,2,1,""],slowmode_delay:[0,1,1,""],topic:[0,1,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""],webhooks:[0,2,1,""]},"discord.Theme":{dark:[0,1,1,""],light:[0,1,1,""]},"discord.User":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],block:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],system:[0,1,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unblock:[0,2,1,""]},"discord.UserContentFilter":{all_messages:[0,1,1,""],disabled:[0,1,1,""],friends:[0,1,1,""]},"discord.VerificationLevel":{double_table_flip:[0,1,1,""],extreme:[0,1,1,""],high:[0,1,1,""],low:[0,1,1,""],medium:[0,1,1,""],none:[0,1,1,""],table_flip:[0,1,1,""],very_high:[0,1,1,""]},"discord.VoiceChannel":{"delete":[0,2,1,""],bitrate:[0,1,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],connect:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],type:[0,2,1,""],user_limit:[0,1,1,""],voice_states:[0,2,1,""]},"discord.VoiceClient":{average_latency:[0,2,1,""],channel:[0,1,1,""],disconnect:[0,2,1,""],endpoint:[0,1,1,""],guild:[0,2,1,""],is_connected:[0,2,1,""],is_paused:[0,2,1,""],is_playing:[0,2,1,""],latency:[0,2,1,""],loop:[0,1,1,""],move_to:[0,2,1,""],pause:[0,2,1,""],play:[0,2,1,""],resume:[0,2,1,""],send_audio_packet:[0,2,1,""],session_id:[0,1,1,""],source:[0,2,1,""],stop:[0,2,1,""],token:[0,1,1,""],user:[0,2,1,""]},"discord.VoiceRegion":{amsterdam:[0,1,1,""],brazil:[0,1,1,""],dubai:[0,1,1,""],eu_central:[0,1,1,""],eu_west:[0,1,1,""],europe:[0,1,1,""],frankfurt:[0,1,1,""],hongkong:[0,1,1,""],india:[0,1,1,""],japan:[0,1,1,""],london:[0,1,1,""],russia:[0,1,1,""],singapore:[0,1,1,""],southafrica:[0,1,1,""],sydney:[0,1,1,""],us_central:[0,1,1,""],us_east:[0,1,1,""],us_south:[0,1,1,""],us_west:[0,1,1,""],vip_amsterdam:[0,1,1,""],vip_us_east:[0,1,1,""],vip_us_west:[0,1,1,""]},"discord.VoiceState":{afk:[0,1,1,""],channel:[0,1,1,""],deaf:[0,1,1,""],mute:[0,1,1,""],self_deaf:[0,1,1,""],self_mute:[0,1,1,""],self_stream:[0,1,1,""],self_video:[0,1,1,""]},"discord.Webhook":{"delete":[0,2,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],channel:[0,2,1,""],channel_id:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],execute:[0,2,1,""],from_url:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],name:[0,1,1,""],partial:[0,2,1,""],send:[0,2,1,""],token:[0,1,1,""],type:[0,1,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.WebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""],webhook:[0,1,1,""]},"discord.WebhookType":{channel_follower:[0,1,1,""],incoming:[0,1,1,""]},"discord.Widget":{channels:[0,1,1,""],created_at:[0,2,1,""],fetch_invite:[0,2,1,""],id:[0,1,1,""],invite_url:[0,2,1,""],json_url:[0,2,1,""],members:[0,1,1,""],name:[0,1,1,""]},"discord.WidgetChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],position:[0,1,1,""]},"discord.WidgetMember":{activity:[0,1,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],connected_channel:[0,1,1,""],created_at:[0,2,1,""],deafened:[0,1,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],muted:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],status:[0,1,1,""],suppress:[0,1,1,""]},"discord.abc":{Connectable:[0,0,1,""],GuildChannel:[0,0,1,""],Messageable:[0,0,1,""],PrivateChannel:[0,0,1,""],Snowflake:[0,0,1,""],User:[0,0,1,""]},"discord.abc.GuildChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],guild:[0,1,1,""],invites:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""]},"discord.abc.Messageable":{fetch_message:[0,2,1,""],history:[0,2,1,""],pins:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""]},"discord.abc.PrivateChannel":{me:[0,1,1,""]},"discord.abc.Snowflake":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.abc.User":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""]},"discord.discord.ext.commands":{BucketType:[2,0,1,""]},"discord.discord.ext.commands.BucketType":{"default":[2,1,1,""],category:[2,1,1,""],channel:[2,1,1,""],guild:[2,1,1,""],member:[2,1,1,""],role:[2,1,1,""],user:[2,1,1,""]},"discord.ext.commands":{ArgumentParsingError:[2,3,1,""],AutoShardedBot:[2,0,1,""],BadArgument:[2,3,1,""],BadUnionArgument:[2,3,1,""],Bot:[2,0,1,""],BotMissingAnyRole:[2,3,1,""],BotMissingPermissions:[2,3,1,""],BotMissingRole:[2,3,1,""],CategoryChannelConverter:[2,0,1,""],CheckAnyFailure:[2,3,1,""],CheckFailure:[2,3,1,""],Cog:[2,0,1,""],CogMeta:[2,0,1,""],ColourConverter:[2,0,1,""],Command:[2,0,1,""],CommandError:[2,3,1,""],CommandInvokeError:[2,3,1,""],CommandNotFound:[2,3,1,""],CommandOnCooldown:[2,3,1,""],Context:[2,0,1,""],ConversionError:[2,3,1,""],Converter:[2,0,1,""],DefaultHelpCommand:[2,0,1,""],DisabledCommand:[2,3,1,""],EmojiConverter:[2,0,1,""],ExpectedClosingQuoteError:[2,3,1,""],ExtensionAlreadyLoaded:[2,3,1,""],ExtensionError:[2,3,1,""],ExtensionFailed:[2,3,1,""],ExtensionNotFound:[2,3,1,""],ExtensionNotLoaded:[2,3,1,""],GameConverter:[2,0,1,""],Greedy:[2,4,1,""],Group:[2,0,1,""],GroupMixin:[2,0,1,""],HelpCommand:[2,0,1,""],InvalidEndOfQuotedStringError:[2,3,1,""],InviteConverter:[2,0,1,""],MaxConcurrencyReached:[2,3,1,""],MemberConverter:[2,0,1,""],MessageConverter:[2,0,1,""],MinimalHelpCommand:[2,0,1,""],MissingAnyRole:[2,3,1,""],MissingPermissions:[2,3,1,""],MissingRequiredArgument:[2,3,1,""],MissingRole:[2,3,1,""],NSFWChannelRequired:[2,3,1,""],NoEntryPointError:[2,3,1,""],NoPrivateMessage:[2,3,1,""],NotOwner:[2,3,1,""],Paginator:[2,0,1,""],PartialEmojiConverter:[2,0,1,""],PrivateMessageOnly:[2,3,1,""],RoleConverter:[2,0,1,""],TextChannelConverter:[2,0,1,""],TooManyArguments:[2,3,1,""],UnexpectedQuoteError:[2,3,1,""],UserConverter:[2,0,1,""],UserInputError:[2,3,1,""],VoiceChannelConverter:[2,0,1,""],after_invoke:[2,5,1,""],before_invoke:[2,5,1,""],bot_has_any_role:[2,5,1,""],bot_has_guild_permissions:[2,5,1,""],bot_has_permissions:[2,5,1,""],bot_has_role:[2,5,1,""],check:[2,5,1,""],check_any:[2,5,1,""],clean_content:[2,0,1,""],command:[2,5,1,""],cooldown:[2,5,1,""],dm_only:[2,5,1,""],group:[2,5,1,""],guild_only:[2,5,1,""],has_any_role:[2,5,1,""],has_guild_permissions:[2,5,1,""],has_permissions:[2,5,1,""],has_role:[2,5,1,""],is_nsfw:[2,5,1,""],is_owner:[2,5,1,""],max_concurrency:[2,5,1,""],when_mentioned:[2,5,1,""],when_mentioned_or:[2,5,1,""]},"discord.ext.commands.BadUnionArgument":{converters:[2,1,1,""],errors:[2,1,1,""],param:[2,1,1,""]},"discord.ext.commands.Bot":{activity:[2,2,1,""],add_check:[2,2,1,""],add_cog:[2,2,1,""],add_command:[2,2,1,""],add_listener:[2,2,1,""],after_invoke:[2,2,1,""],allowed_mentions:[2,2,1,""],application_info:[2,2,1,""],before_invoke:[2,2,1,""],cached_messages:[2,2,1,""],case_insensitive:[2,1,1,""],change_presence:[2,2,1,""],check:[2,2,1,""],check_once:[2,2,1,""],clear:[2,2,1,""],cogs:[2,2,1,""],command:[2,2,1,""],command_prefix:[2,1,1,""],commands:[2,2,1,""],connect:[2,2,1,""],create_guild:[2,2,1,""],delete_invite:[2,2,1,""],description:[2,1,1,""],emojis:[2,2,1,""],event:[2,2,1,""],extensions:[2,2,1,""],fetch_channel:[2,2,1,""],fetch_guild:[2,2,1,""],fetch_guilds:[2,2,1,""],fetch_invite:[2,2,1,""],fetch_user:[2,2,1,""],fetch_user_profile:[2,2,1,""],fetch_webhook:[2,2,1,""],fetch_widget:[2,2,1,""],get_all_channels:[2,2,1,""],get_all_members:[2,2,1,""],get_channel:[2,2,1,""],get_cog:[2,2,1,""],get_command:[2,2,1,""],get_context:[2,2,1,""],get_emoji:[2,2,1,""],get_guild:[2,2,1,""],get_prefix:[2,2,1,""],get_user:[2,2,1,""],group:[2,2,1,""],guilds:[2,2,1,""],help_command:[2,1,1,""],invoke:[2,2,1,""],is_closed:[2,2,1,""],is_owner:[2,2,1,""],is_ready:[2,2,1,""],latency:[2,2,1,""],listen:[2,2,1,""],load_extension:[2,2,1,""],login:[2,2,1,""],logout:[2,2,1,""],on_command_error:[2,2,1,""],on_error:[2,2,1,""],owner_id:[2,1,1,""],owner_ids:[2,1,1,""],private_channels:[2,2,1,""],process_commands:[2,2,1,""],reload_extension:[2,2,1,""],remove_check:[2,2,1,""],remove_cog:[2,2,1,""],remove_command:[2,2,1,""],remove_listener:[2,2,1,""],request_offline_members:[2,2,1,""],run:[2,2,1,""],self_bot:[2,1,1,""],start:[2,2,1,""],unload_extension:[2,2,1,""],user:[2,2,1,""],users:[2,2,1,""],voice_clients:[2,2,1,""],wait_for:[2,2,1,""],wait_until_ready:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.BotMissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.BotMissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.BotMissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.CategoryChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.CheckAnyFailure":{checks:[2,1,1,""],errors:[2,1,1,""]},"discord.ext.commands.Cog":{bot_check:[2,2,1,""],bot_check_once:[2,2,1,""],cog_after_invoke:[2,2,1,""],cog_before_invoke:[2,2,1,""],cog_check:[2,2,1,""],cog_command_error:[2,2,1,""],cog_unload:[2,2,1,""],description:[2,2,1,""],get_commands:[2,2,1,""],get_listeners:[2,2,1,""],listener:[2,2,1,""],qualified_name:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.CogMeta":{command_attrs:[2,1,1,""],name:[2,1,1,""]},"discord.ext.commands.ColourConverter":{convert:[2,2,1,""]},"discord.ext.commands.Command":{__call__:[2,2,1,""],add_check:[2,2,1,""],after_invoke:[2,2,1,""],aliases:[2,1,1,""],before_invoke:[2,2,1,""],brief:[2,1,1,""],callback:[2,1,1,""],can_run:[2,2,1,""],checks:[2,1,1,""],clean_params:[2,2,1,""],cog:[2,1,1,""],cog_name:[2,2,1,""],cooldown_after_parsing:[2,1,1,""],copy:[2,2,1,""],description:[2,1,1,""],enabled:[2,1,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],help:[2,1,1,""],hidden:[2,1,1,""],ignore_extra:[2,1,1,""],invoked_subcommand:[2,1,1,""],is_on_cooldown:[2,2,1,""],name:[2,1,1,""],parent:[2,1,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],reset_cooldown:[2,2,1,""],rest_is_raw:[2,1,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],usage:[2,1,1,""]},"discord.ext.commands.CommandInvokeError":{original:[2,1,1,""]},"discord.ext.commands.CommandOnCooldown":{cooldown:[2,1,1,""],retry_after:[2,1,1,""]},"discord.ext.commands.Context":{args:[2,1,1,""],author:[2,1,1,""],bot:[2,1,1,""],channel:[2,1,1,""],cog:[2,2,1,""],command:[2,1,1,""],command_failed:[2,1,1,""],fetch_message:[2,2,1,""],guild:[2,1,1,""],history:[2,2,1,""],invoke:[2,2,1,""],invoked_subcommand:[2,1,1,""],invoked_with:[2,1,1,""],kwargs:[2,1,1,""],me:[2,1,1,""],message:[2,1,1,""],pins:[2,2,1,""],prefix:[2,1,1,""],reinvoke:[2,2,1,""],send:[2,2,1,""],send_help:[2,2,1,""],subcommand_passed:[2,1,1,""],trigger_typing:[2,2,1,""],typing:[2,2,1,""],valid:[2,2,1,""],voice_client:[2,2,1,""]},"discord.ext.commands.ConversionError":{converter:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.Converter":{convert:[2,2,1,""]},"discord.ext.commands.DefaultHelpCommand":{add_command_formatting:[2,2,1,""],add_indented_commands:[2,2,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],indent:[2,1,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],shorten_text:[2,2,1,""],sort_commands:[2,1,1,""],width:[2,1,1,""]},"discord.ext.commands.EmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.ExpectedClosingQuoteError":{close_quote:[2,1,1,""]},"discord.ext.commands.ExtensionError":{name:[2,1,1,""]},"discord.ext.commands.ExtensionFailed":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.ExtensionNotFound":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.GameConverter":{convert:[2,2,1,""]},"discord.ext.commands.Group":{add_check:[2,2,1,""],add_command:[2,2,1,""],after_invoke:[2,2,1,""],before_invoke:[2,2,1,""],can_run:[2,2,1,""],case_insensitive:[2,1,1,""],clean_params:[2,2,1,""],cog_name:[2,2,1,""],command:[2,2,1,""],commands:[2,2,1,""],copy:[2,2,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],invoke_without_command:[2,1,1,""],is_on_cooldown:[2,2,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],remove_command:[2,2,1,""],reset_cooldown:[2,2,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.GroupMixin":{add_command:[2,2,1,""],all_commands:[2,1,1,""],case_insensitive:[2,1,1,""],command:[2,2,1,""],commands:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],remove_command:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.HelpCommand":{clean_prefix:[2,2,1,""],cog:[2,2,1,""],command_attrs:[2,1,1,""],command_callback:[2,2,1,""],command_not_found:[2,2,1,""],context:[2,1,1,""],filter_commands:[2,2,1,""],get_bot_mapping:[2,2,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_max_size:[2,2,1,""],invoked_with:[2,2,1,""],on_help_command_error:[2,2,1,""],prepare_help_command:[2,2,1,""],remove_mentions:[2,2,1,""],send_bot_help:[2,2,1,""],send_cog_help:[2,2,1,""],send_command_help:[2,2,1,""],send_error_message:[2,2,1,""],send_group_help:[2,2,1,""],show_hidden:[2,1,1,""],subcommand_not_found:[2,2,1,""],verify_checks:[2,1,1,""]},"discord.ext.commands.InvalidEndOfQuotedStringError":{"char":[2,1,1,""]},"discord.ext.commands.InviteConverter":{convert:[2,2,1,""]},"discord.ext.commands.MaxConcurrencyReached":{number:[2,1,1,""],per:[2,1,1,""]},"discord.ext.commands.MemberConverter":{convert:[2,2,1,""]},"discord.ext.commands.MessageConverter":{convert:[2,2,1,""]},"discord.ext.commands.MinimalHelpCommand":{add_aliases_formatting:[2,2,1,""],add_bot_commands_formatting:[2,2,1,""],add_command_formatting:[2,2,1,""],add_subcommand_formatting:[2,2,1,""],aliases_heading:[2,1,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],get_opening_note:[2,2,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],sort_commands:[2,1,1,""]},"discord.ext.commands.MissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.MissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.MissingRequiredArgument":{param:[2,1,1,""]},"discord.ext.commands.MissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.Paginator":{add_line:[2,2,1,""],clear:[2,2,1,""],close_page:[2,2,1,""],max_size:[2,1,1,""],pages:[2,2,1,""],prefix:[2,1,1,""],suffix:[2,1,1,""]},"discord.ext.commands.PartialEmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.RoleConverter":{convert:[2,2,1,""]},"discord.ext.commands.TextChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.UnexpectedQuoteError":{quote:[2,1,1,""]},"discord.ext.commands.UserConverter":{convert:[2,2,1,""]},"discord.ext.commands.VoiceChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.clean_content":{convert:[2,2,1,""],escape_markdown:[2,1,1,""],fix_channel_mentions:[2,1,1,""],use_nicknames:[2,1,1,""]},"discord.ext.tasks":{Loop:[7,0,1,""],loop:[7,5,1,""]},"discord.ext.tasks.Loop":{add_exception_type:[7,2,1,""],after_loop:[7,2,1,""],before_loop:[7,2,1,""],cancel:[7,2,1,""],change_interval:[7,2,1,""],clear_exception_types:[7,2,1,""],current_loop:[7,2,1,""],error:[7,2,1,""],failed:[7,2,1,""],get_task:[7,2,1,""],is_being_cancelled:[7,2,1,""],is_running:[7,2,1,""],next_iteration:[7,2,1,""],remove_exception_type:[7,2,1,""],restart:[7,2,1,""],start:[7,2,1,""],stop:[7,2,1,""]},"discord.opus":{OpusError:[0,3,1,""],OpusNotLoaded:[0,3,1,""],is_loaded:[0,5,1,""],load_opus:[0,5,1,""]},"discord.opus.OpusError":{code:[0,1,1,""]},"discord.utils":{escape_markdown:[0,5,1,""],escape_mentions:[0,5,1,""],find:[0,5,1,""],get:[0,5,1,""],oauth_url:[0,5,1,""],resolve_invite:[0,5,1,""],sleep_until:[0,5,1,""],snowflake_time:[0,5,1,""]},discord:{Activity:[0,0,1,""],ActivityType:[0,0,1,""],AllowedMentions:[0,0,1,""],AppInfo:[0,0,1,""],Asset:[0,0,1,""],AsyncIterator:[0,0,1,""],AsyncWebhookAdapter:[0,0,1,""],Attachment:[0,0,1,""],AudioSource:[0,0,1,""],AuditLogAction:[0,0,1,""],AuditLogActionCategory:[0,0,1,""],AuditLogChanges:[0,0,1,""],AuditLogDiff:[0,0,1,""],AuditLogEntry:[0,0,1,""],AutoShardedClient:[0,0,1,""],BaseActivity:[0,0,1,""],CallMessage:[0,0,1,""],CategoryChannel:[0,0,1,""],ChannelType:[0,0,1,""],Client:[0,0,1,""],ClientException:[0,3,1,""],ClientUser:[0,0,1,""],Colour:[0,0,1,""],ConnectionClosed:[0,3,1,""],ContentFilter:[0,0,1,""],CustomActivity:[0,0,1,""],DMChannel:[0,0,1,""],DiscordException:[0,3,1,""],Embed:[0,0,1,""],Emoji:[0,0,1,""],FFmpegAudio:[0,0,1,""],FFmpegOpusAudio:[0,0,1,""],FFmpegPCMAudio:[0,0,1,""],File:[0,0,1,""],Forbidden:[0,3,1,""],FriendFlags:[0,0,1,""],Game:[0,0,1,""],GatewayNotFound:[0,3,1,""],GroupCall:[0,0,1,""],GroupChannel:[0,0,1,""],Guild:[0,0,1,""],HTTPException:[0,3,1,""],HypeSquadHouse:[0,0,1,""],InvalidArgument:[0,3,1,""],InvalidData:[0,3,1,""],Invite:[0,0,1,""],LoginFailure:[0,3,1,""],Member:[0,0,1,""],Message:[0,0,1,""],MessageFlags:[0,0,1,""],MessageType:[0,0,1,""],NoMoreItems:[0,3,1,""],NotFound:[0,3,1,""],NotificationLevel:[0,0,1,""],Object:[0,0,1,""],PCMAudio:[0,0,1,""],PCMVolumeTransformer:[0,0,1,""],PartialEmoji:[0,0,1,""],PartialInviteChannel:[0,0,1,""],PartialInviteGuild:[0,0,1,""],PermissionOverwrite:[0,0,1,""],Permissions:[0,0,1,""],PremiumType:[0,0,1,""],Profile:[0,0,1,""],RawBulkMessageDeleteEvent:[0,0,1,""],RawMessageDeleteEvent:[0,0,1,""],RawMessageUpdateEvent:[0,0,1,""],RawReactionActionEvent:[0,0,1,""],RawReactionClearEmojiEvent:[0,0,1,""],RawReactionClearEvent:[0,0,1,""],Reaction:[0,0,1,""],Relationship:[0,0,1,""],RelationshipType:[0,0,1,""],RequestsWebhookAdapter:[0,0,1,""],Role:[0,0,1,""],Spotify:[0,0,1,""],Status:[0,0,1,""],Streaming:[0,0,1,""],SystemChannelFlags:[0,0,1,""],Team:[0,0,1,""],TeamMember:[0,0,1,""],TeamMembershipState:[0,0,1,""],TextChannel:[0,0,1,""],Theme:[0,0,1,""],User:[0,0,1,""],UserContentFilter:[0,0,1,""],VerificationLevel:[0,0,1,""],VoiceChannel:[0,0,1,""],VoiceClient:[0,0,1,""],VoiceRegion:[0,0,1,""],VoiceState:[0,0,1,""],Webhook:[0,0,1,""],WebhookAdapter:[0,0,1,""],WebhookType:[0,0,1,""],Widget:[0,0,1,""],WidgetChannel:[0,0,1,""],WidgetMember:[0,0,1,""],__version__:[0,4,1,""],on_bulk_message_delete:[0,5,1,""],on_command:[2,5,1,""],on_command_completion:[2,5,1,""],on_command_error:[2,5,1,""],on_connect:[0,5,1,""],on_disconnect:[0,5,1,""],on_error:[0,5,1,""],on_group_join:[0,5,1,""],on_group_remove:[0,5,1,""],on_guild_available:[0,5,1,""],on_guild_channel_create:[0,5,1,""],on_guild_channel_delete:[0,5,1,""],on_guild_channel_pins_update:[0,5,1,""],on_guild_channel_update:[0,5,1,""],on_guild_emojis_update:[0,5,1,""],on_guild_integrations_update:[0,5,1,""],on_guild_join:[0,5,1,""],on_guild_remove:[0,5,1,""],on_guild_role_create:[0,5,1,""],on_guild_role_delete:[0,5,1,""],on_guild_role_update:[0,5,1,""],on_guild_unavailable:[0,5,1,""],on_guild_update:[0,5,1,""],on_invite_create:[0,5,1,""],on_invite_delete:[0,5,1,""],on_member_ban:[0,5,1,""],on_member_join:[0,5,1,""],on_member_remove:[0,5,1,""],on_member_unban:[0,5,1,""],on_member_update:[0,5,1,""],on_message:[0,5,1,""],on_message_delete:[0,5,1,""],on_message_edit:[0,5,1,""],on_private_channel_create:[0,5,1,""],on_private_channel_delete:[0,5,1,""],on_private_channel_pins_update:[0,5,1,""],on_private_channel_update:[0,5,1,""],on_raw_bulk_message_delete:[0,5,1,""],on_raw_message_delete:[0,5,1,""],on_raw_message_edit:[0,5,1,""],on_raw_reaction_add:[0,5,1,""],on_raw_reaction_clear:[0,5,1,""],on_raw_reaction_clear_emoji:[0,5,1,""],on_raw_reaction_remove:[0,5,1,""],on_reaction_add:[0,5,1,""],on_reaction_clear:[0,5,1,""],on_reaction_clear_emoji:[0,5,1,""],on_reaction_remove:[0,5,1,""],on_ready:[0,5,1,""],on_relationship_add:[0,5,1,""],on_relationship_remove:[0,5,1,""],on_relationship_update:[0,5,1,""],on_resumed:[0,5,1,""],on_shard_ready:[0,5,1,""],on_socket_raw_receive:[0,5,1,""],on_socket_raw_send:[0,5,1,""],on_typing:[0,5,1,""],on_user_update:[0,5,1,""],on_voice_state_update:[0,5,1,""],on_webhooks_update:[0,5,1,""],version_info:[0,4,1,""]}},objnames:{"0":["py","class","Python \ud074\ub798\uc2a4"],"1":["py","attribute","Python \uc18d\uc131"],"2":["py","method","Python \uba54\uc11c\ub4dc"],"3":["py","exception","Python \uc608\uc678"],"4":["py","data","Python \ub370\uc774\ud130"],"5":["py","function","Python \ud568\uc218"]},objtypes:{"0":"py:class","1":"py:attribute","2":"py:method","3":"py:exception","4":"py:data","5":"py:function"},terms:{"0\ubd80\ud130":0,"0rc1":0,"0x11806a":0,"0x1abc9c":0,"0x1f8b4c":0,"0x206694":0,"0x2ecc71":0,"0x3498db":0,"0x546e7a":0,"0x607d8b":0,"0x71368a":0,"0x7289da":0,"0x95a5a6":0,"0x979c9f":0,"0x992d22":0,"0x99aab5":0,"0x9b59b6":0,"0xa84300":0,"0xad1457":0,"0xc27c0e":0,"0xe67e22":0,"0xe74c3c":0,"0xe91e63":0,"0xf1c40f":0,"1000\uc73c\ub85c":0,"128\uac1c\uc758":0,"16\uc5d0\uc11c":0,"1\uc5d0\uc11c":[0,2],"20m":0,"2fa":[0,1,16],"2fa\uac00":1,"2fa\ub97c":1,"3\ubc84\uc804":10,"3\uc5d0\uc11c":[0,2],"4096\uc0ac\uc774\uc758":0,"429s":16,"48khz":0,"4\uc5d0\uc11c":2,"502s":16,"512kbp":16,"5xx":0,"\uac00":[0,3,7,9,10,14],"\uac00\ub2a5\uc131\uc740":1,"\uac00\ub2a5\ud558\uac8c\ub054":8,"\uac00\ub2a5\ud558\uace0":6,"\uac00\ub2a5\ud558\uc9c0\ub9cc":8,"\uac00\ub2a5\ud55c":[0,1,7],"\uac00\ub2a5\ud569\ub2c8\ub2e4":[3,11],"\uac00\uc11c":14,"\uac00\uc138\uc694":10,"\uac00\uc785\ud55c":0,"\uac00\uc7a5":[0,7,8],"\uac00\uc815\ud558\ubbc0\ub85c":14,"\uac00\uc838":8,"\uac00\uc838\uc57c":7,"\uac00\uc838\uc624\uac70\ub098":7,"\uac00\uc838\uc62c":10,"\uac00\uc838\uc640":8,"\uac00\uc9c0":[0,3],"\uac00\uc9c0\uace0":[0,3,10],"\uac00\uc9c0\uae30":7,"\uac00\uc9c0\ub97c":8,"\uac00\uc9c0\uba74\uc11c":3,"\uac00\uc9c0\uc758":0,"\uac00\uc9c4":0,"\uac00\uc9c8":0,"\uac01\uac01\uc758":3,"\uac04\uaca9":7,"\uac04\uaca9\uc73c\ub85c":7,"\uac04\uaca9\uc744":7,"\uac04\uacb0\ud55c":14,"\uac04\ub2e8\ud558\uac8c":11,"\uac04\ub2e8\ud55c":[6,7,8,9],"\uac04\ub2e8\ud569\ub2c8\ub2e4":[1,8,14],"\uac04\ud3b8\ud55c":9,"\uac10\uc218\ud558\uace0":0,"\uac10\uc9c0\ud558\uace0":10,"\uac10\uc9c0\ud558\uae30":3,"\uac10\uc9c0\ud560\uc9c0":0,"\uac10\uc9c0\ud569\ub2c8\ub2e4":0,"\uac12\uc744":15,"\uac12\uc774":[0,7],"\uac15\ub825\ud55c":6,"\uac15\ub825\ud788":11,"\uac16\uace0":[1,7,8,14],"\uac16\uace0\uc62c":8,"\uac16\ub294":[1,7],"\uac16\ub3c4\ub85d":8,"\uac19\uc2b5\ub2c8\ub2e4":[0,3],"\uac19\uc740":[0,8,11],"\uac19\uc740\uc9c0":0,"\uac19\uc774":[3,8,10,11],"\uac1c\ub150":9,"\uac1c\ub150\uc744":10,"\uac1c\ub150\uc774":10,"\uac1c\ub7f0\ud2f0":[0,9],"\uac1c\ub7f0\ud2f0\ub85c\ub294":15,"\uac1c\ubc1c":3,"\uac1c\ubc1c\uc5d0":6,"\uac1c\ubc1c\uc790":0,"\uac1c\uc218":0,"\uac1c\uc218\ub9cc\ud07c":7,"\uac1c\uc758":8,"\uac1d\uccb4":9,"\uac70\ub4ed":0,"\uac70\uc758":0,"\uac70\uce58\ub294":0,"\uac71\uc815\ub4e4\uc744":7,"\uac71\uc815\ud558\uc9c0":8,"\uac80\uc0ac":[6,9],"\uac80\uc0ac\ud558\ub294\ub370":3,"\uac80\uc0c9":[0,9],"\uac80\uc0c9\ud560":3,"\uac83":[0,1,7,11,15],"\uac83\uacfc":0,"\uac83\ub3c4":8,"\uac83\ub4e4\uc774":[7,14],"\uac83\uc5d0":[1,14],"\uac83\uc73c\ub85c":[8,15],"\uac83\uc740":[0,6,8,15],"\uac83\uc744":[1,3,7,8,11],"\uac83\uc758":9,"\uac83\uc774\uae30":11,"\uac83\uc774\uba70":0,"\uac83\uc785\ub2c8\ub2e4":[0,7,8,10,11],"\uac8c\uc784":0,"\uac8c\uc784\uc744":0,"\uacb0\uacfc\ub97c":8,"\uacbd\uace0\uac00":11,"\uacbd\uace0\ub97c":8,"\uacbd\ub85c":8,"\uacbd\uc6b0":[0,7,8,11],"\uacbd\uc6b0\ub294":0,"\uacbd\uc6b0\ub97c":0,"\uacbd\uc6b0\uc5d0\ub294":0,"\uacc4\uc0b0\ub429\ub2c8\ub2e4":0,"\uacc4\uc18d\ud558\uae30":1,"\uacc4\uc815":[0,9,14],"\uacc4\uc815\ub9cc":0,"\uacc4\uc815\uc5d0\ub294":0,"\uacc4\uc815\uc5d0\ub9cc":0,"\uacc4\uc815\uc744":[0,1],"\uacc4\uc815\uc758":0,"\uacc4\uc815\uc774":[0,1],"\uace0\uae09":11,"\uace0\ub824\ud574\ubcf4\uc138\uc694":8,"\uace0\ub824\ud574\uc57c":3,"\uace0\uc720":0,"\uacf3":7,"\uacf5\uac1c":15,"\uacf5\uac1c\uc801\uc73c\ub85c":15,"\uacf5\uc2dd\uc801\uc73c\ub85c":0,"\uacf5\uc720\ud558\uae30":3,"\uacf5\uc720\ud558\uc9c0":1,"\uacf5\uc720\ud574\uc11c\ub294":1,"\uacfc":8,"\uacfc\ub294":7,"\uacfc\ub3c4\ud558\uac8c":8,"\uacfc\uc5b8\uc774":1,"\uacfc\uc815\uc740":1,"\uad00\ub150\uc801\uc778":7,"\uad00\ub828":[0,8],"\uad00\ub828\ub41c":[8,9],"\uad00\ub828\uc131\ub97c":0,"\uad00\ub828\uc131\uc740":0,"\uad00\ub828\uc131\uc744":0,"\uad00\ub828\uc131\uc774":0,"\uad00\ub839\uc131\uc758":0,"\uad00\ub9ac":1,"\uad00\ub9ac\uc790":1,"\uad6c\ubb38\uc744":9,"\uad6c\ubd84\ub418\uc5b4":8,"\uad6c\uc131\ub420":11,"\uad6c\uc131\uc6d0":0,"\uad6c\uc131\ud558\ub294":11,"\uad6c\uccb4\uc801\uc778":8,"\uad6c\ud604":9,"\uad6c\ud604\uc744":7,"\uad81\uadf9\uc801\uc73c\ub85c":3,"\uad8c\uc7a5\ub429\ub2c8\ub2e4":11,"\uad8c\ud55c":0,"\uad8c\ud55c\uc5d0":1,"\uad8c\ud55c\uc744":[0,1,10],"\uad8c\ud55c\uc774":10,"\uadf8":[0,1,7,8,10,14],"\uadf8\uac83\uc740":[8,14,15],"\uadf8\uac83\uc744":3,"\uadf8\ub0e5":1,"\uadf8\ub300\ub85c":14,"\uadf8\ub798\ub3c4":8,"\uadf8\ub7ec\uace0":14,"\uadf8\ub7ec\ub098":[6,15],"\uadf8\ub807\uac8c":[0,8],"\uadf8\ub807\ub2e4\uba74":14,"\uadf8\ub807\uc9c0":[0,14],"\uadf8\ub8f9":0,"\uadf8\ub8f9\uc740":8,"\uadf8\ub8f9\uc744":0,"\uadf8\ub8f9\uc758":0,"\uadf8\ub8f9\ud654\ud558\uc5ec":8,"\uadf8\ub9ac":8,"\uadf8\ub9ac\uace0":[1,3,8],"\uadf8\uc800":14,"\uae30\uae30\ub85c":0,"\uae30\ub2a5\ub4e4":9,"\uae30\ub2a5\uc744":[9,10],"\uae30\ub2a5\uc774":0,"\uae30\ub2a5\uc785\ub2c8\ub2e4":14,"\uae30\ub2e4\ub9ac\ub3c4\ub85d":7,"\uae30\ub2e4\ub9bc":7,"\uae30\ub85d\ub418\uace0\ub2f9\uc2e0\uc758":11,"\uae30\ub85d\ud558\uace0":11,"\uae30\ub85d\ud560":11,"\uae30\ubc18":10,"\uae30\ubcf8":[0,7,9,15],"\uae30\ubcf8\uac12\uc73c\ub85c":11,"\uae30\ubcf8\uac12\uc740":0,"\uae30\ubcf8\uac12\uc744":8,"\uae30\ubcf8\uc73c\ub85c":7,"\uae30\ubcf8\uc778":0,"\uae30\ubcf8\uc801\uc73c\ub85c":0,"\uae30\ubcf8\uc801\uc73c\ub85c\ub294":14,"\uae30\ubcf8\uc801\uc778":[0,14],"\uae30\uc220\uc801":3,"\uae30\uc220\uc801\uc73c\ub85c\ub294":8,"\uae30\uc5b5\ud558\uc138\uc694":8,"\uae30\uc874":[0,1,15],"\uae30\ud558\uae09\uc218\uc801\uc778":7,"\uae38\ub4dc":0,"\uae38\ub4dc\ubcc4":0,"\uae38\ub4dc\uc5d0":0,"\uae4c\uba39\uc5c8\ub2e4\uba74":8,"\uae4c\uc9c0":7,"\uaf2c\ub9ac\ub9d0":8,"\uaf64\ub098":1,"\ub04a\uae30\uba74":7,"\ub04a\uc5b4\uc9d0":7,"\ub05d\ub09c":7,"\ub05d\ub0b4\uace0":[8,14],"\ub05d\ub0b4\uae30":7,"\ub05d\ub0c8\uc2b5\ub2c8\ub2e4":10,"\ub05d\uc5d0":8,"\ub05d\uc774":1,"\ub05d\uc785\ub2c8\ub2e4":1,"\ub098":14,"\ub098\uac00\uac70\ub098":1,"\ub098\ub97c":0,"\ub098\uc05c":8,"\ub098\uc5f4\ub418\uc5b4":8,"\ub098\ud0c0\ub098\ub294":0,"\ub098\ud0c0\ub0b4\ub294":0,"\ub098\ud0c0\ub0c4":0,"\ub098\ud0c0\ub0c5\ub2c8\ub2e4":0,"\ub09c\uc7a1\ud55c":10,"\ub0b4\ubd80":[0,7],"\ub0b4\ubd80\uc5d0":7,"\ub0b4\ubd80\uc758":3,"\ub0b4\ubd80\uc801\uc778":15,"\ub0b4\uc6a9\uc5d0":[0,8],"\ub0b4\uc6a9\uc740":8,"\ub0b4\uc6a9\uc774":9,"\ub108\ubb34":8,"\ub123\uac8c":8,"\ub180\uba74":14,"\ub194\ub450\uc138\uc694":1,"\ub204\uad70\uac00\uac00":1,"\ub294":[0,6,7,11,14],"\ub2c9\ub124\uc784\uc744":0,"\ub2c9\ub124\uc784\uc774":0,"\ub2e4\ub8e8\ub098\uc694":7,"\ub2e4\ub8e8\ub294":0,"\ub2e4\ub8e8\ub294\uc9c0":0,"\ub2e4\ub978":[0,1,7,8,10,11,14,15],"\ub2e4\ub978\uc9c0":0,"\ub2e4\ub9cc":10,"\ub2e4\uc2dc":8,"\ub2e4\uc591\ud55c":3,"\ub2e4\uc74c":[7,10],"\ub2e4\uc74c\uacfc":[0,3,8,11],"\ub2e4\uc74c\uc740":8,"\ub2e4\uc74c\uc758":[8,10],"\ub2e8\uacc4\ubcc4\ub85c":14,"\ub2e8\uc704\ub85c":0,"\ub2e8\uc77c":3,"\ub2ec\ub9ac":[7,15],"\ub2f4\uaca8\uc788\ub294":0,"\ub2f4\uace0":9,"\ub2f5\ubcc0\ud558\ub294":14,"\ub2f5\ubcc0\ud569\ub2c8\ub2e4":14,"\ub2f9\uc2e0\uc5d0\uac8c":8,"\ub2f9\uc2e0\uc740":[1,3,8],"\ub2f9\uc2e0\uc744":[6,7],"\ub2f9\uc2e0\uc758":[0,1,3,8,10,14],"\ub2f9\uc2e0\uc774":[1,7],"\ub2f9\uc5f0\ud788":7,"\ub300\uc2e0":[0,7,8,10,11],"\ub300\uc2e0\uc5d0":8,"\ub300\uc2e0\ud574\uc11c":8,"\ub300\uc5ed\ud3ed":0,"\ub300\uc5ed\ud3ed\uc5d0":8,"\ub300\ud45c\uc801\uc778":8,"\ub300\ud55c":[0,14],"\ub300\ud574":[0,1,8],"\ub354":[3,10,11],"\ub354\uc6b1":11,"\ub35c\uc5b4\uc8fc\ub294":7,"\ub36e\uc5b4\uc50c\uc6b8":3,"\ub36e\uc5b4\uc50c\uc6cc\uc9c8":3,"\ub370":[0,10],"\ub370\ube44\uc548":10,"\ub370\uc774\ud130":[0,15],"\ub370\uc774\ud130\ub97c":3,"\ub370\ucf54\ub808\uc774\ud130":7,"\ub370\ucf54\ub808\uc774\ud130\ub294":7,"\ub370\ucf54\ub808\uc774\ud130\ub85c":3,"\ub370\ucf54\ub808\uc774\ud130\ub97c":[3,8,14],"\ub3c4\uad6c\ub97c":3,"\ub3c4\uc6c0\uc744":[3,9,10],"\ub3c4\uc6c0\uc774":[8,10,14],"\ub3c4\uc911":7,"\ub3cc\ub9bd\ub2c8\ub2e4":14,"\ub3cc\uc544\uac00\uace0":7,"\ub3cc\uc544\uac00\ub294":7,"\ub3cc\uc544\uc635\ub2c8\ub2e4":8,"\ub3d9\uae30":8,"\ub3d9\uc2dc\uc5d0":8,"\ub3d9\uc548":7,"\ub3d9\uc791\ud569\ub2c8\ub2e4":10,"\ub3d9\uc801":[0,1],"\ub418\ub294":[0,10],"\ub418\ub3cc\ub9b4":7,"\ub418\uba74":8,"\ub418\ubbc0\ub85c":14,"\ub418\uc5c8\ub294\uc9c0\uc758":0,"\ub418\uc9c0":8,"\ub41c":[0,8],"\ub41c\ub2e4\uba74":1,"\ub428":9,"\ub429\ub2c8\ub2e4":[8,14],"\ub450":[0,8],"\ub450\uc9c0":15,"\ub4a4":[8,14],"\ub4e3\ub294":8,"\ub4e4\uc5b4":[0,3,8,10,11],"\ub4f1":8,"\ub4f1\uacfc":11,"\ub4f1\ub4f1":0,"\ub4f1\ub85d":[0,6,9],"\ub4f1\ub85d\ub418\uc9c0":15,"\ub4f1\ub85d\ub429\ub2c8\ub2e4":3,"\ub4f1\ub85d\ud558\uae30":7,"\ub4f1\ub85d\ud558\ub294":7,"\ub4f1\ub85d\ud558\ub77c\uace0":3,"\ub4f1\ub85d\ud560":7,"\ub4f1\ub85d\ud569\ub2c8\ub2e4":14,"\ub4f1\uc774":1,"\ub514\ubc84\uae45\ud569\ub2c8\ub2e4":11,"\ub514\uc2a4\ucf54\ub4dc":[1,4,9,10,11],"\ub514\uc2a4\ucf54\ub4dc\ub294":8,"\ub514\uc2a4\ucf54\ub4dc\ub85c\uc758":14,"\ub514\uc2a4\ucf54\ub4dc\ub97c":[0,9],"\ub514\uc2a4\ucf54\ub4dc\uc5d0":[0,8],"\ub514\uc2a4\ucf54\ub4dc\uc5d0\uc11c":0,"\ub514\uc2a4\ucf54\ub4dc\uc640":6,"\ub514\uc2a4\ucf54\ub4dc\uc758":[0,8,15],"\ub530\ub77c\uc11c":3,"\ub530\ub77c\uc57c":8,"\ub530\ub985\ub2c8\ub2e4":[6,15],"\ub54c":[0,1,7,8,14],"\ub54c\uac00":3,"\ub54c\uae4c\uc9c0":0,"\ub54c\ub9c8\ub2e4":15,"\ub54c\ubb38\uc5d0":[0,3,8,11,14],"\ub54c\ubb38\uc774\uc8e0":8,"\ub610":[8,14],"\ub610\ub294":[0,3,8,15],"\ub610\ud55c":[1,3],"\ub73b\uc785\ub2c8\ub2e4":15,"\ub73b\ud569\ub2c8\ub2e4":0,"\ub77c\uace0":14,"\ub77c\ub294":[3,8],"\ub77c\uc774\ube0c\ub7ec\ub9ac":0,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00":[6,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294":[6,8,14,15],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c":[8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0":14,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0\ub294":10,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640":[1,7,8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc758":[8,11],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc778":8,"\ub77c\uc778\uc744":8,"\ub798\ud37c\uc785\ub2c8\ub2e4":9,"\ub7f0\ud0c0\uc784\uc5d0\uc11c":1,"\ub808\ubca8\uc5d0\uc11c":11,"\ub808\ubca8\uc758":6,"\ub808\uc2dc\ud53c":9,"\ub808\ud37c\ub7f0\uc2a4":[9,16],"\ub808\ud37c\ub7f0\uc2a4\ub97c":3,"\ub80c\ub354\ub9c1":0,"\ub80c\ub354\ub9c1\ud560\uc9c0":0,"\ub85c":[0,1,3,7,8,14],"\ub85c\uadf8\ub97c":11,"\ub85c\uadf8\uc778":[1,14],"\ub85c\uadf8\uc778\ub418\uc9c0":0,"\ub85c\uadf8\uc778\ud558\ub294":0,"\ub85c\uadf8\uc778\ud558\uc5ec":1,"\ub85c\uadf8\uc778\ud560":[0,1],"\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4":0,"\ub85c\uadf8\uc778\ud574\uc57c":1,"\ub85c\uae45":[0,8,9],"\ub85c\uae45\uc744":[8,14],"\ub85c\uae45\uc774":8,"\ub85c\uc6b0":6,"\ub85c\uc9c1":7,"\ub85c\uc9c1\uc744":7,"\ub85c\ucf00\uc77c\uc758":0,"\ub8e8\ud504":[0,7],"\ub8e8\ud504\uac00":7,"\ub8e8\ud504\ub97c":[7,8],"\ub8e8\ud504\uc5d0\uc11c":7,"\ub8e8\ud504\uc640":7,"\ub8e8\ud504\uc758":7,"\ub97c":[0,1,3,7,8,10,14,15],"\ub9ac\ub205\uc2a4":10,"\ub9ac\uc2a4\ub108":3,"\ub9ac\uc2a4\ub108\ub4e4\ub3c4":3,"\ub9ac\uc2a4\ub108\ub4e4\uc740":3,"\ub9ac\uc2a4\ub108\uc640":3,"\ub9ac\uc2a4\ud2b8":[0,7],"\ub9ac\ud018\uc2a4\ud2b8\ub97c":8,"\ub9ac\ud134":0,"\ub9ac\ud134\ud558\ub294":0,"\ub9ac\ud134\ud569\ub2c8\ub2e4":0,"\ub9ac\ud3ec\uc9c0\ud1a0\ub9ac\uc758":8,"\ub9c1\ud06c\uc758":0,"\ub9c8\uc138\uc694":[1,8],"\ub9c8\uc9c0\ub9c9\uc73c\ub85c":14,"\ub9cc\ub0ac\uc744":7,"\ub9cc\ub4dc\ub294":[1,6],"\ub9cc\ub4dc\ub824\uace0":0,"\ub9cc\ub4e4":7,"\ub9cc\ub4e4\uac70\ub098":0,"\ub9cc\ub4e4\uace0":[7,14],"\ub9cc\ub4e4\uae30":8,"\ub9cc\ub4e4\uc5b4\ub0b4\uc9c0":8,"\ub9cc\ub4e4\uc5b4\uc90d\ub2c8\ub2e4":8,"\ub9cc\ub4e4\uc5c8\uc73c\ubbc0\ub85c":14,"\ub9cc\ub4e4\uc5c8\uc9c0\ub9cc":1,"\ub9cc\ub4ed\ub2c8\ub2e4":[7,14],"\ub9cc\uc57d":[0,1,3,7,8,10,11,14,15],"\ub9cc\uc57d\uc5d0":[7,14],"\ub9ce\uc740":[3,7,9,10,11,14],"\ub9ce\uc9c0":0,"\ub9d0":14,"\ub9dd\uac00\ub728\ub9b4":11,"\ub9de\ub2e5\ub728\ub9b4":8,"\ub9e4\uac1c":15,"\ub9e4\uac1c\ubcc0\uc218":[0,2,7],"\ub9e4\uac1c\ubcc0\uc218\ub97c":[3,8],"\ub9e4\uac1c\ubcc0\uc218\uc5d0":8,"\ub9e4\uc6b0":[7,8],"\ub9e8":8,"\uba3c\uc800":1,"\uba40\ud2f0\ud504\ub85c\uc138\uc2f1":8,"\uba48\ucd94\uae30":7,"\uba48\ucd9c":8,"\uba54\ubaa8\ub9ac":8,"\uba54\ubaa8\ub9ac\uc5d0":9,"\uba54\uc11c\ub4dc\ub97c":8,"\uba54\uc18c\ub4dc\uac00":8,"\uba54\uc18c\ub4dc\ub4e4":[6,9],"\uba54\uc18c\ub4dc\ub97c":3,"\uba54\uc2dc\uc9c0":0,"\uba54\uc2dc\uc9c0\uac00":[10,14],"\uba54\uc2dc\uc9c0\ub294":14,"\uba54\uc2dc\uc9c0\ub97c":14,"\uba54\uc2dc\uc9c0\uc5d0":[0,14],"\uba54\uc2dc\uc9c0\uc5d0\uc11c":0,"\uba54\uc2dc\uc9c0\uc758":0,"\uba54\ud0c0\ud074\ub798\uc2a4":3,"\uba58\uc158\uc5d0":0,"\uba58\uc158\ud558\ub294":1,"\uba64\ubc84":0,"\uba64\ubc84\uc758":0,"\uba85\ub839\uc5b4":[3,9],"\uba85\ub839\uc5b4\ub4e4\uc740":3,"\uba85\ub839\uc5b4\ub4e4\uc758":3,"\uba85\ub839\uc5b4\ub85c":10,"\uba85\ub839\uc5b4\ub97c":3,"\uba85\ub839\uc5b4\uc5d0\ub294":8,"\uba85\ub839\uc744":8,"\uba85\uc2dc\ub418\uc5b4":0,"\uba85\uc2dc\uc801\uc73c\ub85c":3,"\uba85\uc2ec\ud558\uc138\uc694":3,"\uba85\uc758":0,"\uba85\uc778":0,"\uba87":3,"\uba87\uac00\uc9c0":[7,8],"\uba87\uba87":[3,8],"\uba87\ucd08\uc778\uac00\uc694":7,"\ubaa8\ub378":[4,9],"\ubaa8\ub378\uc740":0,"\ubaa8\ub378\uc744":8,"\ubaa8\ub378\uc758":8,"\ubaa8\ub450":[8,10],"\ubaa8\ub4c8\ub4e4\uc744":10,"\ubaa8\ub4c8\ub4e4\uc774":10,"\ubaa8\ub4c8\uc740":11,"\ubaa8\ub4c8\uc744":11,"\ubaa8\ub4c8\uc758":[8,11],"\ubaa8\ub4c8\uc774":11,"\ubaa8\ub4c8\uc774\uc9c0\ub9cc":8,"\ubaa8\ub4c8\uc778":8,"\ubaa8\ub4dc":0,"\ubaa8\ub4dc\ub97c":0,"\ubaa8\ub4e0":[0,1,3,7,8,9,11,14],"\ubaa8\ubc14\uc77c":0,"\ubaa8\uc74c":3,"\ubaa9\ub85d":0,"\ubaa9\ub85d\uc744":0,"\ubaa9\ub85d\uc774":8,"\ubaa9\ub85d\uc785\ub2c8\ub2e4":0,"\ubaa9\uc801\uc740":7,"\ubabb\ud588\uc2b5\ub2c8\ub2e4":0,"\ubb34\uc2dc\ub420":7,"\ubb34\uc2dc\ud558\ub3c4\ub85d":14,"\ubb34\uc2dc\ud569\ub2c8\ub2e4":8,"\ubb34\uc5b8\uac00\uac00":7,"\ubb34\uc5b8\uac00\ub97c":7,"\ubb34\uc5c7\uc774":15,"\ubb34\uc5c7\uc778\uac00":14,"\ubb34\ud55c":7,"\ubb36\uc73c\uba70":3,"\ubb38\uc11c":8,"\ubb38\uc11c\ub294":10,"\ubb38\uc11c\uc5d0":15,"\ubb38\uc11c\uc640":11,"\ubb38\uc11c\uc758":[3,15],"\ubb38\uc11c\uc785\ub2c8\ub2e4":10,"\ubb38\uc790\uc5f4\ub85c":8,"\ubb38\uc790\uc5f4\uc5d0":8,"\ubb3b\ub294":9,"\ubba4\uc9c1":8,"\ubc0f":[0,1],"\ubc11\uc904":15,"\ubc11\uc904\ub85c":15,"\ubc14\uafb8\uae30":3,"\ubc14\uafb8\ub294":15,"\ubc14\ub85c":[7,8,10,14],"\ubc18\ub4dc\uc2dc":[1,8],"\ubc18\ubcf5":7,"\ubc18\ubcf5\uc5d0\uc11c\ub9cc":7,"\ubc18\ubcf5\uc774":[6,7],"\ubc18\ubcf5\uc774\uc5b4\uc57c":7,"\ubc18\ubcf5\uc911\uc778":7,"\ubc18\uc751\uc744":0,"\ubc18\uc751\ud560":8,"\ubc18\ud658":[0,2,7],"\ubc18\ud658\uac12":[0,2,7],"\ubc18\ud658\ub418\uc9c0":7,"\ubc18\ud658\ub429\ub2c8\ub2e4":0,"\ubc18\ud658\ud558\uace0":8,"\ubc18\ud658\ud569\ub2c8\ub2e4":[0,7,8],"\ubc1b\uc558\uc744":14,"\ubc1b\uc9c0":0,"\ubc1c\uc0dd\uc2dc\ud0a4\uc9c0":8,"\ubc1c\uc0dd\ud558\ub294":7,"\ubc1c\uc0dd\ud558\uba74":10,"\ubc1c\uc0dd\ud55c":7,"\ubc1c\uc0dd\ud55c\ub2e4\ub294":15,"\ubc29\uae08":3,"\ubc29\ubb38\ud574":3,"\ubc29\ubc95":7,"\ubc29\ubc95\ub3c4":8,"\ubc29\ubc95\uc5d0":8,"\ubc29\ubc95\uc73c\ub85c":[0,8],"\ubc29\ubc95\uc740":0,"\ubc29\ubc95\uc744":[8,10],"\ubc29\ubc95\uc774":11,"\ubc29\uc1a1":8,"\ubc29\uc2dd":[0,15],"\ubc29\uc2dd\ub54c\ubb38\uc5d0":7,"\ubc29\uc9c0\ud558\uae30":9,"\ubc30\uce58\ud558\uc138\uc694":[8,11],"\ubc31\uadf8\ub77c\uc6b4\ub4dc":7,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":7,"\ubc31\uc624\ud504":7,"\ubc84\uadf8\ub97c":[8,15],"\ubc84\uc804":[0,2,7,9,10,11],"\ubc84\uc804\uacfc":9,"\ubc84\uc804\uc73c\ub85c":8,"\ubc84\uc804\uc73c\ub85c\uc758":15,"\ubc84\uc804\uc744":10,"\ubc84\uc804\uc758":10,"\ubc84\uc804\uc774":15,"\ubc84\uc804\ud654":15,"\ubc84\ud2bc\uc744":1,"\ubc88\uc758":6,"\ubc88\uc9f8\ub85c":[8,15],"\ubcc0\uacbd":[0,2,15],"\ubcc0\uacbd\ub418\uc5b4\uc57c":15,"\ubcc0\uacbd\uc774":[7,15],"\ubcc0\uacbd\ud558\ub824\ub294":0,"\ubcc0\uacbd\ud558\uc138\uc694":[0,8],"\ubcc0\uacbd\ud569\ub2c8\ub2e4":7,"\ubcc0\uc218":15,"\ubcc0\ud654\uac00":9,"\ubcc0\ud654\ub294":15,"\ubcc0\ud654\uc758":9,"\ubcc0\ud654\uc774\uace0":15,"\ubcc0\ud658\uc744":0,"\ubcc0\ud658\ud558\ub824\uace0":0,"\ubcc0\ud658\ud558\uc138\uc694":8,"\ubcc0\ud658\ud560\uc9c0":0,"\ubcc4\uce6d\uc73c\ub85c":15,"\ubcc4\uce6d\uc774":0,"\ubcc4\uce6d\uc785\ub2c8\ub2e4":0,"\ubcf4\ub0b8":14,"\ubcf4\ub0bc":0,"\ubcf4\ub2e4":0,"\ubcf4\uc138\uc694":14,"\ubcf4\uc2dc\ub824\uba74":3,"\ubcf4\uc5ec\uc8fc\ub294":10,"\ubcf4\uc720\uc911\uc778":0,"\ubcf4\ud1b5":6,"\ubcf5\uc0ac":1,"\ubcf5\uc0ac\ud569\ub2c8\ub2e4":1,"\ubcf5\uc7a1\ud55c":8,"\ubcf5\uc7a1\ud574\uc9c0\uace0":3,"\ubcf8\uc9c8\uc801\uc778":8,"\ubd05\uc2dc\ub2e4":14,"\ubd07":[0,6,7,9],"\ubd07\uc5d0":[1,3],"\ubd07\uc5d0\uac8c":3,"\ubd07\uc73c\ub85c":[3,14],"\ubd07\uc740":[1,8],"\ubd07\uc744":[1,3,7,14],"\ubd07\uc758":[1,3,6],"\ubd07\uc774":[0,1,7,10,14],"\ubd80\ubd84\uc5d0":11,"\ubd80\ubd84\uc785\ub2c8\ub2e4":8,"\ubd80\uc871\ud55c":15,"\ubd84":7,"\ubd84\ub9ac\ub41c":8,"\ubd84\ub9ac\uc2dc\ud0a4\uac70\ub098":10,"\ubd84\ub9ac\ud574\uc57c":7,"\ubd84\ubcc4\ud558\uae30\ub294":15,"\ubd88\uac00\ub2a5\ud574\uc9d1\ub2c8\ub2e4":0,"\ubd88\uac00\ud53c\ud558\uc9c0\ub9cc":8,"\ubd88\ub7ec\uc624\uace0":8,"\ubd88\ub7ec\uc624\ub294\ub370":14,"\ubd88\ub7ec\uc624\uc9c0\ub9cc":3,"\ubd88\ub9ac\uae30\ub3c4":0,"\ubd99\uc5ec\ub123\uae30":1,"\ubd99\uc774\ub294":8,"\ube0c\ub77c\uc6b0\uc800\uc5d0":1,"\ube14\ub9ac\uc790\ub4dc\uc640":0,"\ube44\uacf5\uac1c":[0,15],"\ube44\ub3d9\uae30":[8,9],"\ube44\ub3d9\uae30\uc774\uae30":14,"\ube44\ub514\uc624":0,"\ube44\ubc00\ubc88\ud638":0,"\ube44\ubc00\ubc88\ud638\uc785\ub2c8\ub2e4":0,"\ube44\uc2b7\ud55c":0,"\ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4":0,"\ube44\ud65c\uc131\ud654\ud558\uace0":0,"\ube44\ud65c\uc131\ud654\ud560\uc9c0":0,"\ube60\ub974\uac8c":10,"\ube60\ub978":[8,9],"\ube68\ub9ac":1,"\ubfd0\ub9cc":11,"\uc0ac\ub78c\uacfc":1,"\uc0ac\ub78c\ub4e4\uc774":1,"\uc0ac\ub78c\uc5d0\uac8c":0,"\uc0ac\ub78c\uc740":1,"\uc0ac\ub78c\uc744":1,"\uc0ac\ub78c\uc785\ub2c8\ub2e4":0,"\uc0ac\uc6a9":[0,9],"\uc0ac\uc6a9\ub418\ub294":0,"\uc0ac\uc6a9\ub41c":7,"\uc0ac\uc6a9\ub41c\ub2e4\ub294":3,"\uc0ac\uc6a9\ub420":[0,3,8],"\uc0ac\uc6a9\ub429\ub2c8\ub2e4":6,"\uc0ac\uc6a9\uc774":[0,3],"\uc0ac\uc6a9\uc790\uac00":0,"\uc0ac\uc6a9\uc790\ub97c":0,"\uc0ac\uc6a9\uc790\uc5d0":0,"\uc0ac\uc6a9\uc790\uc5d0\uac8c":0,"\uc0ac\uc6a9\uc790\uc640":0,"\uc0ac\uc6a9\uc790\uc758":0,"\uc0ac\uc6a9\uc790\uc774\uba70":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0\ub97c":0,"\uc0ac\uc6a9\uc911\uc778":0,"\uc0ac\uc6a9\ud558\uac70\ub098":8,"\uc0ac\uc6a9\ud558\uace0":8,"\uc0ac\uc6a9\ud558\uae30":[6,8,9,10],"\uc0ac\uc6a9\ud558\ub294":[0,7,8,11],"\uc0ac\uc6a9\ud558\ub3c4\ub85d":1,"\uc0ac\uc6a9\ud558\ub824\ub294":8,"\uc0ac\uc6a9\ud558\uba74":11,"\uc0ac\uc6a9\ud558\uc138\uc694":[0,1,8],"\uc0ac\uc6a9\ud558\uc154\uc57c":10,"\uc0ac\uc6a9\ud558\uc2dc\uac70\ub098":10,"\uc0ac\uc6a9\ud558\uc2e0\ub2e4\uba74":10,"\uc0ac\uc6a9\ud558\uc5ec":[0,1,8,11],"\uc0ac\uc6a9\ud55c":[0,8,9],"\uc0ac\uc6a9\ud560":[0,3,7],"\uc0ac\uc6a9\ud560\uc9c0":0,"\uc0ac\uc6a9\ud569\ub2c8\ub2e4":8,"\uc0ac\uc6a9\ud574\uc11c":[1,14],"\uc0ac\uc6a9\ud574\uc57c":[3,8],"\uc0ac\uc6a9\ud574\uc8fc\uc138\uc694":7,"\uc0ac\uc774\uc5d0\uc11c":0,"\uc0ac\uc774\uc758":[0,7],"\uc0ac\ud56d":[0,3],"\uc0ac\ud56d\uc774\uba70":0,"\uc0ad\uc81c":[0,15],"\uc0ad\uc81c\ub418\uc5c8\ub294\uc9c0\uc758":7,"\uc0ad\uc81c\uc5d0":0,"\uc0ad\uc81c\ud558\uace0":1,"\uc0ad\uc81c\ud569\ub2c8\ub2e4":7,"\uc0c1\ub2f9\ud788":15,"\uc0c1\uc138\ud55c":11,"\uc0c1\uc18d\ub418\uc9c0":7,"\uc0c1\ud0dc":0,"\uc0c1\ud0dc\uac00":7,"\uc0c1\ud0dc\ub098":0,"\uc0c1\ud0dc\ub294":8,"\uc0c1\ud0dc\ub85c":1,"\uc0c1\ud0dc\ub97c":3,"\uc0c1\ud0dc\uc5d0\uc11c\ub294":7,"\uc0c1\ud0dc\uc5ec\uc57c":0,"\uc0c1\ud0dc\uc785\ub2c8\ub2e4":0,"\uc0c1\ud638":7,"\uc0c1\ud638\uc791\uc6a9\ud558\ub294":6,"\uc0c1\ud669\uc5d0\uc11c\ub294":14,"\uc0c8":0,"\uc0c8\ub85c\uc6b4":[0,1,8,15],"\uc0c9\uc0c1\uc744":0,"\uc0c9\uc778":9,"\uc0dd\uacbc\uc2b5\ub2c8\ub2e4":14,"\uc0dd\uc131":[0,9,14],"\uc0dd\uc131\ub418\uc9c0":0,"\uc0dd\uc131\ub41c":[1,7],"\uc0dd\uc131\uc2dc\uac04\uc744":0,"\uc0dd\uc131\uc5d0":9,"\uc0dd\uc131\ud558\uace0":1,"\uc0dd\uc131\ud558\ub294":[7,14],"\uc0dd\uc131\ud558\ub294\ub370":10,"\uc0dd\uc131\ud558\uc5ec\uc57c":1,"\uc0dd\uc131\ud569\ub2c8\ub2e4":1,"\uc0dd\uc131\ud574\uc57c":1,"\uc0e4\ub4dc\uc758":0,"\uc11c\uba85\uc744":8,"\uc11c\ubc84":[1,8],"\uc11c\ubc84\ub97c":1,"\uc11c\ubc84\uc5d0":1,"\uc11c\ubc84\uc5d0\ub3c4":1,"\uc11c\ubc84\uc5d0\uc11c":0,"\uc11c\ube0c\ucee4\ub9e8\ub4dc\ub4e4":3,"\uc11c\ube0c\ud074\ub798\uc2a4\uc778":3,"\uc11c\ube44\uc2a4\uc5d0\uc11c":0,"\uc120\ud0dd":0,"\uc120\ud0dd\uc740":8,"\uc120\ud0dd\uc801":11,"\uc120\ud0dd\ud558\uace0":1,"\uc124\uacc4\ub85c":9,"\uc124\uba85\ud558\uace0":0,"\uc124\uc815":[0,8,9],"\uc124\uc815\ub418\uc5b4":0,"\uc124\uc815\ub418\uc9c0":11,"\uc124\uc815\ub420":8,"\uc124\uc815\uc744":[0,10],"\uc124\uc815\uc774":11,"\uc124\uc815\ud558\uc138\uc694":8,"\uc124\uc815\ud560":3,"\uc124\uc815\ud574\uc57c":1,"\uc124\uce58":[9,14],"\uc124\uce58\ub418\uc788\ub2e4\uace0":14,"\uc124\uce58\ub41c":[8,10],"\uc124\uce58\ud558\uc138\uc694":14,"\uc124\uce58\ud560":10,"\uc131\uaca9\uacfc":15,"\uc131\uacf5\uc801\uc73c\ub85c":7,"\uc131\uacf5\ud560":7,"\uc139\uc158\uc740":0,"\uc18c\uac1c":9,"\uc18c\uac1c\ub97c":14,"\uc18c\uc720\uc790\ub294":1,"\uc18d\ub3c4":9,"\uc18d\ub3c4\uc640":9,"\uc18d\uc131":15,"\uc18d\uc131\ub4e4\uc744":3,"\uc18d\uc131\uc744":[0,8],"\uc18d\uc131\uc758":15,"\uc18d\uc131\uc785\ub2c8\ub2e4":0,"\uc18d\ud55c":0,"\uc218":[0,1,3,6,7,10,11,15],"\uc218\ub3c4":[8,10],"\uc218\ub77d":0,"\uc218\ub77d\uc5d0":0,"\uc218\ubc18\ud569\ub2c8\ub2e4":8,"\uc218\uc2e0\ub418\ub294":0,"\uc218\uc2e0\ub429\ub2c8\ub2e4":10,"\uc218\uc788\ub294":0,"\uc218\uc815":15,"\uc218\uc815\ud574\uc11c\ub294":0,"\uc218\uc900\uc5d0\uc11c":11,"\uc218\uc900\uc744":11,"\uc218\ud589\ud558\uae30":3,"\uc218\ud589\ud569\ub2c8\ub2e4":3,"\uc21c\uc11c\ub300\ub85c":0,"\uc27d\uace0":9,"\uc2a4\ud06c\ub9bd\ud2b8\uc774\uae30":14,"\uc2a4\ud0c0\uc77c\ub85c":14,"\uc2a4\ud0c0\uc77c\ub85c\ub294":8,"\uc2a4\ud2b8\ub9bc\uc744":11,"\uc2a4\ud300":0,"\uc2ac\ub9bd":7,"\uc2b5\ub2c8\ub2e4":8,"\uc2dc\uac04":[0,7],"\uc2dc\uac04\ub300":0,"\uc2dc\uac04\uc740":7,"\uc2dc\uac04\uc744":0,"\uc2dc\uac04\uc774\ub77c\uace0":0,"\uc2dc\ub3c4":0,"\uc2dc\ub3c4\ud574\ubcf4\uc138\uc694":9,"\uc2dc\uc2a4\ud15c":[0,10],"\uc2dc\uc2a4\ud15c\uc5d0":10,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c":14,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294":10,"\uc2dc\uc2a4\ud15c\uc73c\ub85c\ubd80\ud130":10,"\uc2dc\uc791":[9,11],"\uc2dc\uc791\ub418\uae30":7,"\uc2dc\uc791\ub418\uc5c8\uace0":7,"\uc2dc\uc791\ud558\uace0":0,"\uc2dc\uc791\ud558\uae30":7,"\uc2dc\uc791\ud558\ub294":15,"\uc2dc\uc791\ud558\ub294\uc9c0":14,"\uc2dc\uc791\ud558\uc9c0":15,"\uc2dc\uc791\ud569\ub2c8\ub2e4":7,"\uc2dc\uc810\uc5d0\uc11c":8,"\uc2dc\uc810\uc785\ub2c8\ub2e4":0,"\uc2dc\uccad":8,"\uc2dd\ubcc4\ud558\ub294":0,"\uc2e4\uc218\ub85c":1,"\uc2e4\uc9c8\uc801\uc73c\ub85c":8,"\uc2e4\ud328\ud588\ub294\uc9c0\uc758":7,"\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4":0,"\uc2e4\ud589":14,"\uc2e4\ud589\ub418\ubbc0\ub85c":14,"\uc2e4\ud589\ub418\uc9c0":8,"\uc2e4\ud589\uc744":8,"\uc2e4\ud589\ud558\uba74":14,"\uc2f6\ub2e4\uba74":[1,7,8,10],"\uc2f6\uc73c\uba74":3,"\uc2f6\uc744":3,"\uc378\ub124\uc77c":8,"\uc4f0\ub808\ub4dc\ub098":8,"\uc4f0\ub808\ub4dc\ub85c\ubd80\ud130":8,"\uc4f0\ub808\ub4dc\ub97c":8,"\uc4f0\ub808\ub4dc\uc5d0":8,"\uc4f0\ub808\ub4dc\uc5d0\uc11c":8,"\uc4f0\uc138\uc694":8,"\uc4f0\uc77c":11,"\uc4f0\uc785\ub2c8\ub2e4":0,"\uc4f0\uc9c0":8,"\uc544\ub2c8\uac70\ub098":7,"\uc544\ub2c8\ub77c":11,"\uc544\ub2c8\ub77c\uba74":1,"\uc544\ub2c8\ub78d\ub2c8\ub2e4":8,"\uc544\ub2c8\ubbc0\ub85c":15,"\uc544\ub2cc":[0,8,9],"\uc544\ub2cc\uc9c0\ub97c":[7,15],"\uc544\ub2d9\ub2c8\ub2e4":[0,1,7,8],"\uc544\ub798\uc758":[0,8,9,10,15],"\uc544\ubb34\uac83\ub3c4":7,"\uc544\ubb34\ub7f0":1,"\uc544\ubb34\ud2bc":7,"\uc544\ubc14\ud0c0":0,"\uc544\ubc14\ud0c0\uac00":0,"\uc544\ubc14\ud0c0\ub97c":0,"\uc544\ubc14\ud0c0\ub9cc":0,"\uc544\ubc14\ud0c0\uc5d0":0,"\uc544\ubc14\ud0c0\uc5d0\ub9cc":0,"\uc544\ubc14\ud0c0\uc758":0,"\uc544\uc774\ucf58":0,"\uc544\uc774\ucf58\uc5d0":8,"\uc545\uc758\uc801\uc73c\ub85c":1,"\uc545\uc758\uc801\uc778":1,"\uc548\ub429\ub2c8\ub2e4":[0,1,7],"\uc548\uc5d0\ub9cc":8,"\uc548\uc5d0\uc11c":8,"\uc548\uc804\ud55c":8,"\uc54a\uace0":15,"\uc54a\uae30":[8,11],"\uc54a\ub294":[8,15],"\uc54a\ub294\ub2e4\uba74":7,"\uc54a\ub2e4\uba74":[1,14],"\uc54a\ub3c4\ub85d":8,"\uc54a\uc2b5\ub2c8\ub2e4":[0,7,8,10,15],"\uc54a\uc558\uae30":8,"\uc54a\uc558\ub2e4\uba74":[7,15],"\uc54a\uc558\uc2b5\ub2c8\ub2e4":[1,7],"\uc54a\uc558\uc744":0,"\uc54a\uc73c\ubbc0\ub85c":8,"\uc54a\uc740":[0,7,11,15],"\uc54a\uc744":[0,8],"\uc54a\uc9c0\ub9cc":8,"\uc54c\uace0\ub9ac\uc998\uc73c\ub85c":7,"\uc54c\ub9bc\uc744":0,"\uc54c\uc544\ub450\uc5b4\uc57c":[8,15],"\uc54c\uc544\ubcf4\uc138\uc694":8,"\uc54c\uc544\uc57c":8,"\uc554\ud638\uac00":[0,1],"\uc554\ud638\ub77c\uace0":1,"\uc560\ub2c8\uba54\uc774\uc158":0,"\uc560\ub2c8\uba54\uc774\uc158\uc774":0,"\uc560\ubbf8\uba54\uc774\uc158":0,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158":1,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744":10,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758":[1,11],"\uc57d":7,"\uc5b4\ub5a4":7,"\uc5b4\ub5bb\uac8c":[0,7,14],"\uc5b4\ub824\uc6b8":15,"\uc5b8\uae09\ub418\uc5c8\ub294\uc9c0":0,"\uc5b8\uae09\ub41c":0,"\uc5b8\ub354\ubc14\ub97c":8,"\uc5b8\uc5b4":0,"\uc5b8\uc5b4\ub97c":0,"\uc5b8\uc5b4\uc5d0":0,"\uc5b8\uc5b4\ud0dc\uadf8":0,"\uc5b8\uc81c\ub4e0\uc9c0":8,"\uc5bb\uac70\ub098":14,"\uc5bb\uac8c":0,"\uc5bb\uace0":3,"\uc5bb\uae30":[0,3],"\uc5c4\uccad\ub09c":8,"\uc5c5\uadf8\ub808\uc774\ub4dc":15,"\uc5c5\ub370\uc774\ud2b8":0,"\uc5c5\ub370\uc774\ud2b8\ub420":15,"\uc5c5\ub85c\ub4dc":0,"\uc5c5\ub85c\ub4dc\ub294":[0,8],"\uc5c5\ub85c\ub4dc\ud558\uace0":8,"\uc5c5\ub85c\ub4dc\ud558\uae30":8,"\uc5c5\ub85c\ub4dc\ud558\ub824\uba74":8,"\uc5c6":8,"\uc5c6\ub294":0,"\uc5c6\ub2e4\ub294":8,"\uc5c6\ub2e4\uba74":9,"\uc5c6\uc2b5\ub2c8\ub2e4":[0,7,8],"\uc5c6\uc73c\ubbc0\ub85c":1,"\uc5c6\uc744":10,"\uc5c6\uc74c":0,"\uc5c6\uc74c\uc744":0,"\uc5c6\uc774":8,"\uc5d0":[0,1,7,8],"\uc5d0\uac8c\ub294":8,"\uc5d0\ub7ec\ub098":11,"\uc5d0\ub7ec\ub97c":[9,11],"\uc5d0\ub9cc":15,"\uc5d0\uc11c":[0,1,3,7,8,10],"\uc5d0\uc11c\uc758":7,"\uc5ec\uae30\uc5d0":[1,8,15],"\uc5ec\uae30\uc5d0\ub294":0,"\uc5ec\uae30\uc5d0\uc11c":14,"\uc5ec\uae30\uc758":0,"\uc5ec\ub7ec":[0,6,8],"\uc5ec\ub7ec\uac00\uc9c0\ub97c":14,"\uc5ec\ubd80":[0,7],"\uc5ec\ubd80\ub97c":0,"\uc5ec\ubd80\uc785\ub2c8\ub2e4":0,"\uc5ed\ub3d9\uc801\uc778":15,"\uc5ed\uc2ac\ub798\uc2dc\uc640":8,"\uc5f0\uacb0":[0,7],"\uc5f0\uacb0\ub418\uc5b4\uc788\ub294":0,"\uc5f0\uacb0\ub41c":0,"\uc5f0\uacb0\uc785\ub2c8\ub2e4":14,"\uc5f4\uc5b4\uc57c":0,"\uc608":[0,8,9,10],"\uc608\ub97c":[0,3,8,10,11],"\uc608\uc2dc":8,"\uc608\uc2dc\ub4e4\uc740":15,"\uc608\uc2dc\ub97c":8,"\uc608\uc57d\ud558\ub294":7,"\uc608\uc678":[0,2,7],"\uc608\uc678\uac00":7,"\uc608\uc678\ub294":7,"\uc608\uc678\ub97c":7,"\uc608\uc81c":[0,2,6,9],"\uc608\uc81c\ub294":[3,8],"\uc624\uae30":8,"\uc624\ub7ab\ub3d9\uc548":8,"\uc624\ub958":[0,7],"\uc624\ub958\ub4e4\uc744":7,"\uc624\ub958\ub97c":7,"\uc624\ube0c\uc81d\ud2b8":[0,8],"\uc624\ube0c\uc81d\ud2b8\ub97c":8,"\uc624\ud504\ub77c\uc778":0,"\uc628":8,"\uc62c\ub77c\uc628":0,"\uc635\ub2c8\ub2e4":3,"\uc635\uc158":7,"\uc635\uc158\uacfc":7,"\uc635\uc158\ub4e4\uacfc":3,"\uc635\uc158\uc744":[0,3],"\uc640":[0,3,8],"\uc640\uc57c":8,"\uc644\ub8cc\ud558\uac8c":7,"\uc67c\ucabd\uc5d0\uc788\ub294":0,"\uc694\uad6c":9,"\uc694\uc18c":15,"\uc694\uc810":3,"\uc694\uccad":0,"\uc694\uccad\uacfc":0,"\uc694\uccad\uc740":8,"\uc694\uccad\uc744":[0,8],"\uc694\uccad\ud560":0,"\uc6b0\ub9ac\uac00":[3,14],"\uc6b0\ub9ac\ub294":[1,3,14],"\uc6b0\ub9ac\uc758":14,"\uc6b0\ub9b0":3,"\uc6b4\uc774":8,"\uc6b4\uc88b\uac8c\ub3c4":14,"\uc6d0\ub9ac":15,"\uc6d0\uc778\uc740":8,"\uc6d0\ud558\uc9c0":7,"\uc6d0\ud55c\ub2e4\uba74":[1,7],"\uc6f9\uc0ac\uc774\ud2b8":1,"\uc6f9\uc18c\ucf13":0,"\uc704\ubc30\ub429\ub2c8\ub2e4":0,"\uc704\uc5d0":8,"\uc704\ud558\uc5ec":8,"\uc704\ud55c":[3,7,9,15],"\uc704\ud574":[3,6,7,8,10],"\uc704\ud574\uc11c":[1,3,8],"\uc704\ud574\uc11c\ub294":[0,1,3,8,10,11],"\uc704\ud574\uc11c\ub294\ub2e4\uc74c\uc744":8,"\uc704\ud5d8\uc744":0,"\uc708\ub3c4\uc6b0\ub97c":10,"\uc708\ub3c4\uc6b0\uc5d0\uc11c":[10,14],"\uc720\ub2c8\ucf54\ub4dc":8,"\uc720\ub2c8\ucf54\ub4dc\ub85c":8,"\uc720\uba85\ud55c":8,"\uc720\uc6a9\ud569\ub2c8\ub2e4":7,"\uc720\uc758\uc801":15,"\uc720\uc758\ud558\uc2ed\uc2dc\uc624":1,"\uc720\uc800":0,"\uc720\uc800\uac00":0,"\uc720\uc800\ub294":[0,1],"\uc720\uc800\ub97c":1,"\uc720\uc800\uc640":0,"\uc720\uc9c0\ud558\ub294":10,"\uc720\uc9c0\ud558\ub294\ub370":3,"\uc720\ucd9c\ud558\uc600\ub2e4\uba74":1,"\uc720\ud615\uc744":0,"\uc720\ud615\uc774\uc5ec\uc57c":0,"\uc720\ud6a8\ud558\uc9c0":0,"\uc720\ud6a8\ud55c":8,"\uc720\ud6a8\ud569\ub2c8\ub2e4":0,"\uc735\ud1b5\uc131\uc788\uace0":6,"\uc73c\ub85c":0,"\uc740":[0,8],"\uc744":[1,7,11],"\uc74c\uc131":[0,10],"\uc751\ub2f5\ud558\ub294":10,"\uc758":[0,3,14,15],"\uc758\uc874\uc131":15,"\uc758\ud574":0,"\uc774":[0,1,3,6,7,8,10,11,14,15],"\uc774\uac74":14,"\uc774\uac83\uacfc":8,"\uc774\uac83\uc740":[0,1,3,7,8],"\uc774\uac83\uc744":[1,3,7],"\uc774\uac83\uc774":0,"\uc774\uac8c":1,"\uc774\ub294":[0,3,8,11,15],"\uc774\ub3d9\ud569\ub2c8\ub2e4":1,"\uc774\ub3d9\ud574":1,"\uc774\ub77c\ub294":[0,10],"\uc774\ub7ec\ud55c":10,"\uc774\ub7f0":[0,6,7],"\uc774\ub807\uac8c":[8,14],"\uc774\ub97c":[3,6,8,10],"\uc774\ub984":[0,8],"\uc774\ub984\uc5d0\uc11c":3,"\uc774\ub984\uc73c\ub85c":3,"\uc774\ub984\uc73c\ub85c\ub3c4":3,"\uc774\ub984\uc740":[3,8],"\uc774\ub984\uc744":[0,1,3,14,15],"\uc774\ub984\uc758":3,"\uc774\ub984\uc774":[0,8],"\uc774\ub984\uc774\uc9c0\ub9cc":0,"\uc774\ub984\uc785\ub2c8\ub2e4":0,"\uc774\uba54\uc77c":0,"\uc774\uba54\uc77c\uc785\ub2c8\ub2e4":0,"\uc774\ubaa8\ud2f0\ucf58":0,"\uc774\ubaa8\ud2f0\ucf58\uc73c\ub85c":0,"\uc774\ubaa8\ud2f0\ucf58\uc744":[0,8],"\uc774\ubaa8\ud2f0\ucf58\uc758":8,"\uc774\ubbf8":[7,8],"\uc774\ubbf8\uc9c0":0,"\uc774\ubbf8\uc9c0\ub85c":0,"\uc774\ubbf8\uc9c0\ub97c":0,"\uc774\ubbf8\uc9c0\uc758":8,"\uc774\ubca4\ud2b8":[0,7,8],"\uc774\ubca4\ud2b8\uac00":[0,10,11,14],"\uc774\ubca4\ud2b8\ub294":[10,14],"\uc774\ubca4\ud2b8\ub85c\ubd80\ud130":0,"\uc774\ubca4\ud2b8\ub97c":14,"\uc774\ubca4\ud2b8\uc5d0":[8,15],"\uc774\ubca4\ud2b8\uc5d0\uc11c":7,"\uc774\ubca4\ud2b8\uc758":[0,10,11],"\uc774\uc0c1\uc5d0\uc11c":10,"\uc774\uc0c1\uc758":10,"\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4":0,"\uc774\uc640":3,"\uc774\uc6a9\uc57d\uad00":0,"\uc774\uc6a9\ud558\uc138\uc694":10,"\uc774\uc6a9\ud55c":10,"\uc774\uc720\ub294":8,"\uc774\uc720\ub85c":6,"\uc774\uc81c":[1,3,10,14],"\uc774\ud558":10,"\uc774\ud558\uc5d0\uc11c\ub294":10,"\uc774\ud6c4":[7,14],"\uc778\uc218\ub294":11,"\uc778\uc2a4\ud134\uc2a4":[0,3],"\uc778\uc2a4\ud134\uc2a4\ub97c":[0,8,14],"\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c":8,"\uc778\uc6a9\uad6c\uc758":8,"\uc778\uc790":0,"\uc778\uc790\ub294":8,"\uc778\uc790\ub4e4\uc744":3,"\uc778\uc790\ub97c":8,"\uc778\uc790\ub9cc":8,"\uc778\uc790\uc785\ub2c8\ub2e4":8,"\uc778\uc99d\uc11c\ub85c":0,"\uc778\uc9c0":[7,14],"\uc778\uc9c0\ub97c":0,"\uc778\ud130\ub137":7,"\uc778\ud130\ub137\uc774":7,"\uc778\ud130\ud398\uc774\uc2a4\ub294":7,"\uc77c":0,"\uc77c\ub2e8":3,"\uc77c\ubc18":[0,1,9],"\uc77c\ubc18\uc801\uc73c\ub85c":3,"\uc77c\ubc18\uc801\uc778":[0,8],"\uc77c\ubd80\uac00":15,"\uc77c\uc218\ub3c4":0,"\uc77c\uc5b4\ub098\uace0":8,"\uc77c\uc5b4\ub0a0":7,"\uc77c\uc5b4\ub0ac\uc744\ub54c":14,"\uc77c\uc73c\ucf30\ub2e4\uba74":7,"\uc77c\uc73c\ud0a4\ub294":7,"\uc77c\uc73c\ud0a8\ub2e4\uba74":14,"\uc77c\uc744":8,"\uc77d\uae30":0,"\uc784\ubca0\ub4dc\ub97c":0,"\uc784\ubca0\ub4dc\uc5d0":8,"\uc784\ubca0\ub4dc\uc758":8,"\uc784\uc758\uc801\uc73c\ub85c":8,"\uc785\ub2c8\ub2e4":[0,8],"\uc788\uac8c":[3,8],"\uc788\uace0":[1,9],"\uc788\uae30":8,"\uc788\ub294":[0,1,3,7,8],"\uc788\ub294\uc9c0":[0,1,7,10],"\uc788\ub294\uc9c0\uc758":7,"\uc788\ub2e4\uace0":8,"\uc788\ub2e4\uba74":[7,8],"\uc788\uc2b5\ub2c8\ub2e4":[0,1,3,6,7,8,10,11,14,15],"\uc788\uc5b4\uc57c":1,"\uc788\uc73c\uba74":7,"\uc788\uc73c\ubbc0\ub85c":[0,8],"\uc788\uc744":0,"\uc788\uc74c\uc744":0,"\uc788\uc9c0":7,"\uc78a\uc9c0":8,"\uc790\uae30\ub9cc\uc758":7,"\uc790\ub3d9":0,"\uc790\ub3d9\uc73c\ub85c":0,"\uc790\ub3d9\uc801\uc73c\ub85c":3,"\uc790\uc0b0\uc744":0,"\uc790\uc138\ud55c":[1,3,8,11],"\uc790\uc138\ud788":8,"\uc790\uc2e0\uc774":0,"\uc790\uc8fc":9,"\uc790\uccb4\uc758":0,"\uc791\ub3d9":[0,10,15],"\uc791\ub3d9\ud558\ub294":7,"\uc791\ub3d9\ud558\ub294\uc9c0":14,"\uc791\uc131\ub418\uc9c0":15,"\uc791\uc131\ub41c":[14,15],"\uc791\uc131\uc790":8,"\uc791\uc131\ud558\uae30":11,"\uc791\uc131\ud558\uc9c0":0,"\uc791\uc131\ud560":8,"\uc791\uc5c5":1,"\uc791\uc5c5\uc5d0":0,"\uc791\uc5c5\uc740":7,"\uc791\uc5c5\uc744":[6,8],"\uc791\uc5c5\ud558\uae30":1,"\uc791\uc6a9\ud558\uace0":7,"\uc791\uc740":0,"\uc798":7,"\uc798\ubabb\ub41c":[0,7],"\uc7a0\uc218":0,"\uc7a0\uc7ac\uc801\uc73c\ub85c":0,"\uc7ac\uc0dd":0,"\uc7ac\uc0dd\ud560\uc9c0":0,"\uc7ac\uc2dc\ub3c4\ud560":7,"\uc7ac\uc2dc\uc791\ud558\uae30":7,"\uc7ac\uc2dc\uc791\ud560\uc9c0\uc758":7,"\uc7ac\uc5f0\uacb0":7,"\uc7ac\uc5f0\uacb0\uc911":7,"\uc7ac\uc815\uc758\ud558\ub294":8,"\uc801\uc6a9":0,"\uc801\uc6a9\ub418\uae30\ub97c":7,"\uc801\uc6a9\ub418\uc5b4\uc57c":8,"\uc801\uc6a9\ub41c\ub2e4\ub294":15,"\uc801\uc6a9\ub429\ub2c8\ub2e4":[0,7],"\uc801\uc808\ud55c":8,"\uc804\uae4c\uc9c0":7,"\uc804\ub2ec\ub418\uc5c8\uac70\ub098":0,"\uc804\ub2ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4":0,"\uc804\ub2ec\uc778\uc790":7,"\uc804\ub2ec\uc778\uc790\ub3c4":7,"\uc804\ub2ec\ud558\ub294":8,"\uc804\ub2ec\ud558\uc138\uc694":3,"\uc804\ub2ec\ud560":0,"\uc804\ub2ec\ud569\ub2c8\ub2e4":3,"\uc804\ub2ec\ud574\uc57c":[0,8],"\uc804\ubd80":[8,9],"\uc804\uc1a1":0,"\uc804\uc1a1\ub41c":[0,8],"\uc804\uc1a1\ud558\ub294":8,"\uc804\uc1a1\ud558\ubbc0\ub85c":8,"\uc804\uc1a1\ud558\uc9c0":8,"\uc804\uc1a1\ud560":8,"\uc804\uc5d0":7,"\uc804\uc6a9":0,"\uc804\uccb4\uc5d0":10,"\uc804\ud600":8,"\uc808\ub300":8,"\uc808\ub300\ub85c":1,"\uc810\uc744":3,"\uc810\uc785\ub2c8\ub2e4":15,"\uc810\uc810":3,"\uc811\uadfc\ud560":8,"\uc811\ub450\uc0ac\ub97c":8,"\uc811\uc18d\ud558\uc9c0":1,"\uc811\uc18d\ud560":1,"\uc815\ub9ac\ud558\uc5ec":8,"\uc815\ubcf4":[1,8],"\uc815\ubcf4\ub97c":[1,3,8,10,11],"\uc815\uc218":0,"\uc815\uc758":3,"\uc815\uc758\ub418\uc5b4":0,"\uc815\uc758\ub41c":8,"\uc815\uc758\ud569\ub2c8\ub2e4":3,"\uc815\uc758\ud588\ub2e4\uba74":3,"\uc815\uc801":0,"\uc815\uc9c0\ud558\uae30":7,"\uc815\uc9c0\ud569\ub2c8\ub2e4":7,"\uc81c":7,"\uc81c3\uc790":8,"\uc81c\uac00":7,"\uc81c\uac70":15,"\uc81c\uac70\ub429\ub2c8\ub2e4":3,"\uc81c\uac70\ud558\uac70\ub098":7,"\uc81c\uac70\ud558\uace0\uc790":3,"\uc81c\uac70\ud588\ub4ef\uc774":3,"\uc81c\uacf1":0,"\uc81c\uacf5\ub41c":[0,8],"\uc81c\uacf5\ub429\ub2c8\ub2e4":[6,8],"\uc81c\uacf5\ud558\ub294":0,"\uc81c\uacf5\ud560":8,"\uc81c\uacf5\ud569\ub2c8\ub2e4":6,"\uc81c\ub108\ub808\uc774\ud130":3,"\uc81c\ub300\ub85c":[6,14],"\uc81c\uc548\ud558\uac70\ub098":8,"\uc81c\uc5b4\ud569\ub2c8\ub2e4":0,"\uc81c\uc678\ud558\uace0":7,"\uc81c\uc77c":1,"\uc81c\ucd9c\ud558\uc138\uc694":8,"\uc81c\ud55c":9,"\uc870\uac74":9,"\uc870\uc2ec\uc2a4\ub7fd\uac8c":8,"\uc870\uc2ec\ud574\uc57c\ud560":7,"\uc870\uc791\uc744":8,"\uc870\uc791\uc774":8,"\uc870\uc9c1\ud654\ud558\uace0":3,"\uc874\uc7ac\ud569\ub2c8\ub2e4":8,"\uc885\ub8cc\ud558\uae30":7,"\uc88b\uac8c\ub3c4":8,"\uc88b\uc740":8,"\uc8fc":15,"\uc8fc\ub294":[3,9,10],"\uc8fc\uc5b4\uc84c\uc2b5\ub2c8\ub2e4":7,"\uc8fc\uc5b4\uc9c0\uc9c0":7,"\uc8fc\uc694":[7,15],"\uc8fc\uc758\ud558\uc138\uc694":14,"\uc900\ube44\uac00":0,"\uc900\ube44\ub418\uae30":7,"\uc900\ube44\ub41c":9,"\uc900\ube44\ud55c":14,"\uc904\uc5d0":3,"\uc904\uc740":14,"\uc911":[0,3],"\uc911\ub2e8\ud558\uc9c0":8,"\uc911\uc2ec\uc5d0\ub294":3,"\uc911\uc2ec\uc73c\ub85c":10,"\uc911\uc778\uc9c0":0,"\uc911\uc785\ub2c8\ub2e4":7,"\uc911\uc9c0\ud558\uace0":8,"\uc911\ucca9\ub420":8,"\uc9c0\ub098\uac04":7,"\uc9c0\uc5f0":0,"\uc9c0\uc6d0":1,"\uc9c0\uc6d0\ub418\uc9c0":10,"\uc9c0\uc810\uc73c\ub85c":8,"\uc9c0\uc815":0,"\uc9c0\uc815\ub418\uc9c0":11,"\uc9c0\uc815\ub41c":0,"\uc9c0\uc815\ud569\ub2c8\ub2e4":[0,11],"\uc9c0\ud5a5":9,"\uc9c1\uc811":0,"\uc9c4\ud589\ub418\ubbc0\ub85c":14,"\uc9c4\ud589\ub429\ub2c8\ub2e4":10,"\uc9c4\ud589\ud558\uace0":10,"\uc9c4\ud589\ud574\ubd05\uc2dc\ub2e4":14,"\uc9c8\ubb38":9,"\uc9c8\ubb38\uc740":8,"\uc9c8\ubb38\uc744":8,"\uc9c8\ubb38\uc758":8,"\uc9c8\uc758\ud560":3,"\uc9d1\ud569\uc744":7,"\uc9d3\uace0":1,"\uc9d3\uc744":1,"\ucc28\ub2e8":0,"\ucc28\ub2e8\ub418\uc9c0":8,"\ucc28\ub2e8\ub41c\ub2e4\uba74":8,"\ucc28\ub2e8\ub420":0,"\ucc28\ub2e8\uc740":8,"\ucc28\ub2e8\uc744":8,"\ucc28\ub2e8\uc774":8,"\ucc28\ub2e8\ud558\uac70\ub098":1,"\ucc28\ub2e8\ud558\ub294":8,"\ucc28\ub2e8\ud558\uc9c0":8,"\ucc28\ub2e8\ud55c":0,"\ucc28\ub2e8\ud560":8,"\ucc38\uace0":3,"\ucc38\uace0\ud558\uc138\uc694":[3,8],"\ucc38\uace0\ud558\uc5ec":8,"\ucc38\uace0\ud574\uc57c":3,"\ucc38\uace0\ud574\uc8fc\uc138\uc694":3,"\ucc38\uc5ec\uc911\uc778":0,"\ucc38\uc870\ud55c\ub2e4\ub294":3,"\ucc3e\ub294\ub370":8,"\ucc3e\uc544\ubcfc":3,"\ucc3e\uc544\uc635\ub2c8\ub2e4":3,"\ucc3e\uc73c\uc2dc\ub294":9,"\ucc3e\uc73c\uc2e4":8,"\ucc3e\uc744":8,"\ucc44\ub110":0,"\ucc44\ub110\ub9cc":0,"\ucc44\ub110\uc5d0":14,"\ucc44\ub110\uc744":0,"\ucc44\ub110\uc758":8,"\ucc44\ub110\uc785\ub2c8\ub2e4":0,"\ucc44\ud305":0,"\ucc44\ud305\uc5d0":0,"\ucc44\ud305\uc5d0\uc11c":0,"\ucc44\ud305\uc744":0,"\ucc44\ud305\uc911\uc5d0":0,"\ucc98\ub7fc":7,"\ucc98\ub9ac":[0,7,15],"\ucc98\ub9ac\uae30":0,"\ucc98\ub9ac\ub3fc\uc57c":7,"\ucc98\ub9ac\ub418\ub294":7,"\ucc98\ub9ac\ub418\ub294\ub370":7,"\ucc98\ub9ac\ub418\uc9c0":[0,7],"\ucc98\ub9ac\ub97c":7,"\ucc98\ub9ac\ud558\uac70\ub098":7,"\ucc98\ub9ac\ud558\uae30":7,"\ucc98\ub9ac\ud558\ub294":6,"\ucc98\ub9ac\ud560":7,"\ucc98\ub9ac\ud574\uc57c":7,"\ucc98\uc74c\uc5d0":6,"\ucc98\uc74c\uc758":8,"\ucca8\ubd80":0,"\ucca8\ubd80\ud558\ub294":8,"\uccab":[8,15],"\uccab\ubc88\uc9f8":14,"\uccb4\ud06c\uac00":1,"\uccb4\ud06c\ub418\uc5b4":1,"\uccb4\ud06c\ubc15\uc2a4\uc5d0":1,"\uccb4\ud06c\ud569\ub2c8\ub2e4":1,"\ucd08":[0,7],"\ucd08\ub300":9,"\ucd08\ub300\ud558\uace0":1,"\ucd08\ub300\ud558\ub294":1,"\ucd08\ub300\ud560":1,"\ucd1d":0,"\ucd5c\uace0":7,"\ucd5c\uadfc":0,"\ucd5c\uc18c\ud55c\uc758":9,"\ucd5c\uc2e0\uc758":9,"\ucd5c\uc801\ud654":9,"\ucd5c\uc801\ud654\ub97c":8,"\ucd94\uac00":[0,2,7,8,11,15],"\ucd94\uac00\ub41c":0,"\ucd94\uac00\ub420":1,"\ucd94\uac00\ub429\ub2c8\ub2e4":3,"\ucd94\uac00\uc801\uc778":8,"\ucd94\uac00\ud558\ub294":1,"\ucd94\uac00\ud569\ub2c8\ub2e4":7,"\ucd94\uc0c1\ud654\ud558\ub294":7,"\ucd94\ucc9c\ud569\ub2c8\ub2e4":11,"\ucd95\uc18c\ub41c":8,"\ucd95\ud558\ud569\ub2c8\ub2e4":10,"\ucd9c\ub825\ub418\uc9c0":11,"\ucd9c\ub825\ud558\ub294":11,"\ucd9c\ub825\ud558\uc9c0\ub9cc":7,"\ucd9c\ub825\ud560":11,"\ucda9\ub3cc":0,"\ucda9\ub3cc\ud558\ubbc0\ub85c":14,"\ucde8\uc18c\ub418\uace0":7,"\ucde8\uc18c\ub418\uc5c8\ub294\uc9c0":7,"\ucde8\uc18c\ud558\ub294":7,"\ucde8\uc18c\ud558\uc138\uc694":7,"\ucde8\uc18c\ud560\ub54c\ub3c4":7,"\ucde8\uc18c\ud568":7,"\uce21\uba74\uc740":8,"\uce21\uba74\uc744":[6,8],"\uce21\uc815\ud569\ub2c8\ub2e4":0,"\uce5c\uad6c":0,"\uce5c\uad6c\ub85c":0,"\uce5c\uad6c\uc778":0,"\uce74\ud14c\uace0\ub9ac\ub97c":3,"\uce90\uc2dc\ub97c":0,"\uce90\uc2f1\ub41c":0,"\ucee4\ub125\ud130":0,"\ucee4\ub9e8\ub4dc\ub4e4\uacfc":3,"\ucee4\ub9e8\ub4dc\ub4e4\uc758":3,"\ucee4\ub9e8\ub4dc\uc5d0":3,"\ucee4\uc2a4\ud130\ub9c8\uc774\uc988":3,"\ucee8\ud0dd\uc2a4\ud2b8":7,"\uceec\ub809\uc158\uc744":8,"\ucef4\ud329\ud2b8":0,"\ucef4\ud4e8\ud305":0,"\ucf00\uc774\uc2a4\ub85c":8,"\ucf1c\uace0":0,"\ucf24":0,"\ucf54\ub4dc":8,"\ucf54\ub4dc\uac00":11,"\ucf54\ub4dc\ub97c":10,"\ucf54\ub8e8\ud2f4":[7,9],"\ucf54\ub8e8\ud2f4\uacfc":8,"\ucf54\ub8e8\ud2f4\uc740":[7,8],"\ucf54\ub8e8\ud2f4\uc744":7,"\ucf54\ub8e8\ud2f4\uc758":8,"\ucf54\ub8e8\ud2f4\uc774":7,"\ucf58\uc194\uc5d0":11,"\ucf5c\ubc31\uc740":14,"\ud06c\uae30":0,"\ud06c\uae30\ub294":0,"\ud06c\uae30\ub97c":0,"\ud070":9,"\ud074\ub77c\uc774\uc5b8\ud2b8":[1,9],"\ud074\ub77c\uc774\uc5b8\ud2b8\uac00":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\ub294":[0,14],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc640":0,"\ud074\ub77c\uc774\uc5b8\ud2b8\uc758":0,"\ud074\ub798\uc2a4":[0,3,7,15],"\ud074\ub798\uc2a4\uac00":7,"\ud074\ub798\uc2a4\ub4e4\uc758":7,"\ud074\ub798\uc2a4\ub85c":0,"\ud074\ub798\uc2a4\uc5d0":[0,3,15],"\ud074\ub798\uc2a4\uc5d0\ub294":0,"\ud074\ub798\uc2a4\uc758":0,"\ud074\ub798\uc2a4\uc774\uae30":3,"\ud074\ub798\uc2a4\uc785\ub2c8\ub2e4":3,"\ud074\ub9ad\ud558\uc138\uc694":1,"\ud074\ub9ad\ud558\uc5ec":1,"\ud074\ub9ad\ud569\ub2c8\ub2e4":1,"\ud0a4\uc6cc\ub4dc":[3,7,8],"\ud0c0\ub2f9\ud55c":9,"\ud0c0\uc774\ud551":0,"\ud0c0\uc785":[0,8],"\ud0dc\uadf8":0,"\ud0dc\uadf8\uc5d0":0,"\ud0dc\uadf8\uc640":0,"\ud0dc\uc2a4\ud06c":7,"\ud0dc\uc2a4\ud06c\uac00":7,"\ud0dc\uc2a4\ud06c\ub97c":7,"\ud0ed":0,"\ud0ed\uc73c\ub85c":1,"\ud14c\ub9c8\uc785\ub2c8\ub2e4":0,"\ud14c\uc2a4\ud06c\uac00":7,"\ud14c\uc2a4\ud06c\ub97c":7,"\ud1a0\ud070\uc73c\ub85c":[0,14],"\ud1a0\ud070\uc740":1,"\ud1a0\ud070\uc744":[1,14],"\ud1b5\uc9f8\ub85c":3,"\ud1b5\ud558\uc5ec":8,"\ud1b5\ud55c":7,"\ud1b5\ud574":[3,8],"\ud29c\ud1a0\ub9ac\uc5bc\uc744":11,"\ud29c\ud50c\uc758":0,"\ud2b9\ubcc4\ud55c":[6,9],"\ud2b9\ubcc4\ud788":8,"\ud2b9\uc774":8,"\ud2b9\uc815":[1,7,8,14],"\ud2b9\uc815\ud55c":[3,7],"\ud30c\ub77c\ubbf8\ud130\ub97c":3,"\ud30c\uc774\uc36c":[11,14],"\ud30c\uc77c":8,"\ud30c\uc77c\uc5d0":11,"\ud30c\uc77c\uc744":0,"\ud30c\uc77c\uc758":[8,14],"\ud30c\uc77c\uc774\ub984":0,"\ud328\ud134\uc740":7,"\ud398\uc774\uc9c0":[1,9],"\ud398\uc774\uc9c0\ub294":[8,14],"\ud398\uc774\uc9c0\ub97c":1,"\ud398\uc774\uc9c0\uc5d0\uc11c":9,"\ud398\uc774\uc9c0\uc758":1,"\ud3b8\ub9ac\ud55c":7,"\ud3b8\uc9d1":0,"\ud3b8\uc9d1\uc5d0":0,"\ud3b8\uc9d1\ud569\ub2c8\ub2e4":0,"\ud3c9\uc18c\uc640":10,"\ud3ec\uad04\uc801\uc774\uc9c0":15,"\ud3ec\ub9f7\uc73c\ub85c":0,"\ud3ec\uc778\ud2b8\uac00":8,"\ud3ec\uc778\ud2b8\ub97c":8,"\ud3ec\ud568\ub418\uc9c0":0,"\ud3ec\ud568\ub429\ub2c8\ub2e4":15,"\ud3ec\ud568\ud558\uace0":[7,8],"\ud3ec\ud568\ud558\uc9c0":8,"\ud3f4\ub354":8,"\ud3f4\ub354\ub85c":10,"\ud45c\uc2dc":0,"\ud45c\uc2dc\ub418\ub294":0,"\ud45c\uc2dc\ub418\uc5b4\uc57c\ub9cc":3,"\ud45c\uc2dc\ub418\uc9c0\ub294":8,"\ud45c\uc2dc\ub429\ub2c8\ub2e4":3,"\ud45c\uc2dc\ub97c":0,"\ud45c\uc2dc\ud560\uc9c0":0,"\ud45c\uc900":[10,11],"\ud478\uc2dc":0,"\ud480\ub9c1\uc5d0":0,"\ud504\ub808\uc784\uc6cc\ud06c":9,"\ud504\ub808\uc784\uc6cc\ud06c\ub97c":6,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c":8,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c\ub294":8,"\ud504\ub85c\uadf8\ub7a8\uc774":8,"\ud504\ub85c\uc81d\ud2b8":10,"\ud504\ub85c\ud1a0\ucf5c":0,"\ud504\ub85c\ud1a0\ucf5c\ub85c":3,"\ud504\ub85c\ud544":0,"\ud504\ub85c\ud544\uc744":0,"\ud504\ub85d\uc2dc":0,"\ud504\ub9ac\ubbf8\uc5c4":0,"\ud504\ub9ac\ubbf8\uc5c4\uc774":0,"\ud50c\ub808\uc774\uc5b4\ub294":8,"\ud50c\ub808\uc774\uc911\uc778":0,"\ud544\ub4dc\uac00":0,"\ud544\ub4dc\ub294":0,"\ud544\uc694":8,"\ud544\uc694\ub294":8,"\ud544\uc694\ub85c":[1,8],"\ud544\uc694\ud558\ub2e4\uba74":14,"\ud544\uc694\ud55c":[1,10],"\ud544\uc694\ud569\ub2c8\ub2e4":[0,10],"\ud544\ud130\uc785\ub2c8\ub2e4":0,"\ud558\uac8c":1,"\ud558\uace0":3,"\ud558\uae30":[7,8],"\ud558\uae30\uc5d0\ub294":6,"\ud558\ub098\ub97c":[0,8],"\ud558\ub098\ub9cc\uc744":7,"\ud558\ub098\uc5ec\uc57c":0,"\ud558\ub098\uc758":8,"\ud558\ub294":[0,7],"\ud558\ub294\uac8c":1,"\ud558\ub824\uba74":0,"\ud558\uba70":0,"\ud558\uba74":14,"\ud558\uc138\uc694":8,"\ud558\uc5ec":1,"\ud558\uc9c0\ub9cc":8,"\ud55c":[0,3,8],"\ud55c\uacc4\ub85c":8,"\ud55c\uacc4\uc785\ub2c8\ub2e4":8,"\ud55c\ub2e4\uba74":[3,7],"\ud55c\ubc88":14,"\ud560":[0,1,3,7,8,15],"\ud568\uaed8":[0,3,6,8],"\ud568\uc218":[0,8],"\ud568\uc218\uac00":[7,8,15],"\ud568\uc218\ub294":[0,7,8],"\ud568\uc218\ub97c":15,"\ud568\uc218\uc640":[8,15],"\ud568\uc218\uc758":[8,15],"\ud569\ub2c8\ub2e4":[0,1,3,7,8,10,14,15],"\ud569\ub2c8\ub514":3,"\ud569\uc2dc\ub2e4":14,"\ud56d\ubaa9\uc73c\ub85c":14,"\ud56d\ubaa9\uc744":14,"\ud56d\uc0c1":[0,8],"\ud574\uacb0\ud558\uae30":[8,15],"\ud574\ub2f9":[0,8],"\ud574\ub2f9\ud569\ub2c8\ub2e4":0,"\ud574\ub3c4":1,"\ud574\uc2dc":0,"\ud574\uc2dc\ub97c":0,"\ud574\uc57c":3,"\ud574\uc57c\ud558\ub098\uc694":7,"\ud574\uc57c\ud569\ub2c8\ub2e4":[0,8,14],"\ud574\uc81c\ub418\uc5b4":1,"\ud574\uc81c\ub41c":1,"\ud574\uc90d\ub2c8\ub2e4":[3,8],"\ud588\ub294\uc9c0":1,"\ud588\uc2b5\ub2c8\ub2e4":0,"\ud589\ub3d9\uc5d0\ub294":1,"\ud589\ub3d9\uc744":[3,8],"\ud5c8\uc6a9":0,"\ud5c8\uc6a9\ud569\ub2c8\ub2e4":8,"\ud5ec\ud37c":9,"\ud604\ub300\uc801\uc774\uace0":9,"\ud604\uc7ac":[0,7],"\ud615\uc2dd":[0,2,7],"\ud615\uc2dd\ub4e4\uc740":7,"\ud615\uc2dd\ub4e4\uc744":7,"\ud615\uc2dd\uc740":0,"\ud615\uc2dd\uc758":[0,7],"\ud615\uc2dd\uc774":0,"\ud615\uc2dd\uc785\ub2c8\ub2e4":0,"\ud638\ucd9c":[0,8],"\ud638\ucd9c\ub418\uace0":14,"\ud638\ucd9c\ub418\ub294":14,"\ud638\ucd9c\ub418\ub3c4\ub85d":7,"\ud638\ucd9c\ub420":7,"\ud638\ucd9c\ub429\ub2c8\ub2e4":[7,14],"\ud638\ucd9c\ub85c":3,"\ud638\ucd9c\uc744":8,"\ud638\ucd9c\ud558\uae30":8,"\ud638\ucd9c\ud558\ub294":8,"\ud638\ucd9c\ud558\uc138\uc694":8,"\ud638\ucd9c\ud560":8,"\ud638\ucd9c\ud574\uc57c":8,"\ud638\ud658\ub418\uc9c0":15,"\ud639\uc740":10,"\ud63c\ub780\uc2a4\ub7ec\uc6b8":6,"\ud655\uc2e4\ud558\uc9c0":1,"\ud655\uc2e4\ud788":14,"\ud655\uc778":0,"\ud655\uc778\ud558\uba74":14,"\ud655\uc778\ud558\uc138\uc694":[1,7,10,11],"\ud655\uc778\ud558\uc5ec":11,"\ud655\uc778\ud560":0,"\ud655\uc778\ud569\ub2c8\ub2e4":[0,7,14],"\ud655\uc778\ud574\uc57c":1,"\ud655\uc778\ud574\uc8fc\uc138\uc694":14,"\ud655\uc7a5":6,"\ud655\uc7a5\ub41c":9,"\ud655\uc7a5\uc758":7,"\ud658\uacbd\uc5d0\uc11c":10,"\ud658\uacbd\uc744":10,"\ud65c\ub3d9":0,"\ud65c\uc131\ud654\ub418\uc5c8\ub2e4\uba74":8,"\ud65c\uc131\ud654\ub41c":1,"\ud65c\uc131\ud654\ud558\ub294":8,"\ud65c\uc131\ud654\ud558\uc138\uc694":10,"\ud65c\uc131\ud654\ud558\uc2dc\ub824\uba74":10,"\ud65c\uc6a9\ud558\uc138\uc694":8,"\ud65c\uc6a9\ud574\uc57c":8,"\ud69f\uc218":7,"\ud6c4":7,"\ud754\ud558\uc9c0\ub9cc":7,"\ud754\ud55c":7,"\ud798\ub4e4\uace0":6,"abstract":[2,9,12,13],"aiohttp\uc758":8,"api\ub97c":[1,10],"api\uc5d0":0,"api\uc758":[9,15],"authorization\uc744":0,"boolean":[0,2],"break":[12,13],"byte":[0,2,16],"case":[0,2,4,5,12,16],"catch":[2,4],"char":2,"class":[2,3,4,7,9,10,12,16],"cog\ub294":3,"cog\ub97c":3,"cog\uc758":3,"cogs\uac00":3,"cogs\ub294":3,"cogs\ub97c":3,"default":[0,2,4,12,16],"dm\uc744":0,"enum":[0,6,9,13,16],"final":[0,2,5,13,16],"float":[0,2,7],"function":[2,4,5,9,12,16],"gif\ub97c":0,"heartbeat\uc640":0,"hypesquadhouse\uac00":0,"id\uac00":8,"id\ub294":8,"id\uc785\ub2c8\ub2e4":0,"import":[0,2,4,5,7,8,10,11,13,14,16],"int":[0,2,3,4,7,16],"long":[0,2,8,12,16],"mfa\ub97c":0,"new":[0,1,4,12],"none\uc785\ub2c8\ub2e4":0,"null":16,"pip\ub97c":10,"png\ud615\uc2dd\uc73c\ub85c\ub9cc":0,"public":[0,1,16],"py\ub294":[9,10],"py\uc5d0":10,"py\uc758":10,"pypi\uc5d0\uc11c":10,"python\uc2a4\ub7ec\uc6b4":9,"python\uc740":8,"python\uc758":15,"request\ub97c":8,"return":[0,2,3,4,8,12,13,14,16],"short":[0,2,13],"state\ub4e4\uc744":3,"static":0,"super":4,"switch":16,"throw":[0,16],"true":[0,2,4,7,12,16],"try":[0,2,8,12,13],"ui\uc758":0,"url\uc744":[0,1,8],"utc\ub85c":0,"while":[0,2,4,12,13,16],AND:0,Added:[0,12,16],Adding:[0,4],And:12,But:12,DMs:[2,4,12,16],For:[0,2,4,5,9,13,16],IDs:[0,2,12,16],Its:0,Not:[0,2,16],One:[0,4,12],TTS:0,That:[0,2],The:[0,2,4,5,12,13,16],Then:12,There:[0,2,4,5,12,13,16],These:[0,2,4,12],Use:[0,2,12,16],Used:0,Useful:[0,2,12],Using:[0,2,12],With:[4,12],Yes:1,__call__:2,__cause__:2,__eq__:16,__init__:[2,3,4,7,12],__name__:2,__repr__:16,__slots__:[0,15,16],__version__:0,_batch:7,_eval:4,_last_memb:3,_list:4,_original_help_command:12,_updat:13,abc:[0,2,4,8,12,16],abcdefg:0,abcmeta:2,abil:[5,12,16],abl:0,about:[0,2,4,5,12,16],abov:[0,4],abstracteventloop:[0,7],abstractmethod:0,abus:[0,2],accept:[0,2,4,12],accept_invit:12,access:[0,2,4,12,16],accommod:16,accompani:[0,12],accomplish:[0,12],accord:0,account:[0,2,12,16],accumul:2,accur:0,achiev:0,ack:0,acquir:7,across:0,act:[0,2],action:[0,12],activ:[2,8,10,12,16],activitytyp:[0,8],actual:[0,2,4,12,16],add:[0,1,2,4,5,12,16],add_aliases_format:2,add_bot_commands_format:2,add_check:[2,16],add_cog:[2,3],add_command:[2,4,5],add_command_format:2,add_exception_typ:[7,16],add_field:0,add_indented_command:2,add_lin:2,add_listen:2,add_react:[0,8,12,16],add_recipi:0,add_rol:[0,12],add_subcommand_format:2,added:[0,2,5,12,16],addhandl:11,adding:[0,16],addit:[0,16],administr:0,advanc:0,affect:13,afk:[0,2],afk_channel:0,afk_timeout:0,africa:0,after:[0,2,4,13,16],after_any_command:12,after_foo_command:12,after_invok:[2,12],after_loop:7,after_slow_count:7,afterward:2,again:[2,12,16],against:2,age:0,aggreg:12,aid:[0,2,4,16],aiohttp:[0,8,10,12],akin:12,album:0,album_cover_url:0,algorithm:0,alia:[0,2],alias:[0,2,12,16],aliases_head:2,aliv:16,all:[0,2,4,12,13,16],all_channel:0,all_command:[2,12],all_memb:0,all_messag:0,allevi:12,alloc:12,allow:[0,2,4,12,13,16],allowed_command:2,allowed_ment:[0,2],allowedment:2,almost:[0,13],alon:0,along:[0,2,12,16],alpha:[0,16],alphabet:2,alreadi:[0,2,8,16],also:[0,2,4,5,12,16],altern:[0,2],although:[0,5],alwai:[0,2,4,12],ambigu:4,amount:[0,2,4,12,16],amsterdam:0,analog:0,analogu:0,analysi:0,ani:[0,2,4,5,12,13,16],anim:[0,2,16],animate_emoji:0,animated_icon:0,annot:4,announc:[0,16],anonym:0,anoth:[0,2,4,5,12,16],anticip:16,anymor:16,anyon:0,anyth:[0,2,4,13],anywher:0,api:[6,9,12,13,15,16],appeal:4,appear:[0,16],append:2,appinfo:[0,2,16],appli:[0,2,4,5,12,16],applic:[0,1,2,12],application_id:0,application_info:[0,2,12,16],approach:12,appropri:[0,2,4,12,16],approxim:0,approximate_member_count:[0,2],approximate_presence_count:[0,2],apt:10,arbitrari:[0,2],arbitrarili:4,aren:0,arg1:4,arg2:4,arg:[0,2,4,7],argument:[0,2,12,16],argumentparsingerror:2,aris:13,around:[0,2,16],arrai:0,artist:0,as_need:0,asctim:11,ask:[0,2,4],aspect:[0,2,4,12],asset:16,assign:[2,12,13],associ:[0,2,12],assum:0,assume_synced_clock:16,assume_unsync_clock:0,async:[2,3,4,5,7,8,9,10,12,13,14],async_ev:13,asynchron:[0,4,9],asyncio:[0,2,8,9,12,13,16],asynciter:[0,2,12],asyncpg:7,asyncwebhookadapt:0,atom:[0,2],attach:[4,8,12,16],attach_fil:0,attempt:[0,2,4,16],attr:[0,2],attribut:[0,2,12,13,16],attributeerror:[0,16],audio:[0,12],audioplay:12,audiosourc:[0,12],audit:[9,12,16],audit_log:[0,12],auditlogact:0,auditlogactioncategori:0,auditlogchang:0,auditlogdiff:0,auditlogentri:0,authent:[0,2],author:[0,1,2,3,4,5,8,10,12,14],author__nam:0,authoris:0,auto:12,automat:[0,2,12],autoshardedbot:[2,12],autoshardedcli:[0,2,12,16],avail:[0,2,16],avatar:[0,12],avatar_url:[0,12,13,16],avatar_url_a:[0,12],avconv:0,averag:0,average_lat:0,avoid:[0,2,16],avprob:0,awai:[0,2],await:[0,2,3,4,5,7,8,9,12,13,14],awar:[0,13],aws:8,back:[0,2,4,12,16],background:[0,2,16],background_task:8,backtick:2,backward:[2,12,16],bad:[0,2,4,8],badargu:[2,4],badunionargu:[2,4],balanc:0,ban:[0,2,4,12,13,16],ban_memb:[0,16],banentri:0,banner:0,banner_url:0,banner_url_a:0,bar:2,base64:0,base:[2,4,9,12,16],baseact:2,baseconnector:0,baseexcept:7,basi:[0,2,12],basic:[0,2,12,13],basic_ext:5,basicauth:0,basicconfig:11,bat:10,batch:7,batch_upd:7,becaus:[0,2,4,12,13],becom:[0,2,13],been:[0,2,4,12,13,16],beer:4,befor:[0,2,13,16],before_any_command:12,before_foo_command:12,before_invok:[2,12],before_loop:7,before_opt:0,before_print:7,beforehand:0,begin:[0,2],behav:[2,12],behaviour:[0,2,4,12,13,16],being:[0,2,4,5,12,16],belong:[0,2,12],below:[0,2,4,12,13,16],benefit:12,best:0,beta:0,better:[0,2,12,16],between:[0,2,4,12,16],beyond:4,big:[2,16],biggest:[12,13],bin:10,binari:0,binaryio:0,bind:12,bit:[0,12,16],bitrat:[0,16],bitrate_limit:[0,16],block:[0,2,4,13,16],blue:0,blurpl:0,bodi:[2,16],bold:2,bool:[0,2,7],boost:[0,16],bot:[0,1,3,4,5,7,8,9,10,12,16],bot_add:0,bot_check:[2,3,12],bot_check_onc:[2,3,12],bot_has_any_rol:2,bot_has_guild_permiss:[2,16],bot_has_permiss:2,bot_has_rol:2,bot_publ:0,bot_require_code_gr:0,both:[0,2,16],botmissinganyrol:2,botmissingpermiss:2,botmissingrol:2,bottl:4,bottom:0,bound:[0,2],branch:8,braveri:0,brazil:[0,16],brief:2,brillianc:0,bring:[0,16],broadcast:0,bucket:[0,2,16],buckettyp:[2,16],buffer:0,bufferediobas:0,bug:0,bug_hunt:0,build:[0,4],built:[0,2,4,5,12],bulk:[0,7,16],bulker:7,bump:16,by_categori:[0,12],bypass:[0,2,12],bytesio:[0,8],cach:[0,2,12,16],cache_auth:16,cached_messag:[0,2,12,16],calcul:[0,16],call:[0,2,4,5,12,13,16],call_end:0,call_hook:2,call_onc:2,callabl:[0,2,4,12,16],callback:[0,2,14],caller:0,callmessag:16,came:12,can:[0,2,4,12,13,16],can_:13,can_manage_messag:13,can_run:[2,16],cancel:[0,2,7,12,16],cancellederror:[7,16],candid:[0,2],cannot:[0,2,4,16],cap:[0,2],capabl:0,care:[0,2,4],carri:2,case_insensit:2,cast:[0,4,13,16],cat:8,categori:[0,2,12,16],category_id:0,categorychannel:[2,4,12],categorychannelconvert:[2,4],caught:[0,2],caus:[2,16],caveat:[12,16],cdn:[0,16],central:0,certain:[0,2,4,12,13,16],chain:[0,2,12],chanc:0,chang:[0,2,4,5,9],change_interv:[7,16],change_nicknam:[0,12,16],change_pres:[0,2,8,16],change_statu:16,changed_rol:0,changelog:9,changeset:16,channel:[0,2,3,4,8,13,14,16],channel_cr:0,channel_delet:0,channel_follow:0,channel_follow_add:[0,16],channel_icon_chang:0,channel_id:[0,2,16],channel_ment:0,channel_name_chang:0,channel_upd:0,channelconvert:12,channeltyp:[0,13,16],charact:[0,2,8,16],check:[0,5,6,8,9,16],check_ani:[2,16],check_command:2,check_if_it_is_m:2,check_onc:[2,12],checkanyfailur:2,checkfailur:[2,4],child:2,choic:[0,4],choos:2,chunk:[0,12,16],circumst:0,citizen:12,clamp:4,clash:4,classic:0,classmethod:[0,2,4],clean:[0,2,4,6,9,12],clean_cont:[0,2,4,12,16],clean_param:2,clean_prefix:[2,12,16],cleandoc:2,cleanup:[0,2,12,16],clear:[0,2,16],clear_exception_typ:7,clear_field:0,clear_react:[0,12,16],clever:0,click:2,client:[0,2,7,8,10,12,14,16],client_id:0,clientexcept:[0,2],clientrespons:0,clientsess:[0,8,12],clientus:[0,2,12],clock:[0,16],clone:[0,16],close:[0,2,12,13,16],close_pag:2,close_quot:2,closur:0,cloudflar:16,cls:[2,4,12,16],code:[0,1,2,4,5,16],codec:0,codepoint:[0,2],cog:[6,7,9,16],cog_after_invok:[2,3,12],cog_before_invok:[2,3,12],cog_check:[2,3,12],cog_command_error:[2,3,12],cog_nam:2,cog_unload:[2,3,7,12],cogabcmeta:2,cogmeta:[2,3,12],coincid:0,coinflip:3,collect:[0,2],colon:0,color:0,colour:[2,4,12],colourconvert:[2,4],combin:[0,12],combo:0,come:[4,5,12,16],comma:2,command:[0,3,5,7,8,9],command_attr:[2,16],command_callback:2,command_fail:[2,12],command_has_no_subcommand_found:2,command_nam:2,command_not_found:[2,12],command_prefix:[2,4,16],commanderror:[2,4],commandinvokeerror:2,commandnotfound:2,commandoncooldown:2,commands_head:2,commerc:0,common:[0,2,4,12,13],commun:[0,2],compar:[0,16],comparison:16,compart:0,compat:[0,2,16],complet:[0,2,12],complic:[0,12],compon:0,compos:0,comprehend:4,compress:16,compris:0,comput:[0,2,13,16],compute_prune_count:0,compute_prune_memb:16,comrad:4,con:7,concept:[0,4,5,12],concurr:[2,8,16],condit:[0,2,16],configur:[0,2],conflict:0,confus:2,conjunct:5,connect:[0,2,7,9,13,16],connected_account:0,connected_channel:0,connectionclos:[0,2],connector:0,consequ:[2,12,13],consid:[0,2,4,13,16],consider:[0,16],consist:[0,12],consol:4,constant:13,constraint:16,construct:[0,2,4,12,16],constructor:[0,2,4],consum:[2,8],contain:[0,2,4],content:[0,2,4,8,10,12,14,16],content_typ:0,contentfilt:0,context:[0,6,8,9,13,16],continu:[2,4],contribut:16,control:[0,2,12,13],conveni:0,convers:[2,12],conversionerror:2,convert:[0,6,9,16],convert_emoticon:0,cool:[0,2,8,12],cool_filenam:12,cool_imag:8,cooldown:[2,12,16],cooldown_after_pars:2,copi:[0,1,2,12,16],core:[4,5],coro:[0,2,7,8],coroutin:[0,2,5,7,8,12,16],correct:16,correctli:2,correspond:[0,12,13],cost:0,could:[0,2,4,8,12,13],count:[0,2,7,16],counter:[0,2],coupl:[0,12,16],cours:12,cover:0,cover_imag:0,cover_image_url:0,cpu:16,crash:[12,16],creat:[0,1,2,4,12,16],create_categori:0,create_category_channel:0,create_channel:12,create_custom_emoji:[0,12,16],create_dm:[0,12],create_ffmpeg_play:[12,16],create_group:0,create_guild:[0,2,12],create_instant_invit:0,create_invit:[0,12],create_rol:[0,12],create_serv:[12,16],create_stream_play:12,create_text_channel:[0,12],create_voice_channel:[0,12],create_webhook:0,create_ytdl_play:12,created_at:[0,2,4,12,16],creation:[0,2,16],credenti:[0,2,13,16],criteria:0,critic:11,crosspost:0,ctx:[2,3,4,5,8,12],ctype:0,current:[0,2,16],current_loop:7,current_s:0,custom:[0,2,4,8,12,16],custom_emoji:[0,8],custom_prob:0,customact:16,customis:[2,12],dai:[0,4],dark:0,dark_blu:0,dark_gold:0,dark_green:0,dark_grei:0,dark_magenta:0,dark_orang:0,dark_purpl:0,dark_r:0,dark_teal:0,darker_grei:0,dash:2,data:[2,4,7,8,9,13,16],databas:[2,7,12],date:[0,2,12,16],datetim:[0,2,7,16],dave:0,deaf:[0,12],deafen:[0,16],deafen_memb:0,deal:[0,2,12,16],dealloc:16,debug:[0,11,16],decid:[0,4,12,16],decod:2,decor:[0,2,4,12,13,16],dedic:16,deep:2,def:[0,2,3,4,5,7,8,10,12,13,14],default_avatar:0,default_avatar_url:0,default_channel:[12,13],default_guilds_restrict:0,default_message_notif:0,default_notif:0,default_rol:[0,13,16],defaultavatar:0,defaulthelpcommand:[2,12],defin:[0,2,4,5],definit:[4,12],delai:[0,16],delet:[0,2,12,16],delete_aft:[0,2],delete_channel:12,delete_channel_permiss:12,delete_custom_emoji:[12,16],delete_dai:4,delete_invit:[0,2,12,16],delete_members_dai:0,delete_messag:[0,12],delete_message_dai:[0,4],delete_rol:12,delete_serv:12,delta:4,deni:[0,13],denot:[0,2,12,16],departur:16,depend:[0,4,9,16],deposit_monei:3,deprec:[12,16],depth:4,deriv:[2,4,12],descript:[0,2,16],design:[4,12],desir:16,desktop:0,desktop_statu:0,destin:[0,2],detail:[0,2,12,13,16],detect:0,detect_platform_account:0,determin:0,dev:[2,10],develop:[5,12,16],developer_mod:0,devic:0,diagnost:0,dict:[0,2,16],dictat:[0,2],dictionari:[0,2,12,13,16],did:[0,2,5,12,16],diff:0,differ:[0,2,4,12],differenti:12,difficult:0,digit:0,direct:0,directli:[0,2,4],disabl:[0,2,4,12,16],disable_games_tab:0,disabledcommand:2,disallow:16,disambigu:16,discard:[2,16],disconnect:[0,2,12,16],discord:[0,1,2,3,5,8,10,11,12,13,14],discordapp:0,discordexcept:[0,2],discover:0,discoveri:[0,16],discovery_splash:0,discovery_splash_url:[0,16],discovery_splash_url_a:0,discrim:2,discrimin:[0,4,16],discuss:4,dispatch:[0,2,16],displai:[0,2],display_nam:[0,5],dispos:12,disturb:[0,16],dll:0,dm_channel:0,dm_help:2,dm_help_threshold:2,dm_onli:[2,16],dmchannel:12,dnd:[0,16],do_bulk:7,do_not_disturb:[0,16],doc:16,docstr:2,document:[0,2,4,5,12,13,16],doe:[0,2,12],doesn:[0,2,4,12,16],doing:[0,2,4,12,13,16],don:[0,4],done:[0,2,4,7,8,12,13,16],dot:[0,2,5],double_table_flip:0,down:[0,4,16],download:[0,8,16],drive:0,drop:[12,13],dubai:[0,16],duck:16,due:[0,2,4,12,13,16],duplic:[2,16],durat:0,dure:[0,2,5,16],dynam:[0,2,4,12,16],each:0,earlier:[4,12,13],early_support:0,eas:[0,2,13],easi:[0,4,12,16],easier:[0,4,12,13,16],easili:[0,12,16],east:0,echo:8,economi:3,edit:[0,2,12,16],edit_channel:12,edit_channel_permiss:[12,13],edit_custom_emoji:[12,16],edit_messag:[12,16],edit_profil:12,edit_rol:12,edit_serv:[12,16],edit_set:0,edited_at:[0,12,16],edited_timestamp:12,effect:2,effort:12,either:[0,2,4,12,16],elem:0,element:[0,12],elif:4,els:[0,2,3,4,12],email:[0,12,16],emb:[2,8,12,16],embed:0,embed_link:0,embedproxi:0,emoji:[2,4,8,12,16],emoji_cr:0,emoji_delet:0,emoji_id:0,emoji_limit:[0,16],emoji_upd:0,emojiconvert:[2,4],emploi:0,empti:[0,2,4,16],emptiv:[0,16],enabl:[0,2,4,12],enable_tts_command:0,encod:[0,2,11,16],encount:[0,2],encrypt:16,end:[0,2],ended_timestamp:0,endian:16,endpoint:[0,12],english:0,enough:[2,4],ensur:[0,2,16],entir:[0,2,12],entiti:[2,12],entri:[0,2,5],enumer:[9,12,16],env:10,environ:[0,10],epoch:0,equal:[0,2,16],equival:[0,2,4,12],ergo:12,error:[0,2,5,6,7,8,9,11,12,13,16],escap:[0,2,16],escape_markdown:[0,2,16],escape_ment:0,especi:2,essenti:[0,4,12],establish:0,estim:0,estimate_pruned_memb:[0,12],etc:[0,2,12,16],etf:12,eu_centr:[0,16],eu_west:[0,16],europ:[0,16],eval:[4,16],evalu:4,even:[0,2,16],event:[3,4,6,8,9,10,14,16],event_method:[0,2],event_typ:[0,16],eventu:12,everi:[0,2,4,12,13],everyon:[0,2,4,12,16],everyth:12,exact:[0,2],exactli:2,exampl:[0,2,4,5,12,13],example_bot:14,exc_info:0,exce:[2,16],except:[4,5,6,7,8,9,12,13,16],exclud:0,exclus:[0,4,13],execut:[0,2,4,13],exercis:16,exhaust:[0,16],exist:[0,2,12,16],expand:12,expect:[0,2,4,12,16],expectedclosingquoteerror:2,expens:[0,2],experi:16,experienc:16,expir:[0,2],explicit:0,explicit_content_filt:[0,12],explicitli:[0,12,13,16],exponenti:12,expos:[2,13,16],express:4,ext:[2,4,5,8,9],ext_commands_help_command:2,extend:[0,2,5],extended_check:2,extens:[0,2,3,4,6,9,16],extensionalreadyload:2,extensionerror:2,extensionfail:2,extensionnotfound:[2,16],extensionnotload:2,extern:2,external_emoji:[0,16],extra:[0,2,8],extract:2,extran:[0,2,12],extrem:0,face:16,facil:16,facilit:[2,12,16],fact:[0,2,16],factor:0,factori:[0,2],fail:[0,2,4,7,12,16],failur:[0,2],fairli:4,fall:0,fallback:0,fals:[0,2,4,12,13,16],falsei:16,familiar:3,far:0,faster:[13,16],favour:12,featur:[0,4,12],feel:[2,3,4],fetch:[2,4,8,12,16],fetch_ban:0,fetch_channel:[0,2,16],fetch_emoji:[0,8],fetch_guild:[0,2,8],fetch_invit:[0,2,12,16],fetch_memb:[0,8,16],fetch_messag:[0,2,8,12],fetch_offline_memb:[0,2,16],fetch_rol:[0,16],fetch_us:[0,2,8,12],fetch_user_profil:[0,2],fetch_webhook:[0,2],fetch_widget:[0,2],few:[0,4,16],fewer:[0,12],ffmpeg:0,ffmpegaudio:0,ffmpegopusaudio:[0,16],ffmpegpcmaudio:[0,8,12],ffprobe:0,field:[0,2,16],figur:[0,16],file:[2,5,8,12,16],filehandl:11,filenam:[0,8,11,12],filesize_limit:[0,16],fill:[0,2],filter:[0,2,12,16],filter_command:2,find:[0,2,4,8,12],find_librari:0,fine:[0,2,4],finer:0,finicki:13,finish:0,fire:[2,16],first:[0,2,4,12],fit:2,five:0,fix_channel_ment:2,flag:[0,2,16],flatten:[0,2,12],flavour:4,flip:16,flow:0,fluent:0,fmt:4,folder:5,follow:[0,2,4,12,13,16],foo:[0,2,4,12,13],footer:0,forbidden:[0,2,4,16],forc:[0,16],form:[0,4],format:[0,2,3,4,5,8,10,12,13,14,16],formatt:[2,11],former:0,found:[0,2,4,8,12,13],fragment:[0,16],frame:[0,2],framework:[5,12],frankfurt:0,free:2,frequenc:16,frequent:12,friend:0,friend_source_flag:0,friendflag:0,friendli:[0,16],friendship:0,from:[0,2,4,5,7,8,10,12,13,16],from_dict:0,from_hsv:0,from_pair:0,from_prob:0,from_rgb:[0,12],from_url:0,full:[0,2,4,12],full_parent_nam:2,fulli:[0,2,16],func:[0,2,3],fundament:13,further:4,fut:8,futur:[0,8,12,16],gain:[0,12],gambl:3,game:[2,4,8,12,16],gameconvert:[2,4],gamesdk:0,gap:[0,2,16],gate:4,gatewai:[0,2,12,16],gatewaynotfound:[0,2],gather:0,gener:[0,2,4,12,16],generalis:[4,12],get:[0,2,4,8,12,13,16],get_all_channel:[0,2],get_all_emoji:[12,16],get_all_memb:[0,2],get_ban:[12,16],get_bot_map:2,get_channel:[0,2,8,12],get_cog:[2,3],get_command:[2,3],get_command_signatur:[2,12],get_context:[2,12],get_default_channel:13,get_default_rol:13,get_destin:[2,12],get_emoji:[0,2,8],get_ending_not:2,get_event_loop:[0,7,13],get_guild:[0,2,8,12],get_invit:12,get_listen:[2,3],get_max_s:2,get_memb:[0,8],get_member_nam:0,get_messag:12,get_opening_not:2,get_prefix:2,get_raw_channel_ment:13,get_raw_ment:13,get_reaction_us:[12,16],get_relationship:0,get_rol:[0,8,12],get_serv:12,get_task:7,get_us:[0,2,8,12],get_user_info:[12,16],getlogg:11,getticket:0,gif:0,gif_auto_plai:0,gigant:16,git:8,give:[0,2,4,13],given:[0,2,4],global:[2,12],globally_block_dm:4,goal:[0,12],goe:[0,10,12],going:[0,2,12],gold:0,gone:[0,12,16],good:8,googl:0,got:[0,4,12,16],grab:0,gracefulli:16,grain:[0,2],grammar:4,grant:[0,1],granular:[2,16],greater:[0,2],greatli:16,greedi:[2,16],greedili:2,green:0,greet:[0,2,3],greypl:0,group:[0,2,4,8,12,16],groupcal:16,groupchannel:12,groupmixin:2,guarante:[0,2,13],guild:[2,3,4,8,16],guild__nam:0,guild_and_friend:0,guild_creat:16,guild_id:[0,2,4],guild_onli:[2,4,12],guild_permiss:0,guild_posit:0,guild_subscript:0,guild_upd:0,guildchannel:[0,2,12,16],had:[0,2,12,13,16],handi:12,handl:[0,2,6,9,12,13,16],handle_execution_respons:0,handler:[0,2,4,11,12,16],handshak:[0,12,16],happen:[0,2,4,5,8,12,16],hard:0,has:[0,2,4,12,13,16],has_any_rol:2,has_guild_permiss:[2,16],has_permiss:2,has_rol:2,hash:[0,16],have:[0,2,4,7,8,12,13,14,16],head:[2,12],header:16,heard:0,heartbeat:[0,2,8,16],heartbeat_ack:[0,2,16],heartbeat_timeout:0,hei:4,height:0,hello:[0,2,3,5,8,12,13,14],help:[0,4,6,9,16],help_command:[2,12],helpcommand:[2,12,16],helper:[0,2,16],helpformatt:16,here:[0,2,3,4,7,8,10,12,14,16],hex:[0,2],hidden:[2,16],hierarchi:[12,16],high:0,higher:[0,12,16],highest:0,hint:[4,12,16],histori:[0,2,12],hmm:8,hoist:0,hold:[0,2],hong:0,hongkong:0,hood:4,hook:2,host:0,hot:5,hour:7,hous:0,hover:0,how:[0,2,4,12,13,16],howev:[0,2,4,12,13],hsv:0,http:[0,2,8,15,16],httpexcept:[0,2,16],hub:0,human:16,hunter:0,hypesquad:0,hypesquad_hous:0,hypesquadhous:0,i18n:2,icon:[0,2,16],icon_url:[0,13,16],icon_url_a:[0,16],ideal:[0,2,12],idempot:2,ident:0,identifi:[0,16],idiom:4,idl:[0,2],ietf:0,ignor:[0,2,4,16],ignore_extra:2,ignore_link:0,illustr:0,imag:[0,2,8,12,16],immedi:16,implement:[0,2,3,4,12,16],impli:0,implic:[0,13],implicit:16,implicitli:0,importerror:[14,16],imposs:0,improp:0,improv:9,inaccess:0,inact:0,includ:[0,2,12,13,16],inclus:0,incom:0,incoming_request:0,incompat:12,incomplet:2,incorrect:[0,2,12,16],increas:0,inde:[2,13],indefinit:[0,2],indent:2,independ:0,index:[0,7,13],indexerror:0,india:[0,16],indic:[0,2,16],individu:0,info:[0,2,4,11,16],info_error:4,inform:[0,2,4,12,13,16],infrastructur:0,inher:0,inherit:[0,2,4,12],initi:[0,2,12],initialis:[0,2],inlin:0,inline_attachment_media:0,inline_embed_media:0,inner:16,input:[0,2,4,16],insensit:2,insert:[0,2,7],insert_field_at:[0,16],insid:[0,2,4,12,16],insight:0,inspect:2,instal:[0,10],instanc:[0,2,4,12,16],instant:0,instanti:0,instantli:0,instead:[0,2,4,12,16],integ:[0,2,4],integr:[0,16],integration_cr:0,integration_delet:0,integration_upd:0,intellig:4,intend:0,intent:12,intention:0,interact:0,interfac:[0,2,4,12,16],intermix:2,intern:[0,2,12,13,16],internet:[0,2,12],interpret:0,interv:16,intric:4,introduc:4,introspect:2,invalid:[0,2,8,13,16],invalidargu:[0,2],invaliddata:[0,2],invalidendofquotedstringerror:2,invis:[0,16],invit:[2,4,12,16],invite_cr:0,invite_delet:0,invite_splash:0,invite_upd:0,invite_url:0,inviteconvert:[2,4],invites_from:[12,16],invoc:[2,6,9],invok:[0,2,4,12],invoke_without_command:2,invoked_subcommand:[2,8,16],invoked_with:2,involv:[0,2,12,13,16],ipc:[0,12],is_avatar_anim:0,is_being_cancel:7,is_binari:13,is_block:0,is_clos:[0,2,12],is_connect:0,is_crosspost:0,is_custom_emoji:0,is_default:[0,12,13],is_default_channel:13,is_empti:[0,16],is_everyon:[13,16],is_friend:0,is_guild_own:2,is_icon_anim:[0,16],is_in_guild:4,is_load:[0,16],is_m:[0,2],is_new:[0,4],is_nsfw:[0,2,12,16],is_on_cooldown:2,is_on_mobil:0,is_opu:0,is_own:[2,4,12],is_paus:0,is_plai:[0,12],is_priv:12,is_readi:[0,2,12],is_run:7,is_spoil:0,is_strict_subset:0,is_strict_superset:0,is_subset:0,is_superset:0,is_system:[0,16],is_unicode_emoji:0,is_us:[0,16],isinst:[0,4,12],isn:[0,2,12],issu:[2,13,16],issubclass:0,item:[0,2,16],iter:[2,9,16],its:[0,2,4,5,12,13],itself:[0,2,4,12],jake:0,japan:0,join:[0,2,4,16],join_notif:0,join_voice_channel:12,joindist:4,joindistanceconvert:4,joined_at:[0,4],jpeg:0,jpg:[0,2],json:[0,8,12],json_url:0,jump:0,jump_url:0,just:[0,2,4,12,16],kbp:0,keep:[4,12,16],kei:[0,2,16],kept:[0,12,16],keyboardinterrupt:[0,2],keyword:[0,2,12,16],kick:[0,12,13,16],kick_memb:[0,16],know:[0,2,4,5,12,13,16],known:[0,2],kong:0,kwarg:[0,2,7],lack:2,lambda:[0,12,16],languag:0,larg:[0,2,16],large_imag:0,large_image_text:0,large_image_url:0,large_text:0,large_threshold:0,larger:[0,2],largest:2,last:[0,2,13],last_messag:0,last_message_id:0,last_pin:0,latenc:[0,2],later:2,latest:[0,16],launch:[0,12,16],lead:[0,2,16],leak:16,learn:0,least:[0,4],leav:[0,4,12],leave_serv:12,left:[0,2,4,7,16],legaci:16,len:[0,2,4,7,8],length:[0,2,8],less:[0,2,16],let:[0,2,7],level:[0,2,4,11,12,16],levelnam:11,lib:0,libffi:10,libnacl:10,libopu:0,librari:[2,4,5,12,13,16],light:0,light_grei:0,lighter_grei:0,like:[0,2,4,5,12,13],likewis:0,limit:[0,2,16],line:[0,2,12,16],linear:[0,4],linger:[0,2],link:0,linter:16,linux:[0,16],liquid:4,list:[0,2,3,4,12,13,16],listen:[0,2,3,12],littl:16,live:[0,16],load:[0,2,5,16],load_extens:[2,5],load_opu:0,local:[0,2,4,12],locat:0,lock:[0,4,7,16],log:[2,9,10,11,12,14,16],logger:11,logic:[0,2,12,16],login:[0,2,12,13,16],loginfailur:[0,2],logout:[0,2,13],logs_from:[12,13,16],london:0,longer:[2,12,13,16],look:[0,2,5,12],lookup:[0,2,8,13,16],loop:[0,2,7,8,13,16],loss:0,lost:0,lot:[0,2,4,12,13,16],low:[0,2],lower:[0,4,12,13,16],lowest:0,luckili:4,lul:8,lying:[0,2],m_id:12,machin:[0,16],machineri:[0,12],made:[0,2,4,13,16],magenta:0,mai:[0,2],main:[0,2,13,16],main_task:13,mainli:[0,2,16],major:[9,13],make:[0,2,4,5,8,12,13,16],manag:[0,2,16],manage_channel:[0,2],manage_emoji:[0,16],manage_guild:[0,12],manage_messag:[0,2,13],manage_nicknam:0,manage_permiss:[0,16],manage_rol:0,manage_serv:12,manage_webhook:[0,16],mani:[0,2,4,12,13,16],manner:[0,4],manual:[0,2,16],map:[0,2,12],mark:[0,2,12,13],markdown:[0,2,16],mass:[0,4],massiv:[12,13],master:8,match:[0,2,16],mate:[0,2],matter:2,max:[0,2,16],max_ag:0,max_concurr:[2,16],max_memb:0,max_messag:[0,16],max_pres:0,max_siz:[2,16],max_us:0,maxconcurrencyreach:2,maximum:[0,2,16],maximum_s:0,mayb:[4,16],mean:[0,2,4,5,12,13,16],meaning:0,meant:[2,13,16],measur:2,mechan:[2,5],medium:0,meet:[0,2,12],member2:4,member:[2,3,4,8,16],member_count:0,member_disconnect:0,member_id:0,member_mov:0,member_prun:0,member_role_upd:0,member_upd:0,memberconvert:[2,4],memberrol:4,members_remov:0,membership:0,membership_st:0,memori:[0,12,16],mention:[0,2,3,4,12,13,16],mention_everyon:0,mentioned_in:[0,16],meow:8,merger:12,messag:[2,4,8,9,10,11,13,14,16],message_bulk_delet:0,message_delet:0,message_display_compact:0,message_id:[0,8],message_length:0,message_pin:0,message_reaction_remov:16,message_reaction_remove_al:16,message_unpin:0,messageconvert:[2,4,16],messageflag:16,messagetyp:[0,16],met:[0,2],meta:[2,6,9],metaclass:[2,12],meth:3,method:[0,2,4,12,16],mfa:0,mfa_en:0,mfa_level:[0,16],mid:2,might:[0,2,4],mighti:0,migrat:[9,16],millisecond:[0,16],mimic:0,mind:[0,4,12],miniatur:0,minifi:2,minim:2,minimalhelpcommand:[2,12,16],minimalist:12,minimis:4,minimum:0,minor:16,minut:[0,7],mirror:[0,2,16],misc:0,miscellan:[0,2],mismatch:[0,16],miss:[0,2,16],missing_perm:2,missing_rol:2,missinganyrol:2,missingpermiss:2,missingrequiredargu:2,missingrol:2,mister:2,misus:12,mix:[0,4],mixin:2,mobil:0,mobile_statu:0,mode:[0,11,16],model:[0,4,9],moder:[0,2],modif:2,modifi:0,modul:[0,2,12,16],modulenotfounderror:14,moduletyp:2,moment:0,monei:3,more:[0,2,4,5,8,12,13,16],more_emoji:0,most:[0,2,4,12,16],move:[0,12,16],move_channel:12,move_memb:[0,12,16],move_rol:12,move_to:[0,16],mp3:12,msg:[0,2,12],much:[0,2,4,12,16],multi:4,multipart:0,multipl:[0,2,4,12,16],must:[0,2,4,5,12,13],mute:[0,16],mute_memb:0,mutual:0,mutual_friend:0,mutual_guild:0,my_aft:8,my_fil:[8,12],my_last_messag:12,my_messag:2,my_url:8,my_whitelist:2,mybot:12,myclient:[0,10],mycog:[2,3,7,12],mycontext:12,myconvert:12,myhelpcommand:12,naiv:[0,2],name:[0,2,3,4,5,8,11,12,13,16],namedtupl:[0,12,16],nan:0,nativ:0,natur:[0,2,12],necessari:[0,2,12],need:[0,2,4,5,12,13,16],nest:[0,4],never:[2,5],new_filenam:8,new_memb:0,new_password:0,newer:13,newest:[0,2],newli:0,next:[0,2,4],next_iter:[7,16],nice:4,nick:0,nicknam:[0,2,4,16],nitro:[0,16],nitro_class:0,no_categori:2,no_pm:12,no_rol:0,nobodi:0,noentrypointerror:2,nois:16,noisi:4,nomoreitem:0,non:[0,2,4,16],nonc:[0,2,16],none:[0,2,3,4,7,8,12,16],nonetyp:2,nonsens:2,noon:0,noprivatemessag:[2,4],normal:[0,12,16],note:[0,2,4,12,13,16],notfound:[0,2,16],noth:[0,2,4],notif:[0,2],notificationlevel:0,notown:2,now:[0,2,5,13,16],nsfw:[0,2,12,16],nsfwchannelrequir:2,ntp:0,number:[0,2,4],oauth2:[0,1],oauth_url:[0,1],obj:[0,16],object:[2,4,12,16],obtain:0,occur:[0,2,5,16],octob:0,off:[0,2,4,12],offer:0,offici:[0,12,16],offlin:[0,2,12,16],often:[0,4,16],old:[0,2,12,13,16],older:[0,13],oldest:[0,2],oldest_first:[0,2],omit:[0,4],on_:[0,2],on_bulk_message_delet:0,on_bulker_cancel:7,on_channel_:12,on_channel_cr:12,on_channel_delet:12,on_channel_upd:[12,13],on_command:[2,12],on_command_complet:[2,12],on_command_error:[2,4,12,16],on_connect:0,on_disconnect:0,on_error:[0,2],on_group_join:0,on_group_remov:0,on_guild_avail:[0,12],on_guild_channel_:12,on_guild_channel_cr:[0,12],on_guild_channel_delet:[0,12],on_guild_channel_pins_upd:0,on_guild_channel_upd:[0,12],on_guild_emojis_upd:[0,12],on_guild_integrations_upd:0,on_guild_join:[0,12],on_guild_remov:[0,12],on_guild_role_cr:[0,12],on_guild_role_delet:[0,12],on_guild_role_upd:[0,12],on_guild_unavail:[0,12],on_guild_upd:[0,12],on_help_command_error:[2,12,16],on_invite_cr:[0,16],on_invite_delet:[0,16],on_member_ban:[0,12,16],on_member_join:[0,3],on_member_remov:0,on_member_unban:[0,16],on_member_upd:[0,13,16],on_messag:[0,2,10,12,13,14],on_message_delet:0,on_message_edit:0,on_private_channel_:12,on_private_channel_cr:[0,12],on_private_channel_delet:[0,12],on_private_channel_pins_upd:0,on_private_channel_upd:[0,12],on_raw_bulk_message_delet:0,on_raw_message_delet:0,on_raw_message_edit:0,on_raw_reaction_add:0,on_raw_reaction_clear:0,on_raw_reaction_clear_emoji:[0,16],on_raw_reaction_remov:0,on_reaction_add:[0,16],on_reaction_clear:[0,16],on_reaction_clear_emoji:[0,16],on_reaction_remov:[0,16],on_readi:[0,2,10,14,16],on_relationship_add:0,on_relationship_remov:0,on_relationship_upd:0,on_resum:[0,16],on_server_avail:12,on_server_emojis_upd:[12,16],on_server_join:12,on_server_remov:12,on_server_role_cr:12,on_server_role_delet:12,on_server_role_upd:[12,13],on_server_unavail:12,on_server_upd:12,on_shard_readi:[0,16],on_socket_clos:13,on_socket_open:13,on_socket_raw_rec:0,on_socket_raw_send:[0,13],on_socket_rec:13,on_statu:13,on_typ:0,on_user_upd:0,on_voice_state_upd:[0,12,13,16],on_webhooks_upd:0,onc:[0,2,5,12,16],one:[0,2,4,12,13,16],ones:[0,2,12],onli:[0,2,12,13,16],onlin:[0,2,13],only_for_m:2,only_for_own:2,only_m:2,only_ment:0,onto:[0,2],opcod:16,open:[0,2,4,8],oper:[0,2,12,13],opportun:12,opportunist:0,opposit:12,optimis:[0,12],option:[0,2,6,7,9,12],optiona:0,opu:16,opuserror:0,opusnotload:0,orang:0,order:[0,2,4,12,13,16],ordereddict:2,origin:[0,2,8],other:[0,2,4,12,13,16],otherwis:[0,2,16],our:[4,5,7,12],ourselv:0,out:[0,2,4,5,12,13,16],outag:[0,2],outgoing_request:0,outlin:[0,2],output:[0,2,16],outsid:[0,2,12],over:[0,2,12],overal:0,overrid:[0,2,4,12],overridden:[0,2,12],overwrit:[0,12,16],overwrite_cr:0,overwrite_delet:0,overwrite_upd:0,overwrites_for:0,own:[0,2,4,16],owner:[0,2,4,12,16],owner_id:[0,2,12,16],owner_or_permiss:2,ownership:0,packag:[10,16],packet:0,pad:2,page:[0,2,4,12,13,16],pagin:[0,2,16],pair:[0,2],param:2,paramet:[0,2,5,6,9,12,13,16],parent:[2,12,16],parenthes:[12,16],pars:[0,2,4,16],parser:[2,4],part:[0,2,12],parti:0,partial:0,partialemoji:[2,4],partialemojiconvert:[2,4],partialinvitechannel:2,partialinviteguild:2,particip:[0,2],particular:[0,12],partner:[0,16],party_id:0,pass:[0,2,3,4,7,8,12,13,16],pass_context:12,password:[0,12],past:0,patch:12,path:[0,5,8],pathlik:0,paus:[0,12],payload:[0,2,13,16],pcm:0,pcmaudio:0,pcmvolumetransform:[0,12],peopl:[0,2,4],pep:[0,4],per:[0,2,12],percentag:0,perform:[0,2,13],period:[0,2],perm:[0,2],permiss:[1,2,4,12,13,16],permissionoverwrit:16,permissions_for:[0,2,16],permissions_in:[0,16],permissions_sync:[0,16],person:[2,4],phone:0,pin:[0,2,12,16],pin_messag:12,pins_add:[0,16],pins_from:12,pip:10,pipe:0,pixel:0,pjsalt:0,place:[0,2,13],plai:[0,2,8,12],plain:5,plan:16,platform:[0,16],player:[0,12,16],pleas:[0,2,4,16],plug:12,plugin:5,png:[0,2,8,12],point:[0,2,5],pointless:0,pointlessli:0,pool:[2,7],popen:0,pornographi:0,port:16,portion:[0,2],posit:[0,12,16],posix:2,possibl:[0,4,13,16],post:[0,2,12],postgresconnectionerror:7,potenti:[0,2],power:[0,2,4,12,13],pre:[0,2,16],precis:[0,16],pred:12,predic:[0,2,4,16],prefer:0,preferred_local:0,prefix:[0,2,4,13,16],prefixes_for:2,prematur:2,premium:[0,16],premium_guild_subscript:0,premium_guild_tier_1:0,premium_guild_tier_2:0,premium_guild_tier_3:0,premium_sinc:[0,16],premium_subscrib:[0,16],premium_subscript:0,premium_subscription_count:[0,16],premium_ti:[0,16],premium_typ:0,premiumtyp:0,prepar:[0,2],prepare_help_command:[2,12],presenc:[0,2,12],present:[0,12],pretend:[5,12],pretti:[4,13],prevent:[0,2,16],previou:[0,2,12,16],previous:[0,2,13],price:4,primari:0,primary_sku_id:0,primer:[6,9],print:[0,2,3,5,7,10,12,14],printer:7,prior:[0,2,12,13],priority_speak:0,privaci:0,privat:[0,2,12,16],private_channel:[0,2,13],privatechannel:[0,2,12],privatemessageonli:2,probabl:[0,2],probe:0,problem:[0,12],procedur:2,process:[0,2,4,5,12,16],process_command:[2,8],produc:0,profil:[2,9,16],program:0,prone:0,proof:12,propag:[0,2,4,16],proper:[0,2,16],properli:[2,16],properti:[0,2,4,16],protocol:2,provid:[0,2,4,12,13,16],proxi:0,proxy_auth:0,proxy_url:0,prune:[0,16],prune_memb:[0,12,16],pseudo:12,public_dis:0,publicli:16,publish:0,pull:8,pure:[0,2],purg:[0,12],purge_from:12,purpl:0,purpos:[0,2,12],push:[0,2,8],put:12,python3:[8,10,14],python:[0,2,3,4,5,9,10,13,16],qualifi:[2,5],qualified_nam:[2,3,12],queri:[0,2,16],query_memb:[0,16],question:13,queue:2,quick:12,quickli:[5,16],quit:13,quot:[2,4,12,16],race:[2,16],raffl:0,rais:[0,2,4,12,16],randint:3,random:[0,3,4,8],randomli:16,rang:4,rare:[0,5],rate:[0,2,16],ratelimit:0,rather:[0,2,16],raw:[0,2,16],raw_channel_ment:[0,13],raw_ment:[0,13],raw_role_ment:0,rawmessageupdateev:16,rawreactionactionev:16,reach:[0,2,4,12],react:[0,2,16],reaction:[2,12,16],reaction_add:[0,2,12],reaction_remov:0,read:[0,2,5,8,12,16],read_messag:[0,16],read_message_histori:[0,2],reader:16,readi:[0,2,16],realiti:0,realli:0,reason:[0,2,4,12,13,16],receiv:[0,2,4,12,13,16],recent:[0,2],recipi:0,recipient_add:0,recipient_remov:0,recognis:[0,16],recommend:[0,2,12],reconnect:[0,2,7,12,16],record_usag:2,recurs:[0,2],red:0,redesign:12,redirect:[0,16],redirect_uri:0,reduc:[13,16],refer:[4,5,6,9,12,13,16],referenc:4,refresh:2,regard:[2,16],regardless:[0,2,12],regener:1,regex:16,region:[0,2,12,13,16],regist:[0,2,4,12,13],registr:[0,2,12],regress:16,regular:[0,2,4,12,16],regularli:2,reinvok:[2,12],reiter:13,relat:[0,2,12,13,16],relationship:0,relationshiptyp:0,relax:4,releas:16,releaselevel:0,relev:12,reli:[0,2,16],reliabl:16,reload:[2,6,9],reload_extens:[2,5],remain:[0,16],remot:8,remov:[0,2,4,5,13,16],remove_check:[2,16],remove_cog:[2,3],remove_command:[2,16],remove_exception_typ:7,remove_field:0,remove_friend:0,remove_listen:2,remove_ment:2,remove_react:[0,12,16],remove_recipi:0,remove_rol:[0,12],renam:[12,16],render:[0,2,16],render_emb:0,render_react:0,reorder:4,replac:[0,2,12,16],replace_rol:12,repli:[0,2,12],repres:[0,2,12,16],represent:0,request:[0,2,4,8,12,16],request_offline_memb:[0,2],requestswebhookadapt:[0,16],requir:[0,1,2,4,12,16],require_colon:0,reset:[0,2,16],reset_cooldown:2,resili:12,resolut:[0,16],resolv:0,resolve_invit:0,resourc:12,resp:[8,12],respect:[0,2,12],respons:[0,16],rest:[2,4,8],rest_is_raw:[2,4],restart:[0,2,5,7,16],restrict:16,restricted_guild:0,result:[0,2,4,8,12,16],resum:[0,2,4,12,16],retreiv:0,retri:[2,12,16],retriev:[0,2,12,16],retry_aft:2,revamp:12,revert:12,revok:[0,2,16],rewritten:16,rfc:0,rgb:[0,12],rich:[0,2,4,12,16],right:[0,4,12],ring:0,risk:2,robust:4,role:[2,4,12,13,16],role_a:16,role_b:16,role_cr:0,role_delet:0,role_hierarchi:[12,16],role_id:0,role_ment:0,role_upd:0,roleconvert:[2,4],roll:2,root:[2,12],root_par:[2,12],roughli:[0,2],routin:2,rpc:0,rpc_origin:0,rule:[0,2,16],rules_channel:[0,16],run:[0,2,4,5,10,12,14,16],run_coroutine_threadsaf:8,run_until_complet:[0,2,13],rung:0,runtim:[2,12,16],runtimeerror:[2,7,12],russia:0,safe:0,safeti:[0,16],sai:[0,2,3,12],said:[0,2,12,13],same:[0,2,4,16],san:2,save:[0,4,12,16],scan:0,scenario:[0,2],scope:1,screen:0,script:10,scrub:[2,12],search:[0,2],second:[0,2,4,7,8,16],secret:[0,4,12],secret_cog_data:12,secretguilddata:4,secretguilddata_error:4,section:2,see:[0,2,4,12,13,16],seek:0,seek_begin:0,seemingli:16,seen:[0,4,13],select:0,self:[0,2,3,4,7,10,12],self_bot:2,self_deaf:0,self_mut:0,self_stream:[0,16],self_video:0,sell:0,send:[0,2,3,4,5,8,9,14,16],send_audio_packet:0,send_bot_help:[2,12],send_cog_help:[2,12],send_command_help:[2,12],send_error_messag:[2,12],send_fil:[12,16],send_friend_request:0,send_group_help:[2,12],send_help:[2,12,16],send_messag:[0,12,13,16],send_pag:2,send_tts_messag:0,send_typ:12,sens:13,sent:[0,2,16],sentinel:0,separ:[0,2,13],seq:0,sequenc:[0,2,13,16],server:[0,2,8,13,16],server_permiss:16,server_voice_st:[12,16],serverregion:[13,16],servic:2,sess:12,session:[0,8,12,16],session_id:0,set:[0,2,4,12,16],set_author:0,set_channel_permiss:13,set_field_at:0,set_foot:0,set_imag:[0,8],set_permiss:[0,12],set_thumbnail:0,setformatt:11,setlevel:11,settabl:0,setup:[2,5],sever:[2,12],shallow:0,shard:[0,2,9,16],shard_count:[0,12],shard_id:[0,12],share:[0,2],shift:[0,2],shim:16,short_doc:2,shortcut:[0,2,12,16],shorten:2,shorten_text:2,shorter:4,shorthand:[0,2],should:[0,2,4,12,13,16],shouldn:16,show:[0,12,16],show_current_gam:0,show_hidden:2,shown:[0,2,16],side:4,sidestep:16,sign:8,signal:[0,2,4,16],signatur:[2,4,12,13],signific:12,significantli:[12,16],silent:[0,2,4],similar:[0,2,4,5,12],similarli:[0,2,4,12],simpl:[4,5,12],simplifi:16,sinc:[0,2,4,12,13,16],singapor:0,singl:[0,2,4,5,12,16],singular:[4,12],situat:0,size:[0,2,12,16],skip:[0,4],sku:0,slap:4,slapper:4,slash:0,sleep:[0,8,16],sleep_until:[0,16],slightli:[0,4],slim:0,slot:[0,16],slow:[0,2],slow_count:7,slowmod:0,slowmode_delai:0,slug:0,small:[0,16],small_imag:0,small_image_text:0,small_image_url:0,small_text:0,snippet:12,snowflak:[0,2],snowflake_tim:0,sold:0,sole:[0,2,4],some:[0,2,3,4,7,8,12,13,16],some_channel:8,some_fp:12,somecogmixin:2,somehow:[0,2,16],somemixin:2,someon:[0,2,16],someth:[0,2,4,12,13],sometim:[0,4,5,16],somewhat:16,song:[0,8],sort:[0,2,12],sort_command:2,sourc:[0,10,12],source_message_delet:0,south:0,southafrica:0,space:[2,4,12],spam:4,speak:[0,16],special:[0,2,12],specif:[0,2,4,12,16],specifi:[0,2,4,12,13,16],spectat:0,speech:[0,2],spell:2,spike:16,splash:[0,16],splash_url:0,splash_url_a:0,split:[0,4],spoiler:0,spotifi:16,stack:16,staff:0,stand:0,standard:[0,16],start:[0,2,7,12,16],start_private_messag:12,startswith:[0,2,14],state:[0,2,4,13,16],statement:0,static_format:0,statu:[0,2,8,12,13,16],status:16,status_cod:8,stderr:[0,2,4,7,16],stdin:0,step:[0,4,5],stereo:0,still:[0,2,4,13,16],stop:[0,2,7,12,16],store:[0,12],str:[0,2,4,8,16],straightforward:13,strang:0,strategi:[0,2],stream:[8,16],streamplay:16,strict:0,string:[0,2,4,5,12,13,16],stringli:0,strip:[2,4,16],structur:[13,16],stuff:[0,2,4,8],style:[0,16],sub:[0,2,4],subclass:[0,2,16],subcommand:[2,12],subcommand_not_found:[2,12],subcommand_pass:2,subject:16,subprocess:0,subprocess_kwarg:0,subscript:[0,16],subsequ:0,subset:0,substitut:0,succe:2,succeed:2,success:0,successfulli:[0,2],suffix:[2,16],suggest:[0,2],suit:0,suitabl:0,summari:0,superset:0,suppli:[0,2],support:[4,9,12,13,16],suppress:[0,16],suppress_emb:0,sure:[2,8],surpass:0,surpris:[4,16],swallow:0,sydnei:0,sync:[0,16],sync_permiss:0,synchron:12,syntax:[0,4],sys:[0,2,7],system:[0,2,4,12,16],system_channel:[0,3,16],system_channel_flag:[0,16],system_cont:[0,16],systemchannelflag:16,tabl:[0,4],table_flip:0,take:[0,2,4,5,12,13,16],taken:[0,16],talk:0,target:[0,4],task:[0,2,9,12,16],teal:0,team:[0,2,16],team_us:[0,16],teammemb:0,teammembershipst:0,teardown:[2,5],teaser_graph:8,technic:[4,16],techniqu:4,tediou:4,tell:[2,4,13],temporari:0,ten:0,term:[2,4],termin:[0,2,16],test:[2,4,12,13],test_error:4,text:[0,2,12,13,16],text_channel:[0,8,12],textchannel:[2,4,12,16],textchannelconvert:[2,4,12],than:[0,2,4,8,12,13,16],thank:16,thei:[0,2,4,12,13,16],them:[0,2,4,5,12,13,16],theme:0,thi:[0,2,3,4,5,12,13,16],thing:[0,4,12,13,16],third:2,those:[0,2,4,12,16],though:0,thousand:16,thread:[0,13,16],three:2,through:[0,2,4,12,13,16],throughout:4,thrown:[0,2],thu:[0,2,12],thumb:[0,2,8],thumbnail:0,thumbsup:8,tier:0,tighten:16,time:[0,2,4,5,8,12,16],timedelta:0,timeout:[0,2,12,16],timeouterror:[0,2,12],timestamp:[0,12],timezon:[0,2],timezone_offset:0,titl:[0,12],to_dict:0,to_fil:[0,16],to_rgb:[0,12],to_slap:4,to_tupl:12,to_upp:4,togeth:[2,4,12],toggl:[4,16],token:[0,2,10,12,13,14,16],too:[0,2,12,16],took:[0,12],tool:2,toomanyargu:2,top:0,top_rol:[0,16],topic:0,total:[0,2],toward:12,traceback:0,track:0,track_id:0,tradit:0,traffic:0,trait:0,transfer:0,transform:[0,2],transmit:0,transpar:[0,12],trap:16,treat:4,tri:[0,4,16],tribool:2,trigger:[0,2,16],trigger_typ:[0,2,12],trust:[0,16],tts:[0,2,13],tune:4,tupl:[0,2,4,12,16],turn:[0,4,12],twice:16,twitch:0,twitch_nam:0,two:[0,2,4,12,16],type:[0,2,7,8,13,16],typeerror:[0,2,7,16],typic:[0,2],u0001f44d:8,ultim:5,unavail:[0,2,16],unban:[0,12,16],unbind:2,unblock:0,unbound:12,unboundlocalerror:16,uncaught:0,unchang:2,uncondition:16,under:[0,2,4,16],undergo:12,underli:12,underlin:2,understand:2,undetermin:4,undo:[0,2],undocu:16,unexpect:[0,2],unexpectedquoteerror:2,unicod:[0,16],unintend:[2,4],union:[0,2],uniqu:[0,2],unix:0,unknown:[0,2,16],unless:[0,2,12],unlik:[0,2,4],unlimit:0,unload:[2,5,12],unload_extens:2,unnecessari:16,unpack:16,unpin:[0,12],unpin_messag:12,unrestrict:0,unset:2,unspecifi:[0,2],unsuppress:0,unsync:0,until:[0,2,4,13,16],updat:[0,2,7,12,16],upgrad:[9,16],upload:[0,2,12],upon:[0,2,16],upper:4,urgent:0,uri:0,url:[0,2,8,12,16],us_centr:0,us_east:0,us_south:0,us_west:[0,2,13],usabl:[0,16],usag:[0,2,4,12,16],use:[0,2,4,5,12,13,16],use_cach:0,use_external_emoji:[0,16],use_nicknam:[2,4],use_voice_activ:0,used:[0,2,4,5,12,16],useful:[0,2,4,5,12,16],useless:13,user:[2,4,8,10,13,14,16],user_id:[0,2],user_limit:0,usercontentfilt:0,userconvert:[2,4,12],userinputerror:[2,16],usernam:[0,4,16],uses:[0,2,12,16],using:[0,2,4,12,13,16],usual:[0,2,4,5],utc:[0,2],utf:[2,11],util:[1,2,8,9,12,13,16],valid:[0,2,4,12,13,16],valu:[0,2,4,13,16],valueerror:[0,7,16],vaniti:[0,12],vanity_cod:0,vanity_invit:[0,12],vanity_url:0,vanity_url_cod:0,variabl:[0,12,13],variou:16,venv:10,verb:0,veri:[0,2],verif:[0,16],verifi:[0,2],verification_level:[0,16],verificationlevel:[0,16],verify_check:2,verify_kei:0,version:[0,2,9,13,16],version_info:[0,16],versionad:0,very_high:0,via:[0,2,4,12,13,16],video:0,view:[0,12],view_audit_log:[0,12],view_channel:[0,16],view_guild_insight:[0,16],vip:[0,16],vip_amsterdam:0,vip_region:0,vip_us_east:0,vip_us_west:0,virtual:10,visibl:[12,16],voic:[2,8,9,10,16],voice_channel:[0,12],voice_cli:[0,2,12,16],voice_client_in:16,voice_memb:12,voice_st:[0,16],voice_state_for:0,voicechannel:[2,4,12,16],voicechannelconvert:[2,4,12],voicecli:[0,2,12,16],voiceregion:[0,2,16],voicest:[12,16],volum:[0,12],wai:[0,2,4,12,16],wait:[0,2,7,9,16],wait_for:[0,2,12],wait_for_messag:[12,16],wait_for_react:[12,16],wait_until_login:[12,16],wait_until_readi:[0,2,7,12,16],walk:2,walk_command:[2,3],wall:4,want:[0,2,4,5,12,13],warn:[0,4,11,16],watch:[0,8],web:0,web_statu:0,webhook:[2,9,12,16],webhook_cr:0,webhook_delet:0,webhook_id:[0,2,12],webhook_upd:0,webhookadapt:0,webhooktyp:[0,16],webm:0,webp:0,websocket:[0,2,12,16],week:0,welcom:[0,3],welcome_screen_en:0,well:[0,2,4,12,16],went:13,were:[0,2,12,13,16],west:[0,13],what:[0,2,4,5,12,13,16],whatev:[0,16],when:[0,2,4,5,12,13,16],when_ment:2,when_mentioned_or:2,whenev:[0,2,12],where:[0,2,4,12,13,16],whether:[0,2,12,16],which:[0,2,4,5,12,13,16],whisper:12,white:4,whitelist:2,who:[0,2,16],whose:0,why:[0,2],wide:[0,2],widget:[2,16],widget_channel:0,widget_en:0,width:[0,2,16],window:0,winner:0,wise:[0,2,12],wish:0,with_count:[0,2],withdraw_monei:3,within:[0,2,4,16],without:[0,2,5,12,16],won:0,word:4,work:[0,2,4,12,13,16],world:0,worth:0,would:[0,2,4,12,16],wrap:[0,4,12],write:[4,16],written:[0,4],wrong:[0,2],x__y:0,xsalsa20_poly1305_lit:16,yes:4,yet:16,yield:[0,2,8,13],you:[0,2,4,5,8,12,13,16],your:[0,2,4,8,10,12,13,14,16],yourself:[0,2,4,12],youtub:[0,16],zip:8},titles:["API \ub808\ud37c\ub7f0\uc2a4","\ubd07 \uacc4\uc815 \uc0dd\uc131","API Reference","Cogs","Commands","Extensions","discord.ext.commands
\u2013 Bot commands \ud504\ub808\uc784\uc6cc\ud06c","discord.ext.tasks
\u2013 asyncio.Task \ud5ec\ud37c","\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38","discord.py\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4","\uc18c\uac1c","\ub85c\uae45 \uc124\uc815","Migrating to v1.0","Migrating to v0.10.0","\ube60\ub978 \uc2dc\uc791","\ubc84\uc804 \uac1c\ub7f0\ud2f0","Changelog"],titleterms:{"\uac00":8,"\uac00\uc0c1":10,"\uac04\ub2e8\ud55c":3,"\uac10\uc0ac":8,"\uac16\uace0\uc624\ub098\uc694":8,"\uac1c\ub150":10,"\uac1c\ub7f0\ud2f0":15,"\uac1c\uc778":8,"\uac80\uc0ac":3,"\uac83\uc744":9,"\uac83\uc758":15,"\uacc4\uc815":1,"\uad00\ub828\ub41c":0,"\uad00\ub828\uc131":0,"\uae30\ubcf8":10,"\ub0b4\uc6a9":9,"\ub0b4\uc7a5":8,"\ub294":8,"\ub3cc\ub9b4":8,"\ub4f1\ub85d":3,"\ub514\uc2a4\ucf54\ub4dc":0,"\ub530\uc634\ud45c":8,"\ub73b\uc774":8,"\ub808\uc2dc\ud53c":7,"\ub808\ud37c\ub7f0\uc2a4":[0,7],"\ub85c\uadf8\ub97c":8,"\ub85c\uae45":11,"\ub9ac\ud018\uc2a4\ud2b8\ub294":8,"\ub9cc\ub4dc\ub098\uc694":8,"\ub9cc\ub4e4\uc8e0":8,"\uba48\ucd94\uac8c":8,"\uba54\uc18c\ub4dc\ub4e4":3,"\uba54\uc2dc\uc9c0":8,"\uba54\uc2dc\uc9c0\ub97c":8,"\uba54\uc2dc\uc9c0\uc5d0":8,"\uba54\uc2dc\uc9c0\uc758":8,"\uba85\ub839\uc5b4":8,"\uba85\ub839\uc5b4\ub97c":8,"\ubaa8\ub378":0,"\ubaa8\ub378\uc740":8,"\ubb34\uc5b8\uac00\ub97c":8,"\ubb38\uc11c":9,"\ubb3b\ub294":8,"\ubb54\uac00\uc694":8,"\ubbf8\uc2dc\uc9c0\ub97c":8,"\ubc18\uc751\uc744":8,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":8,"\ubc84\uc804":15,"\ubc84\uc804\uacfc":0,"\ubcc0\ud654\uac00":15,"\ubcc0\ud654\uc758":15,"\ubcf4\ub0b8":8,"\ubcf4\ub0bc":8,"\ubcfc":8,"\ubd07":[1,14],"\ubd07\uc758":8,"\ube60\ub978":14,"\uc0ac\uc6a9\uc790":0,"\uc0ac\uc6a9\ud558\uae30":3,"\uc0ac\uc6a9\ud560":8,"\uc0ac\uc9c4\uc5d0":8,"\uc0c1\ud0dc":8,"\uc0dd\uc131":1,"\uc0dd\uc131\ud558\ub294":8,"\uc124\uc815":11,"\uc124\uc815\ud560":8,"\uc124\uce58":10,"\uc18c\uac1c":10,"\uc218":8,"\uc2dc\uc791":14,"\uc544\ub2cc":15,"\uc5b4\ub514\uc11c":8,"\uc5b4\ub514\uc5d0":8,"\uc5b4\ub5bb\uac8c":8,"\uc5bb\ub098\uc694":8,"\uc5bb\uc744":8,"\uc5c5\ub85c\ub4dc\ud560":8,"\uc608":15,"\uc608\uc2dc\ub4e4\uc744":8,"\uc608\uc81c":3,"\uc624\uc2e0":9,"\uc65c":8,"\uc694\uad6c":10,"\uc6d0\ubcf8":8,"\uc6f9":8,"\uc744":8,"\uc758":8,"\uc774\ubbf8\uc9c0":8,"\uc774\ubbf8\uc9c0\ub97c":8,"\uc774\ubca4\ud2b8\uac00":8,"\uc778\uc6a9\uad6c":8,"\uc778\uc790\uc5d0":8,"\uc77c\ubc18":8,"\uc784\ubca0\ub4dc":8,"\uc788\ub098\uc694":8,"\uc790\uc8fc":8,"\uc804\ub2ec\ud558\ub098\uc694":8,"\uc815\ubcf4":[0,9],"\uc81c":8,"\uc870\uac74":10,"\uc911":8,"\uc9c8\ubb38":8,"\ucc44\ub110\uc5d0":8,"\ucd08\ub300":1,"\ucd5c\uc18c\ud55c\uc758":14,"\ucd94\uac00":9,"\ucd94\uac00\ud560":8,"\ucf54\ub8e8\ud2f4":8,"\ucf54\ub8e8\ud2f4\uc744":8,"\ucf54\ub8e8\ud2f4\uc774":8,"\ud070":15,"\ud074\ub77c\uc774\uc5b8\ud2b8":0,"\ud2b9\ubcc4\ud55c":3,"\ud2b9\uc815\ud55c":8,"\ud30c\uc77c\uc744":8,"\ud504\ub808\uc784\uc6cc\ud06c":6,"\ud50c\ub808\uc774\uc5b4\uc758":8,"\ud544\uc694\ud558\uc8e0":8,"\ud558\ub294":8,"\ud558\uba74":8,"\ud558\uc704":8,"\ud568\uc218\uc5d0":8,"\ud5ec\ud37c":7,"\ud655\uc7a5":[8,9],"\ud658\uacbd":10,"\ud658\uc601\ud569\ub2c8\ub2e4":9,"abstract":0,"await\uc744":8,"break":16,"class":0,"enum":2,"function":[0,13],"id\ub97c":8,"int":12,"message\ub97c":8,"new":16,"py\uc5d0":9,For:12,activ:0,adapt:0,advanc:4,after:[8,12],allowedment:0,api:[0,2,7],argument:[4,13],asset:0,async:0,asynchron:12,asyncio:7,attach:0,audit:0,base:0,baseact:0,basic:4,befor:12,block:8,bool:4,bot:[2,6],bug:16,callmessag:0,categorychannel:0,chang:[12,13,16],changelog:16,channel:12,check:[2,4,12],clean:5,client:13,cog:[2,3,5,12],colour:0,command:[2,4,6,12,16],connect:12,context:[2,4,12],convert:[2,4,12],coroutin:13,customact:0,data:0,depend:12,dict:12,discord:[4,6,7,9,16],dmchannel:0,emb:0,emoji:0,enumer:[0,13],error:4,event:[0,2,12,13],except:[0,2],ext:[6,7,16],extens:[5,12],featur:16,fetch:0,file:0,fix:16,forc:13,game:0,global:4,greedi:4,groupcal:0,groupchannel:0,guild:[0,12],handl:4,help:[2,12],helper:12,helpformatt:12,hierarchi:[0,2],hook:12,improv:[12,16],inlin:4,invit:0,invoc:[4,12],iter:[0,12,13],keyword:[4,13],librari:0,log:0,major:12,manag:13,member:[0,12,13],messag:[0,12],messageflag:0,meta:3,migrat:[12,13],miscellan:[12,16],model:12,now:12,object:0,on_messag:8,onli:4,option:[3,4],opu:0,paramet:4,partialemoji:0,partialinvitechannel:0,partialinviteguild:0,perform:16,permiss:0,permissionoverwrit:0,posit:4,primer:5,profil:0,properti:[12,13],python:12,rawbulkmessagedeleteev:0,rawmessagedeleteev:0,rawmessageupdateev:0,rawreactionactionev:0,rawreactionclearemojiev:0,rawreactionclearev:0,reaction:0,refer:[0,2],registr:13,reliabl:0,reload:5,remov:12,renam:13,role:0,run:13,send:12,server:12,shard:12,show:2,snowflak:12,special:4,split:12,spotifi:0,state:12,stream:0,subclass:12,support:0,systemchannelflag:0,task:7,textchannel:0,type:[4,12],union:4,upgrad:12,user:[0,12],util:0,valu:12,variabl:4,version:12,voic:[0,12],voicechannel:0,voicest:0,wait:12,webhook:0,widget:0,widgetchannel:0,widgetmemb:0}})
\ No newline at end of file
+Search.setIndex({docnames:["api","discord","ext/commands/api","ext/commands/cogs","ext/commands/commands","ext/commands/extensions","ext/commands/index","ext/tasks/index","faq","index","intro","logging","migrating","migrating_to_async","quickstart","version_guarantees","whats_new"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","discord.rst","ext\\commands\\api.rst","ext\\commands\\cogs.rst","ext\\commands\\commands.rst","ext\\commands\\extensions.rst","ext\\commands\\index.rst","ext\\tasks\\index.rst","faq.rst","index.rst","intro.rst","logging.rst","migrating.rst","migrating_to_async.rst","quickstart.rst","version_guarantees.rst","whats_new.rst"],objects:{"discord.Activity":{application_id:[0,1,1,""],assets:[0,1,1,""],details:[0,1,1,""],emoji:[0,1,1,""],end:[0,2,1,""],large_image_text:[0,2,1,""],large_image_url:[0,2,1,""],name:[0,1,1,""],party:[0,1,1,""],small_image_text:[0,2,1,""],small_image_url:[0,2,1,""],start:[0,2,1,""],state:[0,1,1,""],timestamps:[0,1,1,""],type:[0,1,1,""],url:[0,1,1,""]},"discord.ActivityType":{custom:[0,1,1,""],listening:[0,1,1,""],playing:[0,1,1,""],streaming:[0,1,1,""],unknown:[0,1,1,""],watching:[0,1,1,""]},"discord.AllowedMentions":{everyone:[0,1,1,""],roles:[0,1,1,""],users:[0,1,1,""]},"discord.AppInfo":{bot_public:[0,1,1,""],bot_require_code_grant:[0,1,1,""],cover_image:[0,1,1,""],cover_image_url:[0,2,1,""],description:[0,1,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],primary_sku_id:[0,1,1,""],rpc_origins:[0,1,1,""],slug:[0,1,1,""],summary:[0,1,1,""],team:[0,1,1,""],verify_key:[0,1,1,""]},"discord.Asset":{read:[0,2,1,""],save:[0,2,1,""]},"discord.AsyncIterator":{filter:[0,2,1,""],find:[0,2,1,""],flatten:[0,2,1,""],get:[0,2,1,""],map:[0,2,1,""],next:[0,2,1,""]},"discord.AsyncWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Attachment":{filename:[0,1,1,""],height:[0,1,1,""],id:[0,1,1,""],is_spoiler:[0,2,1,""],proxy_url:[0,1,1,""],read:[0,2,1,""],save:[0,2,1,""],size:[0,1,1,""],to_file:[0,2,1,""],url:[0,1,1,""],width:[0,1,1,""]},"discord.AudioSource":{cleanup:[0,2,1,""],is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.AuditLogAction":{ban:[0,1,1,""],bot_add:[0,1,1,""],channel_create:[0,1,1,""],channel_delete:[0,1,1,""],channel_update:[0,1,1,""],emoji_create:[0,1,1,""],emoji_delete:[0,1,1,""],emoji_update:[0,1,1,""],guild_update:[0,1,1,""],integration_create:[0,1,1,""],integration_delete:[0,1,1,""],integration_update:[0,1,1,""],invite_create:[0,1,1,""],invite_delete:[0,1,1,""],invite_update:[0,1,1,""],kick:[0,1,1,""],member_disconnect:[0,1,1,""],member_move:[0,1,1,""],member_prune:[0,1,1,""],member_role_update:[0,1,1,""],member_update:[0,1,1,""],message_bulk_delete:[0,1,1,""],message_delete:[0,1,1,""],message_pin:[0,1,1,""],message_unpin:[0,1,1,""],overwrite_create:[0,1,1,""],overwrite_delete:[0,1,1,""],overwrite_update:[0,1,1,""],role_create:[0,1,1,""],role_delete:[0,1,1,""],role_update:[0,1,1,""],unban:[0,1,1,""],webhook_create:[0,1,1,""],webhook_delete:[0,1,1,""],webhook_update:[0,1,1,""]},"discord.AuditLogActionCategory":{"delete":[0,1,1,""],create:[0,1,1,""],update:[0,1,1,""]},"discord.AuditLogChanges":{after:[0,1,1,""],before:[0,1,1,""]},"discord.AuditLogDiff":{afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],allow:[0,1,1,""],avatar:[0,1,1,""],bitrate:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],color:[0,1,1,""],colour:[0,1,1,""],deaf:[0,1,1,""],default_message_notifications:[0,1,1,""],default_notifications:[0,1,1,""],deny:[0,1,1,""],explicit_content_filter:[0,1,1,""],hoist:[0,1,1,""],icon:[0,1,1,""],id:[0,1,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],mentionable:[0,1,1,""],mfa_level:[0,1,1,""],mute:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],overwrites:[0,1,1,""],owner:[0,1,1,""],permissions:[0,1,1,""],position:[0,1,1,""],region:[0,1,1,""],roles:[0,1,1,""],slowmode_delay:[0,1,1,""],splash:[0,1,1,""],system_channel:[0,1,1,""],temporary:[0,1,1,""],topic:[0,1,1,""],type:[0,1,1,""],uses:[0,1,1,""],vanity_url_code:[0,1,1,""],verification_level:[0,1,1,""],widget_channel:[0,1,1,""],widget_enabled:[0,1,1,""]},"discord.AuditLogEntry":{action:[0,1,1,""],after:[0,1,1,""],before:[0,1,1,""],category:[0,1,1,""],changes:[0,1,1,""],created_at:[0,1,1,""],extra:[0,1,1,""],id:[0,1,1,""],reason:[0,1,1,""],target:[0,1,1,""],user:[0,1,1,""]},"discord.AutoShardedClient":{change_presence:[0,2,1,""],close:[0,2,1,""],latencies:[0,2,1,""],latency:[0,2,1,""],request_offline_members:[0,2,1,""],shard_ids:[0,1,1,""]},"discord.BaseActivity":{created_at:[0,2,1,""]},"discord.CallMessage":{call_ended:[0,2,1,""],channel:[0,2,1,""],duration:[0,2,1,""],ended_timestamp:[0,1,1,""],message:[0,1,1,""],participants:[0,1,1,""]},"discord.CategoryChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],channels:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_nsfw:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],text_channels:[0,2,1,""],type:[0,2,1,""],voice_channels:[0,2,1,""]},"discord.ChannelType":{"private":[0,1,1,""],category:[0,1,1,""],group:[0,1,1,""],news:[0,1,1,""],store:[0,1,1,""],text:[0,1,1,""],voice:[0,1,1,""]},"discord.Client":{activity:[0,2,1,""],allowed_mentions:[0,2,1,""],application_info:[0,2,1,""],cached_messages:[0,2,1,""],change_presence:[0,2,1,""],clear:[0,2,1,""],close:[0,2,1,""],connect:[0,2,1,""],create_guild:[0,2,1,""],delete_invite:[0,2,1,""],emojis:[0,2,1,""],event:[0,2,1,""],fetch_channel:[0,2,1,""],fetch_guild:[0,2,1,""],fetch_guilds:[0,2,1,""],fetch_invite:[0,2,1,""],fetch_user:[0,2,1,""],fetch_user_profile:[0,2,1,""],fetch_webhook:[0,2,1,""],fetch_widget:[0,2,1,""],get_all_channels:[0,2,1,""],get_all_members:[0,2,1,""],get_channel:[0,2,1,""],get_emoji:[0,2,1,""],get_guild:[0,2,1,""],get_user:[0,2,1,""],guilds:[0,2,1,""],is_closed:[0,2,1,""],is_ready:[0,2,1,""],latency:[0,2,1,""],login:[0,2,1,""],logout:[0,2,1,""],loop:[0,1,1,""],on_error:[0,2,1,""],private_channels:[0,2,1,""],request_offline_members:[0,2,1,""],run:[0,2,1,""],start:[0,2,1,""],user:[0,2,1,""],users:[0,2,1,""],voice_clients:[0,2,1,""],wait_for:[0,2,1,""],wait_until_ready:[0,2,1,""],ws:[0,1,1,""]},"discord.ClientUser":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],blocked:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_group:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],edit:[0,2,1,""],edit_settings:[0,2,1,""],email:[0,1,1,""],friends:[0,2,1,""],get_relationship:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],locale:[0,1,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mfa_enabled:[0,1,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],premium:[0,1,1,""],premium_type:[0,1,1,""],relationships:[0,2,1,""],system:[0,1,1,""],verified:[0,1,1,""]},"discord.Colour":{"default":[0,2,1,""],b:[0,2,1,""],blue:[0,2,1,""],blurple:[0,2,1,""],dark_blue:[0,2,1,""],dark_gold:[0,2,1,""],dark_green:[0,2,1,""],dark_grey:[0,2,1,""],dark_magenta:[0,2,1,""],dark_orange:[0,2,1,""],dark_purple:[0,2,1,""],dark_red:[0,2,1,""],dark_teal:[0,2,1,""],darker_grey:[0,2,1,""],from_hsv:[0,2,1,""],from_rgb:[0,2,1,""],g:[0,2,1,""],gold:[0,2,1,""],green:[0,2,1,""],greyple:[0,2,1,""],light_grey:[0,2,1,""],lighter_grey:[0,2,1,""],magenta:[0,2,1,""],orange:[0,2,1,""],purple:[0,2,1,""],r:[0,2,1,""],red:[0,2,1,""],teal:[0,2,1,""],to_rgb:[0,2,1,""],value:[0,1,1,""]},"discord.ConnectionClosed":{code:[0,1,1,""],reason:[0,1,1,""],shard_id:[0,1,1,""]},"discord.ContentFilter":{all_members:[0,1,1,""],disabled:[0,1,1,""],no_role:[0,1,1,""]},"discord.CustomActivity":{emoji:[0,1,1,""],name:[0,1,1,""],type:[0,2,1,""]},"discord.DMChannel":{created_at:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],me:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipient:[0,1,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Embed":{Empty:[0,1,1,""],add_field:[0,2,1,""],author:[0,2,1,""],clear_fields:[0,2,1,""],colour:[0,1,1,""],copy:[0,2,1,""],description:[0,1,1,""],fields:[0,2,1,""],footer:[0,2,1,""],from_dict:[0,2,1,""],image:[0,2,1,""],insert_field_at:[0,2,1,""],provider:[0,2,1,""],remove_field:[0,2,1,""],set_author:[0,2,1,""],set_field_at:[0,2,1,""],set_footer:[0,2,1,""],set_image:[0,2,1,""],set_thumbnail:[0,2,1,""],thumbnail:[0,2,1,""],timestamp:[0,1,1,""],title:[0,1,1,""],to_dict:[0,2,1,""],type:[0,1,1,""],url:[0,1,1,""],video:[0,2,1,""]},"discord.Emoji":{"delete":[0,2,1,""],animated:[0,1,1,""],available:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],is_usable:[0,2,1,""],managed:[0,1,1,""],name:[0,1,1,""],require_colons:[0,1,1,""],roles:[0,2,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.FFmpegAudio":{cleanup:[0,2,1,""]},"discord.FFmpegOpusAudio":{from_probe:[0,2,1,""],is_opus:[0,2,1,""],probe:[0,2,1,""],read:[0,2,1,""]},"discord.FFmpegPCMAudio":{is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.File":{filename:[0,1,1,""],fp:[0,1,1,""],spoiler:[0,1,1,""]},"discord.FriendFlags":{everyone:[0,1,1,""],guild_and_friends:[0,1,1,""],mutual_friends:[0,1,1,""],mutual_guilds:[0,1,1,""],noone:[0,1,1,""]},"discord.Game":{end:[0,2,1,""],name:[0,1,1,""],start:[0,2,1,""],type:[0,2,1,""]},"discord.GroupCall":{call:[0,1,1,""],channel:[0,2,1,""],connected:[0,2,1,""],region:[0,1,1,""],ringing:[0,1,1,""],unavailable:[0,1,1,""],voice_state_for:[0,2,1,""]},"discord.GroupChannel":{add_recipients:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],leave:[0,2,1,""],me:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipients:[0,1,1,""],remove_recipients:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Guild":{"delete":[0,2,1,""],ack:[0,2,1,""],afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],audit_logs:[0,2,1,""],ban:[0,2,1,""],banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],bans:[0,2,1,""],bitrate_limit:[0,2,1,""],by_category:[0,2,1,""],categories:[0,2,1,""],channels:[0,2,1,""],chunked:[0,2,1,""],create_category:[0,2,1,""],create_category_channel:[0,2,1,""],create_custom_emoji:[0,2,1,""],create_role:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],default_notifications:[0,1,1,""],default_role:[0,2,1,""],description:[0,1,1,""],discovery_splash:[0,1,1,""],discovery_splash_url:[0,2,1,""],discovery_splash_url_as:[0,2,1,""],edit:[0,2,1,""],emoji_limit:[0,2,1,""],emojis:[0,1,1,""],estimate_pruned_members:[0,2,1,""],explicit_content_filter:[0,1,1,""],features:[0,1,1,""],fetch_ban:[0,2,1,""],fetch_channels:[0,2,1,""],fetch_emoji:[0,2,1,""],fetch_emojis:[0,2,1,""],fetch_member:[0,2,1,""],fetch_members:[0,2,1,""],fetch_roles:[0,2,1,""],filesize_limit:[0,2,1,""],get_channel:[0,2,1,""],get_member:[0,2,1,""],get_member_named:[0,2,1,""],get_role:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_icon_animated:[0,2,1,""],kick:[0,2,1,""],large:[0,2,1,""],leave:[0,2,1,""],max_members:[0,1,1,""],max_presences:[0,1,1,""],me:[0,2,1,""],member_count:[0,2,1,""],members:[0,2,1,""],mfa_level:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""],preferred_locale:[0,1,1,""],premium_subscribers:[0,2,1,""],premium_subscription_count:[0,1,1,""],premium_tier:[0,1,1,""],prune_members:[0,2,1,""],query_members:[0,2,1,""],region:[0,1,1,""],roles:[0,2,1,""],rules_channel:[0,2,1,""],shard_id:[0,2,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],system_channel:[0,2,1,""],system_channel_flags:[0,2,1,""],text_channels:[0,2,1,""],unavailable:[0,1,1,""],unban:[0,2,1,""],vanity_invite:[0,2,1,""],verification_level:[0,1,1,""],voice_channels:[0,2,1,""],voice_client:[0,2,1,""],webhooks:[0,2,1,""],widget:[0,2,1,""]},"discord.HTTPException":{code:[0,1,1,""],response:[0,1,1,""],status:[0,1,1,""],text:[0,1,1,""]},"discord.HypeSquadHouse":{balance:[0,1,1,""],bravery:[0,1,1,""],brilliance:[0,1,1,""]},"discord.Invite":{"delete":[0,2,1,""],approximate_member_count:[0,1,1,""],approximate_presence_count:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],created_at:[0,1,1,""],guild:[0,1,1,""],id:[0,2,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],revoked:[0,1,1,""],temporary:[0,1,1,""],url:[0,2,1,""],uses:[0,1,1,""]},"discord.Member":{activities:[0,1,1,""],activity:[0,2,1,""],add_roles:[0,2,1,""],avatar:[0,2,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],ban:[0,2,1,""],block:[0,2,1,""],bot:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],desktop_status:[0,2,1,""],discriminator:[0,2,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],guild:[0,1,1,""],guild_permissions:[0,2,1,""],history:[0,2,1,""],id:[0,2,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],is_on_mobile:[0,2,1,""],joined_at:[0,1,1,""],kick:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mobile_status:[0,2,1,""],move_to:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,2,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],premium_since:[0,1,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],remove_roles:[0,2,1,""],roles:[0,1,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],status:[0,2,1,""],system:[0,2,1,""],top_role:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unban:[0,2,1,""],unblock:[0,2,1,""],voice:[0,2,1,""],web_status:[0,2,1,""]},"discord.Message":{"delete":[0,2,1,""],ack:[0,2,1,""],activity:[0,1,1,""],add_reaction:[0,2,1,""],application:[0,1,1,""],attachments:[0,1,1,""],author:[0,1,1,""],call:[0,1,1,""],channel:[0,1,1,""],channel_mentions:[0,1,1,""],clean_content:[0,1,1,""],clear_reaction:[0,2,1,""],clear_reactions:[0,2,1,""],content:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],edited_at:[0,2,1,""],embeds:[0,1,1,""],flags:[0,1,1,""],guild:[0,1,1,""],id:[0,1,1,""],is_system:[0,2,1,""],jump_url:[0,2,1,""],mention_everyone:[0,1,1,""],mentions:[0,1,1,""],nonce:[0,1,1,""],pin:[0,2,1,""],pinned:[0,1,1,""],publish:[0,2,1,""],raw_channel_mentions:[0,1,1,""],raw_mentions:[0,1,1,""],raw_role_mentions:[0,1,1,""],reactions:[0,1,1,""],remove_reaction:[0,2,1,""],role_mentions:[0,1,1,""],system_content:[0,1,1,""],tts:[0,1,1,""],type:[0,1,1,""],unpin:[0,2,1,""],webhook_id:[0,1,1,""]},"discord.MessageFlags":{crossposted:[0,1,1,""],is_crossposted:[0,1,1,""],source_message_deleted:[0,1,1,""],suppress_embeds:[0,1,1,""],urgent:[0,1,1,""],value:[0,1,1,""]},"discord.MessageType":{"default":[0,1,1,""],call:[0,1,1,""],channel_follow_add:[0,1,1,""],channel_icon_change:[0,1,1,""],channel_name_change:[0,1,1,""],new_member:[0,1,1,""],pins_add:[0,1,1,""],premium_guild_subscription:[0,1,1,""],premium_guild_tier_1:[0,1,1,""],premium_guild_tier_2:[0,1,1,""],premium_guild_tier_3:[0,1,1,""],recipient_add:[0,1,1,""],recipient_remove:[0,1,1,""]},"discord.NotificationLevel":{all_messages:[0,1,1,""],only_mentions:[0,1,1,""]},"discord.Object":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.PCMAudio":{read:[0,2,1,""],stream:[0,1,1,""]},"discord.PCMVolumeTransformer":{cleanup:[0,2,1,""],read:[0,2,1,""],volume:[0,2,1,""]},"discord.PartialEmoji":{animated:[0,1,1,""],id:[0,1,1,""],is_custom_emoji:[0,2,1,""],is_unicode_emoji:[0,2,1,""],name:[0,1,1,""],url:[0,2,1,""]},"discord.PartialInviteChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],type:[0,1,1,""]},"discord.PartialInviteGuild":{banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],created_at:[0,2,1,""],description:[0,1,1,""],features:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],verification_level:[0,1,1,""]},"discord.PermissionOverwrite":{from_pair:[0,2,1,""],is_empty:[0,2,1,""],pair:[0,2,1,""],update:[0,2,1,""]},"discord.Permissions":{add_reactions:[0,1,1,""],administrator:[0,1,1,""],all:[0,2,1,""],all_channel:[0,2,1,""],attach_files:[0,1,1,""],ban_members:[0,1,1,""],change_nickname:[0,1,1,""],connect:[0,1,1,""],create_instant_invite:[0,1,1,""],deafen_members:[0,1,1,""],embed_links:[0,1,1,""],external_emojis:[0,1,1,""],general:[0,2,1,""],is_strict_subset:[0,2,1,""],is_strict_superset:[0,2,1,""],is_subset:[0,2,1,""],is_superset:[0,2,1,""],kick_members:[0,1,1,""],manage_channels:[0,1,1,""],manage_emojis:[0,1,1,""],manage_guild:[0,1,1,""],manage_messages:[0,1,1,""],manage_nicknames:[0,1,1,""],manage_permissions:[0,1,1,""],manage_roles:[0,1,1,""],manage_webhooks:[0,1,1,""],mention_everyone:[0,1,1,""],move_members:[0,1,1,""],mute_members:[0,1,1,""],none:[0,2,1,""],priority_speaker:[0,1,1,""],read_message_history:[0,1,1,""],read_messages:[0,1,1,""],send_messages:[0,1,1,""],send_tts_messages:[0,1,1,""],speak:[0,1,1,""],stream:[0,1,1,""],text:[0,2,1,""],update:[0,2,1,""],use_external_emojis:[0,1,1,""],use_voice_activation:[0,1,1,""],value:[0,1,1,""],view_audit_log:[0,1,1,""],view_channel:[0,1,1,""],view_guild_insights:[0,1,1,""],voice:[0,2,1,""]},"discord.PremiumType":{nitro:[0,1,1,""],nitro_classic:[0,1,1,""]},"discord.Profile":{bug_hunter:[0,1,1,""],connected_accounts:[0,1,1,""],early_supporter:[0,1,1,""],hypesquad:[0,1,1,""],hypesquad_houses:[0,1,1,""],mutual_guilds:[0,1,1,""],nitro:[0,1,1,""],partner:[0,1,1,""],premium:[0,1,1,""],premium_since:[0,1,1,""],staff:[0,1,1,""],system:[0,1,1,""],team_user:[0,1,1,""],user:[0,1,1,""]},"discord.RawBulkMessageDeleteEvent":{cached_messages:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_ids:[0,1,1,""]},"discord.RawMessageDeleteEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawMessageUpdateEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],data:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionActionEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],event_type:[0,1,1,""],guild_id:[0,1,1,""],member:[0,1,1,""],message_id:[0,1,1,""],user_id:[0,1,1,""]},"discord.RawReactionClearEmojiEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionClearEvent":{channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.Reaction":{clear:[0,2,1,""],count:[0,1,1,""],custom_emoji:[0,2,1,""],emoji:[0,1,1,""],me:[0,1,1,""],message:[0,1,1,""],remove:[0,2,1,""],users:[0,2,1,""]},"discord.Relationship":{"delete":[0,2,1,""],accept:[0,2,1,""],type:[0,1,1,""],user:[0,1,1,""]},"discord.RelationshipType":{blocked:[0,1,1,""],friend:[0,1,1,""],incoming_request:[0,1,1,""],outgoing_request:[0,1,1,""]},"discord.RequestsWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Role":{"delete":[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],hoist:[0,1,1,""],id:[0,1,1,""],is_default:[0,2,1,""],managed:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],mentionable:[0,1,1,""],name:[0,1,1,""],permissions:[0,2,1,""],position:[0,1,1,""]},"discord.Spotify":{album:[0,2,1,""],album_cover_url:[0,2,1,""],artist:[0,2,1,""],artists:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],duration:[0,2,1,""],end:[0,2,1,""],name:[0,2,1,""],party_id:[0,2,1,""],start:[0,2,1,""],title:[0,2,1,""],track_id:[0,2,1,""],type:[0,2,1,""]},"discord.Status":{dnd:[0,1,1,""],do_not_disturb:[0,1,1,""],idle:[0,1,1,""],invisible:[0,1,1,""],offline:[0,1,1,""],online:[0,1,1,""]},"discord.Streaming":{assets:[0,1,1,""],details:[0,1,1,""],game:[0,1,1,""],name:[0,1,1,""],platform:[0,1,1,""],twitch_name:[0,2,1,""],type:[0,2,1,""],url:[0,1,1,""]},"discord.SystemChannelFlags":{join_notifications:[0,1,1,""],premium_subscriptions:[0,1,1,""],value:[0,1,1,""]},"discord.Team":{icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],members:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""]},"discord.TeamMember":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],id:[0,1,1,""],membership_state:[0,1,1,""],name:[0,1,1,""],team:[0,1,1,""]},"discord.TeamMembershipState":{accepted:[0,1,1,""],invited:[0,1,1,""]},"discord.TextChannel":{"delete":[0,2,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_webhook:[0,2,1,""],created_at:[0,2,1,""],delete_messages:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],follow:[0,2,1,""],guild:[0,1,1,""],history:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_news:[0,2,1,""],is_nsfw:[0,2,1,""],last_message:[0,2,1,""],last_message_id:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],pins:[0,2,1,""],position:[0,1,1,""],purge:[0,2,1,""],send:[0,2,1,""],set_permissions:[0,2,1,""],slowmode_delay:[0,1,1,""],topic:[0,1,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""],webhooks:[0,2,1,""]},"discord.Theme":{dark:[0,1,1,""],light:[0,1,1,""]},"discord.User":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],block:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],system:[0,1,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unblock:[0,2,1,""]},"discord.UserContentFilter":{all_messages:[0,1,1,""],disabled:[0,1,1,""],friends:[0,1,1,""]},"discord.VerificationLevel":{double_table_flip:[0,1,1,""],extreme:[0,1,1,""],high:[0,1,1,""],low:[0,1,1,""],medium:[0,1,1,""],none:[0,1,1,""],table_flip:[0,1,1,""],very_high:[0,1,1,""]},"discord.VoiceChannel":{"delete":[0,2,1,""],bitrate:[0,1,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],connect:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],type:[0,2,1,""],user_limit:[0,1,1,""],voice_states:[0,2,1,""]},"discord.VoiceClient":{average_latency:[0,2,1,""],channel:[0,1,1,""],disconnect:[0,2,1,""],endpoint:[0,1,1,""],guild:[0,2,1,""],is_connected:[0,2,1,""],is_paused:[0,2,1,""],is_playing:[0,2,1,""],latency:[0,2,1,""],loop:[0,1,1,""],move_to:[0,2,1,""],pause:[0,2,1,""],play:[0,2,1,""],resume:[0,2,1,""],send_audio_packet:[0,2,1,""],session_id:[0,1,1,""],source:[0,2,1,""],stop:[0,2,1,""],token:[0,1,1,""],user:[0,2,1,""]},"discord.VoiceRegion":{amsterdam:[0,1,1,""],brazil:[0,1,1,""],dubai:[0,1,1,""],eu_central:[0,1,1,""],eu_west:[0,1,1,""],europe:[0,1,1,""],frankfurt:[0,1,1,""],hongkong:[0,1,1,""],india:[0,1,1,""],japan:[0,1,1,""],london:[0,1,1,""],russia:[0,1,1,""],singapore:[0,1,1,""],southafrica:[0,1,1,""],sydney:[0,1,1,""],us_central:[0,1,1,""],us_east:[0,1,1,""],us_south:[0,1,1,""],us_west:[0,1,1,""],vip_amsterdam:[0,1,1,""],vip_us_east:[0,1,1,""],vip_us_west:[0,1,1,""]},"discord.VoiceState":{afk:[0,1,1,""],channel:[0,1,1,""],deaf:[0,1,1,""],mute:[0,1,1,""],self_deaf:[0,1,1,""],self_mute:[0,1,1,""],self_stream:[0,1,1,""],self_video:[0,1,1,""]},"discord.Webhook":{"delete":[0,2,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],channel:[0,2,1,""],channel_id:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],execute:[0,2,1,""],from_url:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],name:[0,1,1,""],partial:[0,2,1,""],send:[0,2,1,""],token:[0,1,1,""],type:[0,1,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.WebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""],webhook:[0,1,1,""]},"discord.WebhookType":{channel_follower:[0,1,1,""],incoming:[0,1,1,""]},"discord.Widget":{channels:[0,1,1,""],created_at:[0,2,1,""],fetch_invite:[0,2,1,""],id:[0,1,1,""],invite_url:[0,2,1,""],json_url:[0,2,1,""],members:[0,1,1,""],name:[0,1,1,""]},"discord.WidgetChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],position:[0,1,1,""]},"discord.WidgetMember":{activity:[0,1,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],connected_channel:[0,1,1,""],created_at:[0,2,1,""],deafened:[0,1,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],muted:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],status:[0,1,1,""],suppress:[0,1,1,""]},"discord.abc":{Connectable:[0,0,1,""],GuildChannel:[0,0,1,""],Messageable:[0,0,1,""],PrivateChannel:[0,0,1,""],Snowflake:[0,0,1,""],User:[0,0,1,""]},"discord.abc.GuildChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],guild:[0,1,1,""],invites:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""]},"discord.abc.Messageable":{fetch_message:[0,2,1,""],history:[0,2,1,""],pins:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""]},"discord.abc.PrivateChannel":{me:[0,1,1,""]},"discord.abc.Snowflake":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.abc.User":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""]},"discord.discord.ext.commands":{BucketType:[2,0,1,""]},"discord.discord.ext.commands.BucketType":{"default":[2,1,1,""],category:[2,1,1,""],channel:[2,1,1,""],guild:[2,1,1,""],member:[2,1,1,""],role:[2,1,1,""],user:[2,1,1,""]},"discord.ext.commands":{ArgumentParsingError:[2,3,1,""],AutoShardedBot:[2,0,1,""],BadArgument:[2,3,1,""],BadUnionArgument:[2,3,1,""],Bot:[2,0,1,""],BotMissingAnyRole:[2,3,1,""],BotMissingPermissions:[2,3,1,""],BotMissingRole:[2,3,1,""],CategoryChannelConverter:[2,0,1,""],CheckAnyFailure:[2,3,1,""],CheckFailure:[2,3,1,""],Cog:[2,0,1,""],CogMeta:[2,0,1,""],ColourConverter:[2,0,1,""],Command:[2,0,1,""],CommandError:[2,3,1,""],CommandInvokeError:[2,3,1,""],CommandNotFound:[2,3,1,""],CommandOnCooldown:[2,3,1,""],Context:[2,0,1,""],ConversionError:[2,3,1,""],Converter:[2,0,1,""],DefaultHelpCommand:[2,0,1,""],DisabledCommand:[2,3,1,""],EmojiConverter:[2,0,1,""],ExpectedClosingQuoteError:[2,3,1,""],ExtensionAlreadyLoaded:[2,3,1,""],ExtensionError:[2,3,1,""],ExtensionFailed:[2,3,1,""],ExtensionNotFound:[2,3,1,""],ExtensionNotLoaded:[2,3,1,""],GameConverter:[2,0,1,""],Greedy:[2,4,1,""],Group:[2,0,1,""],GroupMixin:[2,0,1,""],HelpCommand:[2,0,1,""],InvalidEndOfQuotedStringError:[2,3,1,""],InviteConverter:[2,0,1,""],MaxConcurrencyReached:[2,3,1,""],MemberConverter:[2,0,1,""],MessageConverter:[2,0,1,""],MinimalHelpCommand:[2,0,1,""],MissingAnyRole:[2,3,1,""],MissingPermissions:[2,3,1,""],MissingRequiredArgument:[2,3,1,""],MissingRole:[2,3,1,""],NSFWChannelRequired:[2,3,1,""],NoEntryPointError:[2,3,1,""],NoPrivateMessage:[2,3,1,""],NotOwner:[2,3,1,""],Paginator:[2,0,1,""],PartialEmojiConverter:[2,0,1,""],PrivateMessageOnly:[2,3,1,""],RoleConverter:[2,0,1,""],TextChannelConverter:[2,0,1,""],TooManyArguments:[2,3,1,""],UnexpectedQuoteError:[2,3,1,""],UserConverter:[2,0,1,""],UserInputError:[2,3,1,""],VoiceChannelConverter:[2,0,1,""],after_invoke:[2,5,1,""],before_invoke:[2,5,1,""],bot_has_any_role:[2,5,1,""],bot_has_guild_permissions:[2,5,1,""],bot_has_permissions:[2,5,1,""],bot_has_role:[2,5,1,""],check:[2,5,1,""],check_any:[2,5,1,""],clean_content:[2,0,1,""],command:[2,5,1,""],cooldown:[2,5,1,""],dm_only:[2,5,1,""],group:[2,5,1,""],guild_only:[2,5,1,""],has_any_role:[2,5,1,""],has_guild_permissions:[2,5,1,""],has_permissions:[2,5,1,""],has_role:[2,5,1,""],is_nsfw:[2,5,1,""],is_owner:[2,5,1,""],max_concurrency:[2,5,1,""],when_mentioned:[2,5,1,""],when_mentioned_or:[2,5,1,""]},"discord.ext.commands.BadUnionArgument":{converters:[2,1,1,""],errors:[2,1,1,""],param:[2,1,1,""]},"discord.ext.commands.Bot":{activity:[2,2,1,""],add_check:[2,2,1,""],add_cog:[2,2,1,""],add_command:[2,2,1,""],add_listener:[2,2,1,""],after_invoke:[2,2,1,""],allowed_mentions:[2,2,1,""],application_info:[2,2,1,""],before_invoke:[2,2,1,""],cached_messages:[2,2,1,""],case_insensitive:[2,1,1,""],change_presence:[2,2,1,""],check:[2,2,1,""],check_once:[2,2,1,""],clear:[2,2,1,""],cogs:[2,2,1,""],command:[2,2,1,""],command_prefix:[2,1,1,""],commands:[2,2,1,""],connect:[2,2,1,""],create_guild:[2,2,1,""],delete_invite:[2,2,1,""],description:[2,1,1,""],emojis:[2,2,1,""],event:[2,2,1,""],extensions:[2,2,1,""],fetch_channel:[2,2,1,""],fetch_guild:[2,2,1,""],fetch_guilds:[2,2,1,""],fetch_invite:[2,2,1,""],fetch_user:[2,2,1,""],fetch_user_profile:[2,2,1,""],fetch_webhook:[2,2,1,""],fetch_widget:[2,2,1,""],get_all_channels:[2,2,1,""],get_all_members:[2,2,1,""],get_channel:[2,2,1,""],get_cog:[2,2,1,""],get_command:[2,2,1,""],get_context:[2,2,1,""],get_emoji:[2,2,1,""],get_guild:[2,2,1,""],get_prefix:[2,2,1,""],get_user:[2,2,1,""],group:[2,2,1,""],guilds:[2,2,1,""],help_command:[2,1,1,""],invoke:[2,2,1,""],is_closed:[2,2,1,""],is_owner:[2,2,1,""],is_ready:[2,2,1,""],latency:[2,2,1,""],listen:[2,2,1,""],load_extension:[2,2,1,""],login:[2,2,1,""],logout:[2,2,1,""],on_command_error:[2,2,1,""],on_error:[2,2,1,""],owner_id:[2,1,1,""],owner_ids:[2,1,1,""],private_channels:[2,2,1,""],process_commands:[2,2,1,""],reload_extension:[2,2,1,""],remove_check:[2,2,1,""],remove_cog:[2,2,1,""],remove_command:[2,2,1,""],remove_listener:[2,2,1,""],request_offline_members:[2,2,1,""],run:[2,2,1,""],self_bot:[2,1,1,""],start:[2,2,1,""],unload_extension:[2,2,1,""],user:[2,2,1,""],users:[2,2,1,""],voice_clients:[2,2,1,""],wait_for:[2,2,1,""],wait_until_ready:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.BotMissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.BotMissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.BotMissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.CategoryChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.CheckAnyFailure":{checks:[2,1,1,""],errors:[2,1,1,""]},"discord.ext.commands.Cog":{bot_check:[2,2,1,""],bot_check_once:[2,2,1,""],cog_after_invoke:[2,2,1,""],cog_before_invoke:[2,2,1,""],cog_check:[2,2,1,""],cog_command_error:[2,2,1,""],cog_unload:[2,2,1,""],description:[2,2,1,""],get_commands:[2,2,1,""],get_listeners:[2,2,1,""],listener:[2,2,1,""],qualified_name:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.CogMeta":{command_attrs:[2,1,1,""],name:[2,1,1,""]},"discord.ext.commands.ColourConverter":{convert:[2,2,1,""]},"discord.ext.commands.Command":{__call__:[2,2,1,""],add_check:[2,2,1,""],after_invoke:[2,2,1,""],aliases:[2,1,1,""],before_invoke:[2,2,1,""],brief:[2,1,1,""],callback:[2,1,1,""],can_run:[2,2,1,""],checks:[2,1,1,""],clean_params:[2,2,1,""],cog:[2,1,1,""],cog_name:[2,2,1,""],cooldown_after_parsing:[2,1,1,""],copy:[2,2,1,""],description:[2,1,1,""],enabled:[2,1,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],help:[2,1,1,""],hidden:[2,1,1,""],ignore_extra:[2,1,1,""],invoked_subcommand:[2,1,1,""],is_on_cooldown:[2,2,1,""],name:[2,1,1,""],parent:[2,1,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],reset_cooldown:[2,2,1,""],rest_is_raw:[2,1,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],usage:[2,1,1,""]},"discord.ext.commands.CommandInvokeError":{original:[2,1,1,""]},"discord.ext.commands.CommandOnCooldown":{cooldown:[2,1,1,""],retry_after:[2,1,1,""]},"discord.ext.commands.Context":{args:[2,1,1,""],author:[2,1,1,""],bot:[2,1,1,""],channel:[2,1,1,""],cog:[2,2,1,""],command:[2,1,1,""],command_failed:[2,1,1,""],fetch_message:[2,2,1,""],guild:[2,1,1,""],history:[2,2,1,""],invoke:[2,2,1,""],invoked_subcommand:[2,1,1,""],invoked_with:[2,1,1,""],kwargs:[2,1,1,""],me:[2,1,1,""],message:[2,1,1,""],pins:[2,2,1,""],prefix:[2,1,1,""],reinvoke:[2,2,1,""],send:[2,2,1,""],send_help:[2,2,1,""],subcommand_passed:[2,1,1,""],trigger_typing:[2,2,1,""],typing:[2,2,1,""],valid:[2,2,1,""],voice_client:[2,2,1,""]},"discord.ext.commands.ConversionError":{converter:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.Converter":{convert:[2,2,1,""]},"discord.ext.commands.DefaultHelpCommand":{add_command_formatting:[2,2,1,""],add_indented_commands:[2,2,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],indent:[2,1,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],shorten_text:[2,2,1,""],sort_commands:[2,1,1,""],width:[2,1,1,""]},"discord.ext.commands.EmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.ExpectedClosingQuoteError":{close_quote:[2,1,1,""]},"discord.ext.commands.ExtensionError":{name:[2,1,1,""]},"discord.ext.commands.ExtensionFailed":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.ExtensionNotFound":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.GameConverter":{convert:[2,2,1,""]},"discord.ext.commands.Group":{add_check:[2,2,1,""],add_command:[2,2,1,""],after_invoke:[2,2,1,""],before_invoke:[2,2,1,""],can_run:[2,2,1,""],case_insensitive:[2,1,1,""],clean_params:[2,2,1,""],cog_name:[2,2,1,""],command:[2,2,1,""],commands:[2,2,1,""],copy:[2,2,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],invoke_without_command:[2,1,1,""],is_on_cooldown:[2,2,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],remove_command:[2,2,1,""],reset_cooldown:[2,2,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.GroupMixin":{add_command:[2,2,1,""],all_commands:[2,1,1,""],case_insensitive:[2,1,1,""],command:[2,2,1,""],commands:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],remove_command:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.HelpCommand":{clean_prefix:[2,2,1,""],cog:[2,2,1,""],command_attrs:[2,1,1,""],command_callback:[2,2,1,""],command_not_found:[2,2,1,""],context:[2,1,1,""],filter_commands:[2,2,1,""],get_bot_mapping:[2,2,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_max_size:[2,2,1,""],invoked_with:[2,2,1,""],on_help_command_error:[2,2,1,""],prepare_help_command:[2,2,1,""],remove_mentions:[2,2,1,""],send_bot_help:[2,2,1,""],send_cog_help:[2,2,1,""],send_command_help:[2,2,1,""],send_error_message:[2,2,1,""],send_group_help:[2,2,1,""],show_hidden:[2,1,1,""],subcommand_not_found:[2,2,1,""],verify_checks:[2,1,1,""]},"discord.ext.commands.InvalidEndOfQuotedStringError":{"char":[2,1,1,""]},"discord.ext.commands.InviteConverter":{convert:[2,2,1,""]},"discord.ext.commands.MaxConcurrencyReached":{number:[2,1,1,""],per:[2,1,1,""]},"discord.ext.commands.MemberConverter":{convert:[2,2,1,""]},"discord.ext.commands.MessageConverter":{convert:[2,2,1,""]},"discord.ext.commands.MinimalHelpCommand":{add_aliases_formatting:[2,2,1,""],add_bot_commands_formatting:[2,2,1,""],add_command_formatting:[2,2,1,""],add_subcommand_formatting:[2,2,1,""],aliases_heading:[2,1,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],get_opening_note:[2,2,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],sort_commands:[2,1,1,""]},"discord.ext.commands.MissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.MissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.MissingRequiredArgument":{param:[2,1,1,""]},"discord.ext.commands.MissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.Paginator":{add_line:[2,2,1,""],clear:[2,2,1,""],close_page:[2,2,1,""],max_size:[2,1,1,""],pages:[2,2,1,""],prefix:[2,1,1,""],suffix:[2,1,1,""]},"discord.ext.commands.PartialEmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.RoleConverter":{convert:[2,2,1,""]},"discord.ext.commands.TextChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.UnexpectedQuoteError":{quote:[2,1,1,""]},"discord.ext.commands.UserConverter":{convert:[2,2,1,""]},"discord.ext.commands.VoiceChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.clean_content":{convert:[2,2,1,""],escape_markdown:[2,1,1,""],fix_channel_mentions:[2,1,1,""],use_nicknames:[2,1,1,""]},"discord.ext.tasks":{Loop:[7,0,1,""],loop:[7,5,1,""]},"discord.ext.tasks.Loop":{add_exception_type:[7,2,1,""],after_loop:[7,2,1,""],before_loop:[7,2,1,""],cancel:[7,2,1,""],change_interval:[7,2,1,""],clear_exception_types:[7,2,1,""],current_loop:[7,2,1,""],error:[7,2,1,""],failed:[7,2,1,""],get_task:[7,2,1,""],is_being_cancelled:[7,2,1,""],is_running:[7,2,1,""],next_iteration:[7,2,1,""],remove_exception_type:[7,2,1,""],restart:[7,2,1,""],start:[7,2,1,""],stop:[7,2,1,""]},"discord.opus":{OpusError:[0,3,1,""],OpusNotLoaded:[0,3,1,""],is_loaded:[0,5,1,""],load_opus:[0,5,1,""]},"discord.opus.OpusError":{code:[0,1,1,""]},"discord.utils":{escape_markdown:[0,5,1,""],escape_mentions:[0,5,1,""],find:[0,5,1,""],get:[0,5,1,""],oauth_url:[0,5,1,""],resolve_invite:[0,5,1,""],sleep_until:[0,5,1,""],snowflake_time:[0,5,1,""]},discord:{Activity:[0,0,1,""],ActivityType:[0,0,1,""],AllowedMentions:[0,0,1,""],AppInfo:[0,0,1,""],Asset:[0,0,1,""],AsyncIterator:[0,0,1,""],AsyncWebhookAdapter:[0,0,1,""],Attachment:[0,0,1,""],AudioSource:[0,0,1,""],AuditLogAction:[0,0,1,""],AuditLogActionCategory:[0,0,1,""],AuditLogChanges:[0,0,1,""],AuditLogDiff:[0,0,1,""],AuditLogEntry:[0,0,1,""],AutoShardedClient:[0,0,1,""],BaseActivity:[0,0,1,""],CallMessage:[0,0,1,""],CategoryChannel:[0,0,1,""],ChannelType:[0,0,1,""],Client:[0,0,1,""],ClientException:[0,3,1,""],ClientUser:[0,0,1,""],Colour:[0,0,1,""],ConnectionClosed:[0,3,1,""],ContentFilter:[0,0,1,""],CustomActivity:[0,0,1,""],DMChannel:[0,0,1,""],DiscordException:[0,3,1,""],Embed:[0,0,1,""],Emoji:[0,0,1,""],FFmpegAudio:[0,0,1,""],FFmpegOpusAudio:[0,0,1,""],FFmpegPCMAudio:[0,0,1,""],File:[0,0,1,""],Forbidden:[0,3,1,""],FriendFlags:[0,0,1,""],Game:[0,0,1,""],GatewayNotFound:[0,3,1,""],GroupCall:[0,0,1,""],GroupChannel:[0,0,1,""],Guild:[0,0,1,""],HTTPException:[0,3,1,""],HypeSquadHouse:[0,0,1,""],InvalidArgument:[0,3,1,""],InvalidData:[0,3,1,""],Invite:[0,0,1,""],LoginFailure:[0,3,1,""],Member:[0,0,1,""],Message:[0,0,1,""],MessageFlags:[0,0,1,""],MessageType:[0,0,1,""],NoMoreItems:[0,3,1,""],NotFound:[0,3,1,""],NotificationLevel:[0,0,1,""],Object:[0,0,1,""],PCMAudio:[0,0,1,""],PCMVolumeTransformer:[0,0,1,""],PartialEmoji:[0,0,1,""],PartialInviteChannel:[0,0,1,""],PartialInviteGuild:[0,0,1,""],PermissionOverwrite:[0,0,1,""],Permissions:[0,0,1,""],PremiumType:[0,0,1,""],Profile:[0,0,1,""],RawBulkMessageDeleteEvent:[0,0,1,""],RawMessageDeleteEvent:[0,0,1,""],RawMessageUpdateEvent:[0,0,1,""],RawReactionActionEvent:[0,0,1,""],RawReactionClearEmojiEvent:[0,0,1,""],RawReactionClearEvent:[0,0,1,""],Reaction:[0,0,1,""],Relationship:[0,0,1,""],RelationshipType:[0,0,1,""],RequestsWebhookAdapter:[0,0,1,""],Role:[0,0,1,""],Spotify:[0,0,1,""],Status:[0,0,1,""],Streaming:[0,0,1,""],SystemChannelFlags:[0,0,1,""],Team:[0,0,1,""],TeamMember:[0,0,1,""],TeamMembershipState:[0,0,1,""],TextChannel:[0,0,1,""],Theme:[0,0,1,""],User:[0,0,1,""],UserContentFilter:[0,0,1,""],VerificationLevel:[0,0,1,""],VoiceChannel:[0,0,1,""],VoiceClient:[0,0,1,""],VoiceRegion:[0,0,1,""],VoiceState:[0,0,1,""],Webhook:[0,0,1,""],WebhookAdapter:[0,0,1,""],WebhookType:[0,0,1,""],Widget:[0,0,1,""],WidgetChannel:[0,0,1,""],WidgetMember:[0,0,1,""],__version__:[0,4,1,""],on_bulk_message_delete:[0,5,1,""],on_command:[2,5,1,""],on_command_completion:[2,5,1,""],on_command_error:[2,5,1,""],on_connect:[0,5,1,""],on_disconnect:[0,5,1,""],on_error:[0,5,1,""],on_group_join:[0,5,1,""],on_group_remove:[0,5,1,""],on_guild_available:[0,5,1,""],on_guild_channel_create:[0,5,1,""],on_guild_channel_delete:[0,5,1,""],on_guild_channel_pins_update:[0,5,1,""],on_guild_channel_update:[0,5,1,""],on_guild_emojis_update:[0,5,1,""],on_guild_integrations_update:[0,5,1,""],on_guild_join:[0,5,1,""],on_guild_remove:[0,5,1,""],on_guild_role_create:[0,5,1,""],on_guild_role_delete:[0,5,1,""],on_guild_role_update:[0,5,1,""],on_guild_unavailable:[0,5,1,""],on_guild_update:[0,5,1,""],on_invite_create:[0,5,1,""],on_invite_delete:[0,5,1,""],on_member_ban:[0,5,1,""],on_member_join:[0,5,1,""],on_member_remove:[0,5,1,""],on_member_unban:[0,5,1,""],on_member_update:[0,5,1,""],on_message:[0,5,1,""],on_message_delete:[0,5,1,""],on_message_edit:[0,5,1,""],on_private_channel_create:[0,5,1,""],on_private_channel_delete:[0,5,1,""],on_private_channel_pins_update:[0,5,1,""],on_private_channel_update:[0,5,1,""],on_raw_bulk_message_delete:[0,5,1,""],on_raw_message_delete:[0,5,1,""],on_raw_message_edit:[0,5,1,""],on_raw_reaction_add:[0,5,1,""],on_raw_reaction_clear:[0,5,1,""],on_raw_reaction_clear_emoji:[0,5,1,""],on_raw_reaction_remove:[0,5,1,""],on_reaction_add:[0,5,1,""],on_reaction_clear:[0,5,1,""],on_reaction_clear_emoji:[0,5,1,""],on_reaction_remove:[0,5,1,""],on_ready:[0,5,1,""],on_relationship_add:[0,5,1,""],on_relationship_remove:[0,5,1,""],on_relationship_update:[0,5,1,""],on_resumed:[0,5,1,""],on_shard_ready:[0,5,1,""],on_socket_raw_receive:[0,5,1,""],on_socket_raw_send:[0,5,1,""],on_typing:[0,5,1,""],on_user_update:[0,5,1,""],on_voice_state_update:[0,5,1,""],on_webhooks_update:[0,5,1,""],version_info:[0,4,1,""]}},objnames:{"0":["py","class","Python \ud074\ub798\uc2a4"],"1":["py","attribute","Python \uc18d\uc131"],"2":["py","method","Python \uba54\uc11c\ub4dc"],"3":["py","exception","Python \uc608\uc678"],"4":["py","data","Python \ub370\uc774\ud130"],"5":["py","function","Python \ud568\uc218"]},objtypes:{"0":"py:class","1":"py:attribute","2":"py:method","3":"py:exception","4":"py:data","5":"py:function"},terms:{"0\ubd80\ud130":0,"0rc1":0,"0x11806a":0,"0x1abc9c":0,"0x1f8b4c":0,"0x206694":0,"0x2ecc71":0,"0x3498db":0,"0x546e7a":0,"0x607d8b":0,"0x71368a":0,"0x7289da":0,"0x95a5a6":0,"0x979c9f":0,"0x992d22":0,"0x99aab5":0,"0x9b59b6":0,"0xa84300":0,"0xad1457":0,"0xc27c0e":0,"0xe67e22":0,"0xe74c3c":0,"0xe91e63":0,"0xf1c40f":0,"1000\uc73c\ub85c":0,"128\uac1c\uc758":0,"16\uc5d0\uc11c":0,"1\uc5d0\uc11c":[0,2],"20m":0,"2fa":[0,1,16],"2fa\uac00":1,"2fa\ub97c":1,"3\ubc84\uc804":10,"3\uc5d0\uc11c":[0,2],"4096\uc0ac\uc774\uc758":0,"429s":16,"48khz":0,"4\uc5d0\uc11c":2,"502s":16,"512kbp":16,"5xx":0,"\uac00":[0,3,7,9,10,14],"\uac00\ub2a5\uc131\uc740":1,"\uac00\ub2a5\ud558\uac8c\ub054":8,"\uac00\ub2a5\ud558\uace0":6,"\uac00\ub2a5\ud558\uc9c0\ub9cc":8,"\uac00\ub2a5\ud55c":[0,1,7],"\uac00\ub2a5\ud569\ub2c8\ub2e4":[3,11],"\uac00\uc11c":14,"\uac00\uc138\uc694":10,"\uac00\uc785\ud55c":0,"\uac00\uc7a5":[0,7,8],"\uac00\uc815\ud558\ubbc0\ub85c":14,"\uac00\uc838":8,"\uac00\uc838\uc57c":7,"\uac00\uc838\uc624\uac70\ub098":7,"\uac00\uc838\uc62c":10,"\uac00\uc838\uc640":8,"\uac00\uc9c0":[0,3],"\uac00\uc9c0\uace0":[0,3,10],"\uac00\uc9c0\uae30":7,"\uac00\uc9c0\ub97c":8,"\uac00\uc9c0\uba74\uc11c":3,"\uac00\uc9c0\uc758":0,"\uac00\uc9c4":[0,5],"\uac00\uc9c8":0,"\uac00\uc9d1\ub2c8\ub2e4":5,"\uac01\uac01\uc758":3,"\uac04\uaca9":7,"\uac04\uaca9\uc73c\ub85c":7,"\uac04\uaca9\uc744":7,"\uac04\uacb0\ud55c":14,"\uac04\ub2e8\ud558\uac8c":11,"\uac04\ub2e8\ud55c":[5,6,7,8,9],"\uac04\ub2e8\ud569\ub2c8\ub2e4":[1,8,14],"\uac04\ud3b8\ud55c":9,"\uac10\uc218\ud558\uace0":0,"\uac10\uc9c0\ud558\uace0":10,"\uac10\uc9c0\ud558\uae30":3,"\uac10\uc9c0\ud560\uc9c0":0,"\uac10\uc9c0\ud569\ub2c8\ub2e4":0,"\uac12\uc744":15,"\uac12\uc774":[0,7],"\uac15\ub825\ud55c":6,"\uac15\ub825\ud788":11,"\uac16\uace0":[1,7,8,14],"\uac16\uace0\uc62c":8,"\uac16\ub294":[1,7],"\uac16\ub3c4\ub85d":8,"\uac19\uc2b5\ub2c8\ub2e4":[0,3],"\uac19\uc740":[0,8,11],"\uac19\uc740\uc9c0":0,"\uac19\uc774":[3,5,8,10,11],"\uac1c\ub150":9,"\uac1c\ub150\uc744":[5,10],"\uac1c\ub150\uc774":10,"\uac1c\ub7f0\ud2f0":[0,9],"\uac1c\ub7f0\ud2f0\ub85c\ub294":15,"\uac1c\ubc1c":[3,5],"\uac1c\ubc1c\uc5d0":6,"\uac1c\ubc1c\uc790":0,"\uac1c\uc218":0,"\uac1c\uc218\ub9cc\ud07c":7,"\uac1c\uc758":8,"\uac1d\uccb4":9,"\uac70\ub4ed":0,"\uac70\uc758":0,"\uac70\uce58\ub294":0,"\uac71\uc815\ub4e4\uc744":7,"\uac71\uc815\ud558\uc9c0":8,"\uac80\uc0ac":[6,9],"\uac80\uc0ac\ud558\ub294\ub370":3,"\uac80\uc0c9":[0,9],"\uac80\uc0c9\ud560":3,"\uac83":[0,1,7,11,15],"\uac83\uacfc":0,"\uac83\ub3c4":8,"\uac83\ub4e4\uc774":[7,14],"\uac83\uc5d0":[1,14],"\uac83\uc73c\ub85c":[8,15],"\uac83\uc740":[0,6,8,15],"\uac83\uc744":[1,3,7,8,11],"\uac83\uc758":9,"\uac83\uc774\uae30":11,"\uac83\uc774\uba70":0,"\uac83\uc785\ub2c8\ub2e4":[0,5,7,8,10,11],"\uac8c\uc784":0,"\uac8c\uc784\uc744":0,"\uacb0\uacfc\ub97c":8,"\uacbd\uace0\uac00":11,"\uacbd\uace0\ub97c":8,"\uacbd\ub85c":8,"\uacbd\ub85c\ub294":5,"\uacbd\uc6b0":[0,5,7,8,11],"\uacbd\uc6b0\ub294":0,"\uacbd\uc6b0\ub97c":0,"\uacbd\uc6b0\uc5d0\ub294":0,"\uacc4\uc0b0\ub429\ub2c8\ub2e4":0,"\uacc4\uc18d\ud558\uae30":1,"\uacc4\uc815":[0,9,14],"\uacc4\uc815\ub9cc":0,"\uacc4\uc815\uc5d0\ub294":0,"\uacc4\uc815\uc5d0\ub9cc":0,"\uacc4\uc815\uc744":[0,1],"\uacc4\uc815\uc758":0,"\uacc4\uc815\uc774":[0,1],"\uace0\uae09":11,"\uace0\ub824\ud574\ubcf4\uc138\uc694":8,"\uace0\ub824\ud574\uc57c":3,"\uace0\uc720":0,"\uacf3":7,"\uacf5\uac1c":15,"\uacf5\uac1c\uc801\uc73c\ub85c":15,"\uacf5\uc2dd\uc801\uc73c\ub85c":0,"\uacf5\uc720\ud558\uae30":3,"\uacf5\uc720\ud558\uc9c0":1,"\uacf5\uc720\ud574\uc11c\ub294":1,"\uacfc":8,"\uacfc\ub294":7,"\uacfc\ub3c4\ud558\uac8c":8,"\uacfc\uc5b8\uc774":1,"\uacfc\uc815\uc740":1,"\uad00\ub150\uc801\uc778":7,"\uad00\ub828":[0,8],"\uad00\ub828\ub41c":[8,9],"\uad00\ub828\uc131\ub97c":0,"\uad00\ub828\uc131\uc740":0,"\uad00\ub828\uc131\uc744":0,"\uad00\ub828\uc131\uc774":0,"\uad00\ub839\uc131\uc758":0,"\uad00\ub9ac":1,"\uad00\ub9ac\uc790":1,"\uad6c\ubb38\uc744":9,"\uad6c\ubd84\ub418\uc5b4":8,"\uad6c\ubd84\ub418\uc5b4\uc57c":5,"\uad6c\uc131\ub420":11,"\uad6c\uc131\uc6d0":0,"\uad6c\uc131\ud558\ub294":11,"\uad6c\uccb4\uc801\uc778":8,"\uad6c\ud604":9,"\uad6c\ud604\uc744":7,"\uad81\uadf9\uc801\uc73c\ub85c":3,"\uad81\uadf9\uc801\uc73c\ub85c\ub294":5,"\uad8c\uc7a5\ub429\ub2c8\ub2e4":11,"\uad8c\ud55c":0,"\uad8c\ud55c\uc5d0":1,"\uad8c\ud55c\uc744":[0,1,10],"\uad8c\ud55c\uc774":10,"\uadf8":[0,1,7,8,10,14],"\uadf8\uac83\uc740":[8,14,15],"\uadf8\uac83\uc744":3,"\uadf8\ub0e5":1,"\uadf8\ub300\ub85c":14,"\uadf8\ub798\ub3c4":8,"\uadf8\ub7ec\uace0":14,"\uadf8\ub7ec\ub098":[6,15],"\uadf8\ub807\uac8c":[0,8],"\uadf8\ub807\ub2e4\uba74":14,"\uadf8\ub807\uc9c0":[0,14],"\uadf8\ub8f9":0,"\uadf8\ub8f9\uc740":8,"\uadf8\ub8f9\uc744":0,"\uadf8\ub8f9\uc758":0,"\uadf8\ub8f9\ud654\ud558\uc5ec":8,"\uadf8\ub9ac":8,"\uadf8\ub9ac\uace0":[1,3,8],"\uadf8\uc800":14,"\uae30\uae30\ub85c":0,"\uae30\ub2a5\ub4e4":9,"\uae30\ub2a5\uc744":[5,9,10],"\uae30\ub2a5\uc774":0,"\uae30\ub2a5\uc785\ub2c8\ub2e4":14,"\uae30\ub2e4\ub9ac\ub3c4\ub85d":7,"\uae30\ub2e4\ub9bc":7,"\uae30\ub85d\ub418\uace0\ub2f9\uc2e0\uc758":11,"\uae30\ub85d\ud558\uace0":11,"\uae30\ub85d\ud560":11,"\uae30\ubc18":10,"\uae30\ubcf8":[0,7,9,15],"\uae30\ubcf8\uac12\uc73c\ub85c":11,"\uae30\ubcf8\uac12\uc740":0,"\uae30\ubcf8\uac12\uc744":8,"\uae30\ubcf8\uc73c\ub85c":7,"\uae30\ubcf8\uc778":0,"\uae30\ubcf8\uc801\uc73c\ub85c":0,"\uae30\ubcf8\uc801\uc73c\ub85c\ub294":14,"\uae30\ubcf8\uc801\uc778":[0,5,14],"\uae30\uc220\uc801":3,"\uae30\uc220\uc801\uc73c\ub85c\ub294":8,"\uae30\uc5b5\ud558\uc138\uc694":8,"\uae30\uc874":[0,1,15],"\uae30\ucd08":[6,9],"\uae30\ud558\uae09\uc218\uc801\uc778":7,"\uae38\ub4dc":0,"\uae38\ub4dc\ubcc4":0,"\uae38\ub4dc\uc5d0":0,"\uae4c\uba39\uc5c8\ub2e4\uba74":8,"\uae4c\uc9c0":7,"\uaf2c\ub9ac\ub9d0":8,"\uaf64\ub098":1,"\ub04a\uae30\uba74":7,"\ub04a\uc5b4\uc9d0":7,"\ub05d\ub09c":7,"\ub05d\ub0b4\uace0":[8,14],"\ub05d\ub0b4\uae30":7,"\ub05d\ub0c8\uc2b5\ub2c8\ub2e4":10,"\ub05d\uc5d0":8,"\ub05d\uc774":1,"\ub05d\uc785\ub2c8\ub2e4":1,"\ub098":14,"\ub098\uac00\uac70\ub098":1,"\ub098\ub97c":0,"\ub098\uc05c":8,"\ub098\uc5f4\ub418\uc5b4":8,"\ub098\ud0c0\ub098\ub294":0,"\ub098\ud0c0\ub0b4\ub294":0,"\ub098\ud0c0\ub0c4":0,"\ub098\ud0c0\ub0c5\ub2c8\ub2e4":0,"\ub09c\uc7a1\ud55c":10,"\ub0b4\ubd80":[0,7],"\ub0b4\ubd80\uc5d0":7,"\ub0b4\ubd80\uc758":3,"\ub0b4\ubd80\uc801\uc778":15,"\ub0b4\uc6a9\uc5d0":[0,8],"\ub0b4\uc6a9\uc740":8,"\ub0b4\uc6a9\uc774":9,"\ub0b4\uc7a5\ub418\uc5b4":5,"\ub108\ubb34":8,"\ub123\uac8c":8,"\ub180\uba74":14,"\ub194\ub450\uc138\uc694":1,"\ub204\uad70\uac00\uac00":1,"\ub294":[0,6,7,11,14],"\ub2a5\ub825\uc774":5,"\ub2c9\ub124\uc784\uc744":0,"\ub2c9\ub124\uc784\uc774":0,"\ub2e4\ub8e8\ub098\uc694":7,"\ub2e4\ub8e8\ub294":0,"\ub2e4\ub8e8\ub294\uc9c0":0,"\ub2e4\ub978":[0,1,7,8,10,11,14,15],"\ub2e4\ub978\uc9c0":0,"\ub2e4\ub9cc":10,"\ub2e4\uc2dc":8,"\ub2e4\uc591\ud55c":3,"\ub2e4\uc74c":[7,10],"\ub2e4\uc74c\uacfc":[0,3,5,8,11],"\ub2e4\uc74c\uc740":8,"\ub2e4\uc74c\uc758":[8,10],"\ub2e8\uacc4\ub294":5,"\ub2e8\uacc4\ubcc4\ub85c":14,"\ub2e8\uacc4\uc5d0\uc11c\ub294":5,"\ub2e8\uc704\ub85c":0,"\ub2e8\uc77c":3,"\ub2ec\ub9ac":[7,15],"\ub2f4\uaca8\uc788\ub294":0,"\ub2f4\uace0":9,"\ub2f5\ubcc0\ud558\ub294":14,"\ub2f5\ubcc0\ud569\ub2c8\ub2e4":14,"\ub2f9\uc2e0\uc5d0\uac8c":8,"\ub2f9\uc2e0\uc740":[1,3,8],"\ub2f9\uc2e0\uc744":[6,7],"\ub2f9\uc2e0\uc758":[0,1,3,8,10,14],"\ub2f9\uc2e0\uc774":[1,7],"\ub2f9\uc5f0\ud788":7,"\ub300\uc2e0":[0,7,8,10,11],"\ub300\uc2e0\uc5d0":8,"\ub300\uc2e0\ud574\uc11c":8,"\ub300\uc5ed\ud3ed":0,"\ub300\uc5ed\ud3ed\uc5d0":8,"\ub300\ud45c\uc801\uc778":8,"\ub300\ud55c":[0,14],"\ub300\ud574":[0,1,8],"\ub354":[3,5,10,11],"\ub354\uc6b1":11,"\ub35c\uc5b4\uc8fc\ub294":7,"\ub36e\uc5b4\uc50c\uc6b8":3,"\ub36e\uc5b4\uc50c\uc6cc\uc9c8":3,"\ub370":[0,10],"\ub370\ube44\uc548":10,"\ub370\uc774\ud130":[0,15],"\ub370\uc774\ud130\ub97c":3,"\ub370\ucf54\ub808\uc774\ud130":7,"\ub370\ucf54\ub808\uc774\ud130\ub294":7,"\ub370\ucf54\ub808\uc774\ud130\ub85c":3,"\ub370\ucf54\ub808\uc774\ud130\ub97c":[3,8,14],"\ub3c4\uad6c\ub97c":3,"\ub3c4\uc6c0\uc744":[3,5,9,10],"\ub3c4\uc6c0\uc774":[8,10,14],"\ub3c4\uc911":7,"\ub3cc\ub9bd\ub2c8\ub2e4":14,"\ub3cc\uc544\uac00\uace0":7,"\ub3cc\uc544\uac00\ub294":7,"\ub3cc\uc544\uc635\ub2c8\ub2e4":8,"\ub3d9\uae30":8,"\ub3d9\uc2dc\uc5d0":8,"\ub3d9\uc548":7,"\ub3d9\uc791\ud569\ub2c8\ub2e4":10,"\ub3d9\uc801":[0,1],"\ub418\ub294":[0,10],"\ub418\ub3cc\ub9b4":7,"\ub418\uba74":8,"\ub418\ubbc0\ub85c":14,"\ub418\uc5c8\ub294\uc9c0\uc758":0,"\ub418\uc9c0":8,"\ub41c":[0,8],"\ub41c\ub2e4\uba74":1,"\ub428":9,"\ub429\ub2c8\ub2e4":[8,14],"\ub450":[0,8],"\ub450\uc9c0":15,"\ub4a4":[8,14],"\ub4e3\ub294":8,"\ub4e4\uc5b4":[0,3,5,8,10,11],"\ub4f1":8,"\ub4f1\uacfc":11,"\ub4f1\ub4f1":0,"\ub4f1\ub85d":[0,6,9],"\ub4f1\ub85d\ub418\uc9c0":15,"\ub4f1\ub85d\ub429\ub2c8\ub2e4":3,"\ub4f1\ub85d\ud558\uae30":7,"\ub4f1\ub85d\ud558\ub294":7,"\ub4f1\ub85d\ud558\ub77c\uace0":3,"\ub4f1\ub85d\ud560":7,"\ub4f1\ub85d\ud569\ub2c8\ub2e4":14,"\ub4f1\uc774":1,"\ub514\ubc84\uae45\ud569\ub2c8\ub2e4":11,"\ub514\uc2a4\ucf54\ub4dc":[1,4,9,10,11],"\ub514\uc2a4\ucf54\ub4dc\ub294":8,"\ub514\uc2a4\ucf54\ub4dc\ub85c\uc758":14,"\ub514\uc2a4\ucf54\ub4dc\ub97c":[0,9],"\ub514\uc2a4\ucf54\ub4dc\uc5d0":[0,8],"\ub514\uc2a4\ucf54\ub4dc\uc5d0\uc11c":0,"\ub514\uc2a4\ucf54\ub4dc\uc640":6,"\ub514\uc2a4\ucf54\ub4dc\uc758":[0,8,15],"\ub530\ub77c\uc11c":3,"\ub530\ub77c\uc57c":8,"\ub530\ub985\ub2c8\ub2e4":[6,15],"\ub54c":[0,1,5,7,8,14],"\ub54c\uac00":[3,5],"\ub54c\uae4c\uc9c0":0,"\ub54c\ub9c8\ub2e4":15,"\ub54c\ubb38\uc5d0":[0,3,8,11,14],"\ub54c\ubb38\uc774\uc8e0":8,"\ub610":[8,14],"\ub610\ub294":[0,3,8,15],"\ub610\ud55c":[1,3],"\ub73b\uc740":5,"\ub73b\uc785\ub2c8\ub2e4":15,"\ub73b\ud569\ub2c8\ub2e4":0,"\ub77c\uace0":14,"\ub77c\ub294":[3,8],"\ub77c\uc774\ube0c\ub7ec\ub9ac":0,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00":[5,6,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294":[6,8,14,15],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c":[8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0":14,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0\ub294":10,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640":[1,7,8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc758":[8,11],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc778":8,"\ub77c\uc778\uc744":8,"\ub798\ud37c\uc785\ub2c8\ub2e4":9,"\ub7f0\ud0c0\uc784\uc5d0":5,"\ub7f0\ud0c0\uc784\uc5d0\uc11c":1,"\ub808\ubca8\uc5d0\uc11c":11,"\ub808\ubca8\uc758":6,"\ub808\uc2dc\ud53c":9,"\ub808\ud37c\ub7f0\uc2a4":[9,16],"\ub808\ud37c\ub7f0\uc2a4\ub97c":[3,5],"\ub80c\ub354\ub9c1":0,"\ub80c\ub354\ub9c1\ud560\uc9c0":0,"\ub85c":[0,1,3,5,7,8,14],"\ub85c\uadf8\ub97c":11,"\ub85c\uadf8\uc778":[1,14],"\ub85c\uadf8\uc778\ub418\uc9c0":0,"\ub85c\uadf8\uc778\ud558\ub294":0,"\ub85c\uadf8\uc778\ud558\uc5ec":1,"\ub85c\uadf8\uc778\ud560":[0,1],"\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4":0,"\ub85c\uadf8\uc778\ud574\uc57c":1,"\ub85c\uae45":[0,8,9],"\ub85c\uae45\uc744":[8,14],"\ub85c\uae45\uc774":8,"\ub85c\ub4dc\ub420":5,"\ub85c\ub4dc\ud558\uae30":5,"\ub85c\ub4dc\ud558\ub294":5,"\ub85c\uc6b0":6,"\ub85c\uc9c1":7,"\ub85c\uc9c1\uc744":7,"\ub85c\ucf00\uc77c\uc758":0,"\ub8e8\ud504":[0,7],"\ub8e8\ud504\uac00":7,"\ub8e8\ud504\ub97c":[7,8],"\ub8e8\ud504\uc5d0\uc11c":7,"\ub8e8\ud504\uc640":7,"\ub8e8\ud504\uc758":7,"\ub97c":[0,1,3,7,8,10,14,15],"\ub9ac\ub205\uc2a4":10,"\ub9ac\ub85c\ub4dc":5,"\ub9ac\ub85c\ub4dc\ud558\uace0":5,"\ub9ac\ub85c\ub529":[6,9],"\ub9ac\ub85c\ub529\uc774\ub77c\uace0\ub3c4":5,"\ub9ac\uc2a4\ub108":3,"\ub9ac\uc2a4\ub108\ub4e4\ub3c4":3,"\ub9ac\uc2a4\ub108\ub4e4\uc740":3,"\ub9ac\uc2a4\ub108\uc640":3,"\ub9ac\uc2a4\ud2b8":[0,7],"\ub9ac\ud018\uc2a4\ud2b8\ub97c":8,"\ub9ac\ud134":0,"\ub9ac\ud134\ud558\ub294":0,"\ub9ac\ud134\ud569\ub2c8\ub2e4":0,"\ub9ac\ud3ec\uc9c0\ud1a0\ub9ac\uc758":8,"\ub9c1\ud06c\uc758":0,"\ub9c8\uc138\uc694":[1,8],"\ub9c8\uc9c0\ub9c9":5,"\ub9c8\uc9c0\ub9c9\uc73c\ub85c":14,"\ub9c8\uce68\ud45c\ub85c":5,"\ub9cc\ub0ac\uc744":7,"\ub9cc\ub4dc\ub294":[1,6],"\ub9cc\ub4dc\ub824\uace0":0,"\ub9cc\ub4e4":7,"\ub9cc\ub4e4\uac70\ub098":0,"\ub9cc\ub4e4\uace0":[7,14],"\ub9cc\ub4e4\uae30":8,"\ub9cc\ub4e4\uc5b4\ub0b4\uc9c0":8,"\ub9cc\ub4e4\uc5b4\uc90d\ub2c8\ub2e4":8,"\ub9cc\ub4e4\uc5c8\uc73c\ubbc0\ub85c":14,"\ub9cc\ub4e4\uc5c8\uc9c0\ub9cc":1,"\ub9cc\ub4ed\ub2c8\ub2e4":[7,14],"\ub9cc\uc57d":[0,1,3,5,7,8,10,11,14,15],"\ub9cc\uc57d\uc5d0":[7,14],"\ub9ce\uc740":[3,7,9,10,11,14],"\ub9ce\uc9c0":0,"\ub9d0":14,"\ub9dd\uac00\ub728\ub9b4":11,"\ub9de\ub2e5\ub728\ub9b4":8,"\ub9e4\uac1c":15,"\ub9e4\uac1c\ubcc0\uc218":[0,2,7],"\ub9e4\uac1c\ubcc0\uc218\ub97c":[3,5,8],"\ub9e4\uac1c\ubcc0\uc218\uc5d0":8,"\ub9e4\uc6b0":[7,8],"\ub9e8":8,"\uba3c\uc800":1,"\uba40\ud2f0\ud504\ub85c\uc138\uc2f1":8,"\uba48\ucd94\uae30":7,"\uba48\ucd9c":8,"\uba54\ubaa8\ub9ac":8,"\uba54\ubaa8\ub9ac\uc5d0":9,"\uba54\uc11c\ub4dc\ub97c":8,"\uba54\uc18c\ub4dc\uac00":8,"\uba54\uc18c\ub4dc\ub4e4":[6,9],"\uba54\uc18c\ub4dc\ub97c":3,"\uba54\uc2dc\uc9c0":0,"\uba54\uc2dc\uc9c0\uac00":[10,14],"\uba54\uc2dc\uc9c0\ub294":14,"\uba54\uc2dc\uc9c0\ub97c":14,"\uba54\uc2dc\uc9c0\uc5d0":[0,14],"\uba54\uc2dc\uc9c0\uc5d0\uc11c":0,"\uba54\uc2dc\uc9c0\uc758":0,"\uba54\ucee4\ub2c8\uc998\uacfc":5,"\uba54\ud0c0\ud074\ub798\uc2a4":3,"\uba58\uc158\uc5d0":0,"\uba58\uc158\ud558\ub294":1,"\uba64\ubc84":0,"\uba64\ubc84\uc758":0,"\uba85\ub839\uc5b4":[3,9],"\uba85\ub839\uc5b4\ub294":5,"\uba85\ub839\uc5b4\ub4e4\uc740":3,"\uba85\ub839\uc5b4\ub4e4\uc758":3,"\uba85\ub839\uc5b4\ub85c":10,"\uba85\ub839\uc5b4\ub97c":[3,5],"\uba85\ub839\uc5b4\uc5d0\ub294":8,"\uba85\ub839\uc744":8,"\uba85\uc2dc\ub418\uc5b4":0,"\uba85\uc2dc\uc801\uc73c\ub85c":3,"\uba85\uc2ec\ud558\uc138\uc694":3,"\uba85\uc758":0,"\uba85\uc778":0,"\uba87":3,"\uba87\uac00\uc9c0":[7,8],"\uba87\uba87":[3,8],"\uba87\ucd08\uc778\uac00\uc694":7,"\ubaa8\ub378":[4,9],"\ubaa8\ub378\uc740":0,"\ubaa8\ub378\uc744":8,"\ubaa8\ub378\uc758":8,"\ubaa8\ub450":[8,10],"\ubaa8\ub4c8\ub4e4\uc744":10,"\ubaa8\ub4c8\ub4e4\uc774":10,"\ubaa8\ub4c8\uc740":11,"\ubaa8\ub4c8\uc744":11,"\ubaa8\ub4c8\uc758":[8,11],"\ubaa8\ub4c8\uc774":11,"\ubaa8\ub4c8\uc774\uc9c0\ub9cc":8,"\ubaa8\ub4c8\uc778":8,"\ubaa8\ub4dc":0,"\ubaa8\ub4dc\ub97c":0,"\ubaa8\ub4e0":[0,1,3,7,8,9,11,14],"\ubaa8\ubc14\uc77c":0,"\ubaa8\uc74c":3,"\ubaa9\ub85d":0,"\ubaa9\ub85d\uc744":0,"\ubaa9\ub85d\uc774":8,"\ubaa9\ub85d\uc785\ub2c8\ub2e4":0,"\ubaa9\uc801\uc740":7,"\ubabb\ud588\uc2b5\ub2c8\ub2e4":0,"\ubb34\uc2dc\ub420":7,"\ubb34\uc2dc\ud558\ub3c4\ub85d":14,"\ubb34\uc2dc\ud569\ub2c8\ub2e4":8,"\ubb34\uc5b8\uac00\uac00":7,"\ubb34\uc5b8\uac00\ub97c":7,"\ubb34\uc5c7\uc774":15,"\ubb34\uc5c7\uc778\uac00":14,"\ubb34\ud55c":7,"\ubb36\uc73c\uba70":3,"\ubb38\uc11c":8,"\ubb38\uc11c\ub294":10,"\ubb38\uc11c\ub97c":5,"\ubb38\uc11c\uc5d0":15,"\ubb38\uc11c\uc640":11,"\ubb38\uc11c\uc758":[3,15],"\ubb38\uc11c\uc785\ub2c8\ub2e4":10,"\ubb38\uc790\uc5f4\ub85c":8,"\ubb38\uc790\uc5f4\uc5d0":8,"\ubb3b\ub294":9,"\ubba4\uc9c1":8,"\ubc0f":[0,1],"\ubc11\uc904":15,"\ubc11\uc904\ub85c":15,"\ubc14\uafb8\uae30":3,"\ubc14\uafb8\ub294":15,"\ubc14\ub85c":[7,8,10,14],"\ubc18\ub4dc\uc2dc":[1,5,8],"\ubc18\ubcf5":7,"\ubc18\ubcf5\uc5d0\uc11c\ub9cc":7,"\ubc18\ubcf5\uc774":[6,7],"\ubc18\ubcf5\uc774\uc5b4\uc57c":7,"\ubc18\ubcf5\uc911\uc778":7,"\ubc18\uc751\uc744":0,"\ubc18\uc751\ud560":8,"\ubc18\ud658":[0,2,7],"\ubc18\ud658\uac12":[0,2,7],"\ubc18\ud658\ub418\uc9c0":7,"\ubc18\ud658\ub429\ub2c8\ub2e4":0,"\ubc18\ud658\ud558\uace0":8,"\ubc18\ud658\ud569\ub2c8\ub2e4":[0,7,8],"\ubc1b\uc558\uc744":14,"\ubc1b\uc9c0":0,"\ubc1c\uc0dd\uc2dc\ud0a4\uc9c0":8,"\ubc1c\uc0dd\ud558\ub294":7,"\ubc1c\uc0dd\ud558\uba74":10,"\ubc1c\uc0dd\ud55c":7,"\ubc1c\uc0dd\ud55c\ub2e4\ub294":15,"\ubc29\uae08":3,"\ubc29\ubb38\ud574":3,"\ubc29\ubc95":7,"\ubc29\ubc95\ub3c4":8,"\ubc29\ubc95\uc5d0":8,"\ubc29\ubc95\uc73c\ub85c":[0,8],"\ubc29\ubc95\uc740":0,"\ubc29\ubc95\uc744":[8,10],"\ubc29\ubc95\uc774":11,"\ubc29\uc1a1":8,"\ubc29\uc2dd":[0,15],"\ubc29\uc2dd\ub54c\ubb38\uc5d0":7,"\ubc29\uc9c0\ud558\uae30":9,"\ubc30\uce58\ud558\uc138\uc694":[8,11],"\ubc31\uadf8\ub77c\uc6b4\ub4dc":7,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":7,"\ubc31\uc624\ud504":7,"\ubc84\uadf8\ub97c":[8,15],"\ubc84\uc804":[0,2,7,9,10,11],"\ubc84\uc804\uacfc":9,"\ubc84\uc804\uc73c\ub85c":8,"\ubc84\uc804\uc73c\ub85c\uc758":15,"\ubc84\uc804\uc744":10,"\ubc84\uc804\uc758":10,"\ubc84\uc804\uc774":15,"\ubc84\uc804\ud654":15,"\ubc84\ud2bc\uc744":1,"\ubc88\uc758":6,"\ubc88\uc9f8\ub85c":[8,15],"\ubcc0\uacbd":[0,2,15],"\ubcc0\uacbd\ub418\uc5b4\uc57c":15,"\ubcc0\uacbd\uc774":[7,15],"\ubcc0\uacbd\ud558\ub824\ub294":0,"\ubcc0\uacbd\ud558\uc138\uc694":[0,8],"\ubcc0\uacbd\ud569\ub2c8\ub2e4":7,"\ubcc0\uc218":15,"\ubcc0\ud654\uac00":9,"\ubcc0\ud654\ub294":15,"\ubcc0\ud654\ub97c":5,"\ubcc0\ud654\uc758":9,"\ubcc0\ud654\uc774\uace0":15,"\ubcc0\ud658\uc744":0,"\ubcc0\ud658\ud558\ub824\uace0":0,"\ubcc0\ud658\ud558\uc138\uc694":8,"\ubcc0\ud658\ud560\uc9c0":0,"\ubcc4\uce6d\uc73c\ub85c":15,"\ubcc4\uce6d\uc774":0,"\ubcc4\uce6d\uc785\ub2c8\ub2e4":0,"\ubcf4\ub0b8":14,"\ubcf4\ub0bc":0,"\ubcf4\ub2e4":0,"\ubcf4\uc138\uc694":14,"\ubcf4\uc2dc\ub824\uba74":3,"\ubcf4\uc5ec\uc8fc\ub294":10,"\ubcf4\uc720\uc911\uc778":0,"\ubcf4\ud1b5":[5,6],"\ubcf5\uc0ac":1,"\ubcf5\uc0ac\ud569\ub2c8\ub2e4":1,"\ubcf5\uc7a1\ud55c":8,"\ubcf5\uc7a1\ud574\uc9c0\uace0":3,"\ubcf8\uc9c8\uc801\uc778":8,"\ubd05\uc2dc\ub2e4":14,"\ubd07":[0,5,6,7,9],"\ubd07\uc5d0":[1,3,5],"\ubd07\uc5d0\uac8c":3,"\ubd07\uc73c\ub85c":[3,14],"\ubd07\uc740":[1,8],"\ubd07\uc744":[1,3,7,14],"\ubd07\uc758":[1,3,5,6],"\ubd07\uc774":[0,1,7,10,14],"\ubd80\ubd84\uc5d0":11,"\ubd80\ubd84\uc785\ub2c8\ub2e4":8,"\ubd80\uc871\ud55c":15,"\ubd84":7,"\ubd84\ub9ac\ub41c":8,"\ubd84\ub9ac\uc2dc\ud0a4\uac70\ub098":10,"\ubd84\ub9ac\ud574\uc57c":7,"\ubd84\ubcc4\ud558\uae30\ub294":15,"\ubd88\uac00\ub2a5\ud574\uc9d1\ub2c8\ub2e4":0,"\ubd88\uac00\ud53c\ud558\uc9c0\ub9cc":8,"\ubd88\ub7ec\uc624\uace0":8,"\ubd88\ub7ec\uc624\ub294\ub370":14,"\ubd88\ub7ec\uc624\uc9c0\ub9cc":3,"\ubd88\ub9ac\uae30\ub3c4":0,"\ubd88\ub9ac\uc6b0\ub294":5,"\ubd88\ub9bc":5,"\ubd99\uc5ec\ub123\uae30":1,"\ubd99\uc774\ub294":8,"\ube0c\ub77c\uc6b0\uc800\uc5d0":1,"\ube14\ub9ac\uc790\ub4dc\uc640":0,"\ube44\uacf5\uac1c":[0,15],"\ube44\ub3d9\uae30":[8,9],"\ube44\ub3d9\uae30\uc774\uae30":14,"\ube44\ub514\uc624":0,"\ube44\ubc00\ubc88\ud638":0,"\ube44\ubc00\ubc88\ud638\uc785\ub2c8\ub2e4":0,"\ube44\uc2b7\ud55c":0,"\ube44\uc2b7\ud569\ub2c8\ub2e4":5,"\ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4":0,"\ube44\ud65c\uc131\ud654\ud558\uace0":0,"\ube44\ud65c\uc131\ud654\ud560\uc9c0":0,"\ube60\ub974\uac8c":10,"\ube60\ub978":[8,9],"\ube68\ub9ac":1,"\ubfd0\ub9cc":11,"\uc0ac\ub78c\uacfc":1,"\uc0ac\ub78c\ub4e4\uc774":1,"\uc0ac\ub78c\uc5d0\uac8c":0,"\uc0ac\ub78c\uc740":1,"\uc0ac\ub78c\uc744":1,"\uc0ac\ub78c\uc785\ub2c8\ub2e4":0,"\uc0ac\uc6a9":[0,9],"\uc0ac\uc6a9\ub418\ub294":0,"\uc0ac\uc6a9\ub41c":7,"\uc0ac\uc6a9\ub41c\ub2e4\ub294":3,"\uc0ac\uc6a9\ub420":[0,3,8],"\uc0ac\uc6a9\ub429\ub2c8\ub2e4":[5,6],"\uc0ac\uc6a9\uc774":[0,3],"\uc0ac\uc6a9\uc790\uac00":0,"\uc0ac\uc6a9\uc790\ub97c":0,"\uc0ac\uc6a9\uc790\uc5d0":0,"\uc0ac\uc6a9\uc790\uc5d0\uac8c":0,"\uc0ac\uc6a9\uc790\uc640":0,"\uc0ac\uc6a9\uc790\uc758":0,"\uc0ac\uc6a9\uc790\uc774\uba70":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0\ub97c":0,"\uc0ac\uc6a9\uc911\uc778":0,"\uc0ac\uc6a9\ud558\uac70\ub098":8,"\uc0ac\uc6a9\ud558\uace0":8,"\uc0ac\uc6a9\ud558\uae30":[6,8,9,10],"\uc0ac\uc6a9\ud558\ub294":[0,7,8,11],"\uc0ac\uc6a9\ud558\ub3c4\ub85d":1,"\uc0ac\uc6a9\ud558\ub824\ub294":8,"\uc0ac\uc6a9\ud558\uba74":11,"\uc0ac\uc6a9\ud558\uc138\uc694":[0,1,8],"\uc0ac\uc6a9\ud558\uc154\uc57c":10,"\uc0ac\uc6a9\ud558\uc2dc\uac70\ub098":10,"\uc0ac\uc6a9\ud558\uc2e0\ub2e4\uba74":10,"\uc0ac\uc6a9\ud558\uc5ec":[0,1,8,11],"\uc0ac\uc6a9\ud55c":[0,8,9],"\uc0ac\uc6a9\ud560":[0,3,7],"\uc0ac\uc6a9\ud560\uc9c0":0,"\uc0ac\uc6a9\ud569\ub2c8\ub2e4":[5,8],"\uc0ac\uc6a9\ud574\uc11c":[1,14],"\uc0ac\uc6a9\ud574\uc57c":[3,8],"\uc0ac\uc6a9\ud574\uc8fc\uc138\uc694":7,"\uc0ac\uc774\uc5d0\uc11c":0,"\uc0ac\uc774\uc758":[0,7],"\uc0ac\ud56d":[0,3],"\uc0ac\ud56d\uc774\uba70":0,"\uc0ad\uc81c":[0,15],"\uc0ad\uc81c\ub418\uc5c8\ub294\uc9c0\uc758":7,"\uc0ad\uc81c\uc5d0":0,"\uc0ad\uc81c\ud558\uace0":1,"\uc0ad\uc81c\ud569\ub2c8\ub2e4":7,"\uc0c1\ub2f9\ud788":15,"\uc0c1\uc138\ud55c":11,"\uc0c1\uc18d\ub418\uc9c0":7,"\uc0c1\ud0dc":0,"\uc0c1\ud0dc\uac00":7,"\uc0c1\ud0dc\ub098":0,"\uc0c1\ud0dc\ub294":8,"\uc0c1\ud0dc\ub85c":1,"\uc0c1\ud0dc\ub97c":3,"\uc0c1\ud0dc\uc5d0\uc11c\ub294":7,"\uc0c1\ud0dc\uc5ec\uc57c":0,"\uc0c1\ud0dc\uc785\ub2c8\ub2e4":0,"\uc0c1\ud638":7,"\uc0c1\ud638\uc791\uc6a9\ud558\ub294":6,"\uc0c1\ud669\uc5d0\uc11c\ub294":14,"\uc0c8":0,"\uc0c8\ub85c\uc6b4":[0,1,8,15],"\uc0c9\uc0c1\uc744":0,"\uc0c9\uc778":9,"\uc0dd\uacbc\uc2b5\ub2c8\ub2e4":[5,14],"\uc0dd\uc131":[0,9,14],"\uc0dd\uc131\ub418\uc9c0":0,"\uc0dd\uc131\ub41c":[1,7],"\uc0dd\uc131\uc2dc\uac04\uc744":0,"\uc0dd\uc131\uc5d0":9,"\uc0dd\uc131\ud558\uace0":1,"\uc0dd\uc131\ud558\ub294":[7,14],"\uc0dd\uc131\ud558\ub294\ub370":10,"\uc0dd\uc131\ud558\uc5ec\uc57c":1,"\uc0dd\uc131\ud569\ub2c8\ub2e4":1,"\uc0dd\uc131\ud574\uc57c":1,"\uc0e4\ub4dc\uc758":0,"\uc11c\uba85\uc744":8,"\uc11c\ubc84":[1,8],"\uc11c\ubc84\ub97c":1,"\uc11c\ubc84\uc5d0":1,"\uc11c\ubc84\uc5d0\ub3c4":1,"\uc11c\ubc84\uc5d0\uc11c":0,"\uc11c\ube0c\ucee4\ub9e8\ub4dc\ub4e4":3,"\uc11c\ube0c\ud074\ub798\uc2a4\uc778":3,"\uc11c\ube44\uc2a4\uc5d0\uc11c":0,"\uc120\ud0dd":0,"\uc120\ud0dd\uc740":8,"\uc120\ud0dd\uc801":11,"\uc120\ud0dd\ud558\uace0":1,"\uc124\uacc4\ub85c":9,"\uc124\uba85\ud558\uace0":0,"\uc124\uc815":[0,8,9],"\uc124\uc815\ub418\uc5b4":0,"\uc124\uc815\ub418\uc9c0":11,"\uc124\uc815\ub420":8,"\uc124\uc815\uc744":[0,10],"\uc124\uc815\uc774":11,"\uc124\uc815\ud558\uc138\uc694":8,"\uc124\uc815\ud560":3,"\uc124\uc815\ud574\uc57c":1,"\uc124\uce58":[9,14],"\uc124\uce58\ub418\uc788\ub2e4\uace0":14,"\uc124\uce58\ub41c":[8,10],"\uc124\uce58\ud558\uc138\uc694":14,"\uc124\uce58\ud560":10,"\uc131\uaca9\uacfc":15,"\uc131\uacf5\uc801\uc73c\ub85c":7,"\uc131\uacf5\ud560":7,"\uc139\uc158\uc740":0,"\uc14b\uc5c5\uc740":5,"\uc18c\uac1c":9,"\uc18c\uac1c\ub97c":14,"\uc18c\uc720\uc790\ub294":1,"\uc18d\ub3c4":9,"\uc18d\ub3c4\uc640":9,"\uc18d\uc131":15,"\uc18d\uc131\ub4e4\uc744":3,"\uc18d\uc131\uc744":[0,8],"\uc18d\uc131\uc758":15,"\uc18d\uc131\uc785\ub2c8\ub2e4":0,"\uc18d\ud55c":0,"\uc218":[0,1,3,6,7,10,11,15],"\uc218\ub3c4":[8,10],"\uc218\ub77d":0,"\uc218\ub77d\uc5d0":0,"\uc218\ubc18\ud569\ub2c8\ub2e4":8,"\uc218\uc2e0\ub418\ub294":0,"\uc218\uc2e0\ub429\ub2c8\ub2e4":10,"\uc218\uc788\ub294":0,"\uc218\uc815":15,"\uc218\uc815\ud574\uc11c\ub294":0,"\uc218\uc900\uc5d0\uc11c":11,"\uc218\uc900\uc744":11,"\uc218\ud589\ud558\uae30":3,"\uc218\ud589\ud569\ub2c8\ub2e4":3,"\uc21c\uc11c\ub300\ub85c":0,"\uc27d\uace0":9,"\uc2a4\ud06c\ub9bd\ud2b8\uc774\uae30":14,"\uc2a4\ud0c0\uc77c\ub85c":14,"\uc2a4\ud0c0\uc77c\ub85c\ub294":8,"\uc2a4\ud2b8\ub9bc\uc744":11,"\uc2a4\ud300":0,"\uc2ac\ub9bd":7,"\uc2b5\ub2c8\ub2e4":8,"\uc2dc\uac04":[0,7],"\uc2dc\uac04\ub300":0,"\uc2dc\uac04\uc740":7,"\uc2dc\uac04\uc744":0,"\uc2dc\uac04\uc774\ub77c\uace0":0,"\uc2dc\ub3c4":0,"\uc2dc\ub3c4\ud574\ubcf4\uc138\uc694":9,"\uc2dc\uc2a4\ud15c":[0,10],"\uc2dc\uc2a4\ud15c\uc5d0":10,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c":14,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294":10,"\uc2dc\uc2a4\ud15c\uc73c\ub85c\ubd80\ud130":10,"\uc2dc\uc791":[9,11],"\uc2dc\uc791\ub418\uae30":7,"\uc2dc\uc791\ub418\uc5c8\uace0":7,"\uc2dc\uc791\ud558\uace0":0,"\uc2dc\uc791\ud558\uae30":7,"\uc2dc\uc791\ud558\ub294":15,"\uc2dc\uc791\ud558\ub294\uc9c0":14,"\uc2dc\uc791\ud558\uc9c0":15,"\uc2dc\uc791\ud569\ub2c8\ub2e4":7,"\uc2dc\uc810\uc5d0\uc11c":8,"\uc2dc\uc810\uc785\ub2c8\ub2e4":0,"\uc2dc\uccad":8,"\uc2dd\ubcc4\ud558\ub294":0,"\uc2e0\uc18d\ud558\uac8c":5,"\uc2e4\uc218\ub85c":1,"\uc2e4\uc9c8\uc801\uc73c\ub85c":8,"\uc2e4\ud328\ud588\ub294\uc9c0\uc758":7,"\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4":0,"\uc2e4\ud589":14,"\uc2e4\ud589\ub418\ubbc0\ub85c":14,"\uc2e4\ud589\ub418\uc9c0":8,"\uc2e4\ud589\uc744":8,"\uc2e4\ud589\ud558\uba74":14,"\uc2f6\ub2e4\uba74":[1,7,8,10],"\uc2f6\uc73c\uba74":3,"\uc2f6\uc740":5,"\uc2f6\uc744":[3,5],"\uc378\ub124\uc77c":8,"\uc4f0\ub808\ub4dc\ub098":8,"\uc4f0\ub808\ub4dc\ub85c\ubd80\ud130":8,"\uc4f0\ub808\ub4dc\ub97c":8,"\uc4f0\ub808\ub4dc\uc5d0":8,"\uc4f0\ub808\ub4dc\uc5d0\uc11c":8,"\uc4f0\uc138\uc694":8,"\uc4f0\uc77c":11,"\uc4f0\uc785\ub2c8\ub2e4":0,"\uc4f0\uc9c0":8,"\uc544\ub2c8\uac70\ub098":7,"\uc544\ub2c8\ub77c":11,"\uc544\ub2c8\ub77c\uba74":1,"\uc544\ub2c8\ub78d\ub2c8\ub2e4":8,"\uc544\ub2c8\ubbc0\ub85c":15,"\uc544\ub2cc":[0,8,9],"\uc544\ub2cc\uc9c0\ub97c":[7,15],"\uc544\ub2d9\ub2c8\ub2e4":[0,1,5,7,8],"\uc544\ub798\uc758":[0,8,9,10,15],"\uc544\ubb34\uac83\ub3c4":7,"\uc544\ubb34\ub7f0":1,"\uc544\ubb34\ud2bc":7,"\uc544\ubc14\ud0c0":0,"\uc544\ubc14\ud0c0\uac00":0,"\uc544\ubc14\ud0c0\ub97c":0,"\uc544\ubc14\ud0c0\ub9cc":0,"\uc544\ubc14\ud0c0\uc5d0":0,"\uc544\ubc14\ud0c0\uc5d0\ub9cc":0,"\uc544\ubc14\ud0c0\uc758":0,"\uc544\uc774\ucf58":0,"\uc544\uc774\ucf58\uc5d0":8,"\uc545\uc758\uc801\uc73c\ub85c":1,"\uc545\uc758\uc801\uc778":1,"\uc548\ub429\ub2c8\ub2e4":[0,1,7],"\uc548\uc5d0\ub9cc":8,"\uc548\uc5d0\uc11c":8,"\uc548\uc804\ud55c":8,"\uc54a\uace0":15,"\uc54a\uae30":[8,11],"\uc54a\ub294":[8,15],"\uc54a\ub294\ub2e4\uba74":7,"\uc54a\ub2e4\uba74":[1,14],"\uc54a\ub3c4\ub85d":8,"\uc54a\uc2b5\ub2c8\ub2e4":[0,7,8,10,15],"\uc54a\uc558\uae30":8,"\uc54a\uc558\ub2e4\uba74":[7,15],"\uc54a\uc558\uc2b5\ub2c8\ub2e4":[1,7],"\uc54a\uc558\uc744":0,"\uc54a\uc73c\ubbc0\ub85c":8,"\uc54a\uc740":[0,7,11,15],"\uc54a\uc744":[0,8],"\uc54a\uc9c0\ub9cc":8,"\uc54c\uace0\ub9ac\uc998\uc73c\ub85c":7,"\uc54c\ub9bc\uc744":0,"\uc54c\uc544\ub450\uc5b4\uc57c":[8,15],"\uc54c\uc544\ubcf4\uc138\uc694":8,"\uc54c\uc544\uc57c":8,"\uc554\ud638\uac00":[0,1],"\uc554\ud638\ub77c\uace0":1,"\uc560\ub2c8\uba54\uc774\uc158":0,"\uc560\ub2c8\uba54\uc774\uc158\uc774":0,"\uc560\ubbf8\uba54\uc774\uc158":0,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158":1,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744":10,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758":[1,11],"\uc57d":7,"\uc5b4\ub5a4":7,"\uc5b4\ub5bb\uac8c":[0,7,14],"\uc5b4\ub824\uc6b8":15,"\uc5b8\uae09\ub418\uc5c8\ub294\uc9c0":0,"\uc5b8\uae09\ub41c":0,"\uc5b8\ub354\ubc14\ub97c":8,"\uc5b8\ub85c\ub4dc":5,"\uc5b8\uc5b4":0,"\uc5b8\uc5b4\ub97c":0,"\uc5b8\uc5b4\uc5d0":0,"\uc5b8\uc5b4\ud0dc\uadf8":0,"\uc5b8\uc81c\ub4e0\uc9c0":8,"\uc5bb\uac70\ub098":14,"\uc5bb\uac8c":0,"\uc5bb\uace0":3,"\uc5bb\uae30":[0,3],"\uc5c4\uccad\ub09c":8,"\uc5c5\uadf8\ub808\uc774\ub4dc":15,"\uc5c5\ub370\uc774\ud2b8":0,"\uc5c5\ub370\uc774\ud2b8\ub420":15,"\uc5c5\ub85c\ub4dc":0,"\uc5c5\ub85c\ub4dc\ub294":[0,8],"\uc5c5\ub85c\ub4dc\ud558\uace0":8,"\uc5c5\ub85c\ub4dc\ud558\uae30":8,"\uc5c5\ub85c\ub4dc\ud558\ub824\uba74":8,"\uc5c6":8,"\uc5c6\ub294":0,"\uc5c6\ub2e4\ub294":8,"\uc5c6\ub2e4\uba74":9,"\uc5c6\uc2b5\ub2c8\ub2e4":[0,7,8],"\uc5c6\uc73c\ubbc0\ub85c":1,"\uc5c6\uc744":10,"\uc5c6\uc74c":0,"\uc5c6\uc74c\uc744":0,"\uc5c6\uc774":8,"\uc5d0":[0,1,5,7,8],"\uc5d0\uac8c\ub294":8,"\uc5d0\ub7ec\ub098":11,"\uc5d0\ub7ec\ub97c":[9,11],"\uc5d0\ub9cc":15,"\uc5d0\uc11c":[0,1,3,7,8,10],"\uc5d0\uc11c\uc758":7,"\uc5ec\uae30\uc5d0":[1,8,15],"\uc5ec\uae30\uc5d0\ub294":0,"\uc5ec\uae30\uc5d0\uc11c":14,"\uc5ec\uae30\uc758":0,"\uc5ec\ub7ec":[0,6,8],"\uc5ec\ub7ec\uac00\uc9c0\ub97c":14,"\uc5ec\ubd80":[0,7],"\uc5ec\ubd80\ub97c":0,"\uc5ec\ubd80\uc785\ub2c8\ub2e4":0,"\uc5ed\ub3d9\uc801\uc778":15,"\uc5ed\uc2ac\ub798\uc2dc\uc640":8,"\uc5f0\uacb0":[0,7],"\uc5f0\uacb0\ub418\uc5b4\uc788\ub294":0,"\uc5f0\uacb0\ub41c":0,"\uc5f0\uacb0\uc785\ub2c8\ub2e4":14,"\uc5f4\uc5b4\uc57c":0,"\uc608":[0,8,9,10],"\uc608\ub97c":[0,3,5,8,10,11],"\uc608\uc2dc":8,"\uc608\uc2dc\ub4e4\uc740":15,"\uc608\uc2dc\ub97c":8,"\uc608\uc2dc\uc5d0\uc11c":5,"\uc608\uc57d\ud558\ub294":7,"\uc608\uc678":[0,2,7],"\uc608\uc678\uac00":7,"\uc608\uc678\ub294":7,"\uc608\uc678\ub97c":7,"\uc608\uc81c":[0,2,6,9],"\uc608\uc81c\ub294":[3,5,8],"\uc624\uae30":8,"\uc624\ub7ab\ub3d9\uc548":8,"\uc624\ub958":[0,7],"\uc624\ub958\ub4e4\uc744":7,"\uc624\ub958\ub97c":7,"\uc624\ube0c\uc81d\ud2b8":[0,8],"\uc624\ube0c\uc81d\ud2b8\ub97c":8,"\uc624\ud504\ub77c\uc778":0,"\uc628":8,"\uc62c\ub77c\uc628":0,"\uc635\ub2c8\ub2e4":[3,5],"\uc635\uc158":7,"\uc635\uc158\uacfc":7,"\uc635\uc158\ub4e4\uacfc":3,"\uc635\uc158\uc744":[0,3],"\uc640":[0,3,8],"\uc640\uc57c":8,"\uc644\ub8cc\ud558\uac8c":7,"\uc67c\ucabd\uc5d0\uc788\ub294":0,"\uc694\uad6c":9,"\uc694\uc18c":15,"\uc694\uc810":3,"\uc694\uccad":0,"\uc694\uccad\uacfc":0,"\uc694\uccad\uc740":8,"\uc694\uccad\uc744":[0,8],"\uc694\uccad\ud560":0,"\uc6b0\ub9ac\uac00":[3,14],"\uc6b0\ub9ac\ub294":[1,3,5,14],"\uc6b0\ub9ac\uc758":14,"\uc6b0\ub9b0":3,"\uc6b4\uc774":8,"\uc6b4\uc88b\uac8c\ub3c4":14,"\uc6d0\ub9ac":15,"\uc6d0\uc778\uc740":8,"\uc6d0\ud558\uc9c0":7,"\uc6d0\ud55c\ub2e4\uba74":[1,7],"\uc6f9\uc0ac\uc774\ud2b8":1,"\uc6f9\uc18c\ucf13":0,"\uc704\ubc30\ub429\ub2c8\ub2e4":0,"\uc704\uc5d0":8,"\uc704\ud558\uc5ec":8,"\uc704\ud55c":[3,7,9,15],"\uc704\ud574":[3,6,7,8,10],"\uc704\ud574\uc11c":[1,3,8],"\uc704\ud574\uc11c\ub294":[0,1,3,5,8,10,11],"\uc704\ud574\uc11c\ub294\ub2e4\uc74c\uc744":8,"\uc704\ud5d8\uc744":0,"\uc708\ub3c4\uc6b0\ub97c":10,"\uc708\ub3c4\uc6b0\uc5d0\uc11c":[10,14],"\uc720\ub2c8\ucf54\ub4dc":8,"\uc720\ub2c8\ucf54\ub4dc\ub85c":8,"\uc720\uba85\ud55c":8,"\uc720\uc6a9\ud569\ub2c8\ub2e4":7,"\uc720\uc758\uc801":15,"\uc720\uc758\ud558\uc2ed\uc2dc\uc624":1,"\uc720\uc800":0,"\uc720\uc800\uac00":0,"\uc720\uc800\ub294":[0,1],"\uc720\uc800\ub97c":1,"\uc720\uc800\uc640":0,"\uc720\uc9c0\ud558\ub294":10,"\uc720\uc9c0\ud558\ub294\ub370":3,"\uc720\ucd9c\ud558\uc600\ub2e4\uba74":1,"\uc720\ud615\uc744":0,"\uc720\ud615\uc774\uc5ec\uc57c":0,"\uc720\ud6a8\ud558\uc9c0":0,"\uc720\ud6a8\ud55c":8,"\uc720\ud6a8\ud569\ub2c8\ub2e4":0,"\uc735\ud1b5\uc131\uc788\uace0":6,"\uc73c\ub85c":0,"\uc740":[0,8],"\uc744":[1,5,7,11],"\uc74c\uc131":[0,10],"\uc751\ub2f5\ud558\ub294":10,"\uc758":[0,3,14,15],"\uc758\uc874\uc131":15,"\uc758\ud574":0,"\uc774":[0,1,3,5,6,7,8,10,11,14,15],"\uc774\uac74":14,"\uc774\uac83\uacfc":8,"\uc774\uac83\uc740":[0,1,3,7,8],"\uc774\uac83\uc744":[1,3,7],"\uc774\uac83\uc774":0,"\uc774\uac8c":1,"\uc774\ub294":[0,3,8,11,15],"\uc774\ub3d9\ud569\ub2c8\ub2e4":1,"\uc774\ub3d9\ud574":1,"\uc774\ub77c\uace0":5,"\uc774\ub77c\ub294":[0,5,10],"\uc774\ub7ec\ud55c":10,"\uc774\ub7f0":[0,6,7],"\uc774\ub807\uac8c":[8,14],"\uc774\ub97c":[3,6,8,10],"\uc774\ub984":[0,8],"\uc774\ub984\uc5d0\uc11c":3,"\uc774\ub984\uc73c\ub85c":3,"\uc774\ub984\uc73c\ub85c\ub3c4":3,"\uc774\ub984\uc740":[3,8],"\uc774\ub984\uc744":[0,1,3,14,15],"\uc774\ub984\uc758":3,"\uc774\ub984\uc774":[0,8],"\uc774\ub984\uc774\uc9c0\ub9cc":0,"\uc774\ub984\uc785\ub2c8\ub2e4":0,"\uc774\uba54\uc77c":0,"\uc774\uba54\uc77c\uc785\ub2c8\ub2e4":0,"\uc774\ubaa8\ud2f0\ucf58":0,"\uc774\ubaa8\ud2f0\ucf58\uc73c\ub85c":0,"\uc774\ubaa8\ud2f0\ucf58\uc744":[0,8],"\uc774\ubaa8\ud2f0\ucf58\uc758":8,"\uc774\ubbf8":[7,8],"\uc774\ubbf8\uc9c0":0,"\uc774\ubbf8\uc9c0\ub85c":0,"\uc774\ubbf8\uc9c0\ub97c":0,"\uc774\ubbf8\uc9c0\uc758":8,"\uc774\ubca4\ud2b8":[0,7,8],"\uc774\ubca4\ud2b8\uac00":[0,10,11,14],"\uc774\ubca4\ud2b8\ub294":[10,14],"\uc774\ubca4\ud2b8\ub85c\ubd80\ud130":0,"\uc774\ubca4\ud2b8\ub97c":14,"\uc774\ubca4\ud2b8\uc5d0":[8,15],"\uc774\ubca4\ud2b8\uc5d0\uc11c":7,"\uc774\ubca4\ud2b8\uc758":[0,10,11],"\uc774\uc0c1\uc5d0\uc11c":10,"\uc774\uc0c1\uc758":10,"\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4":0,"\uc774\uc640":3,"\uc774\uc6a9\uc57d\uad00":0,"\uc774\uc6a9\ud558\uc138\uc694":10,"\uc774\uc6a9\ud55c":10,"\uc774\uc720\ub294":8,"\uc774\uc720\ub85c":6,"\uc774\uc81c":[1,3,5,10,14],"\uc774\ud558":10,"\uc774\ud558\uc5d0\uc11c\ub294":10,"\uc774\ud6c4":[7,14],"\uc778\uc218\ub294":11,"\uc778\uc2a4\ud134\uc2a4":[0,3],"\uc778\uc2a4\ud134\uc2a4\ub97c":[0,8,14],"\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c":8,"\uc778\uc6a9\uad6c\uc758":8,"\uc778\uc790":0,"\uc778\uc790\ub294":8,"\uc778\uc790\ub4e4\uc744":3,"\uc778\uc790\ub97c":8,"\uc778\uc790\ub9cc":8,"\uc778\uc790\uc785\ub2c8\ub2e4":8,"\uc778\uc99d\uc11c\ub85c":0,"\uc778\uc9c0":[7,14],"\uc778\uc9c0\ub97c":0,"\uc778\ud130\ub137":7,"\uc778\ud130\ub137\uc774":7,"\uc778\ud130\ud398\uc774\uc2a4\ub294":7,"\uc77c":0,"\uc77c\ub2e8":3,"\uc77c\ubc18":[0,1,9],"\uc77c\ubc18\uc801\uc73c\ub85c":3,"\uc77c\ubc18\uc801\uc778":[0,8],"\uc77c\ubd80\uac00":15,"\uc77c\uc218\ub3c4":0,"\uc77c\uc5b4\ub098\uace0":8,"\uc77c\uc5b4\ub0a0":7,"\uc77c\uc5b4\ub0ac\uc744\ub54c":14,"\uc77c\uc73c\ucf30\ub2e4\uba74":7,"\uc77c\uc73c\ud0a4\ub294":7,"\uc77c\uc73c\ud0a8\ub2e4\uba74":14,"\uc77c\uc744":8,"\uc77d\uae30":0,"\uc784\ubca0\ub4dc\ub97c":0,"\uc784\ubca0\ub4dc\uc5d0":8,"\uc784\ubca0\ub4dc\uc758":8,"\uc784\uc758\uc801\uc73c\ub85c":8,"\uc785\ub2c8\ub2e4":[0,5,8],"\uc788\uac8c":[3,8],"\uc788\uace0":[1,9],"\uc788\uae30":8,"\uc788\ub294":[0,1,3,5,7,8],"\uc788\ub294\uc9c0":[0,1,7,10],"\uc788\ub294\uc9c0\uc758":7,"\uc788\ub2e4\uace0":8,"\uc788\ub2e4\uba74":[7,8],"\uc788\uc2b5\ub2c8\ub2e4":[0,1,3,5,6,7,8,10,11,14,15],"\uc788\uc5b4\uc57c":1,"\uc788\uc73c\uba74":7,"\uc788\uc73c\ubbc0\ub85c":[0,8],"\uc788\uc744":0,"\uc788\uc74c\uc744":0,"\uc788\uc9c0":7,"\uc78a\uc9c0":8,"\uc790\uae30\ub9cc\uc758":7,"\uc790\ub3d9":0,"\uc790\ub3d9\uc73c\ub85c":0,"\uc790\ub3d9\uc801\uc73c\ub85c":3,"\uc790\uc0b0\uc744":0,"\uc790\uc138\ud55c":[1,3,5,8,11],"\uc790\uc138\ud788":8,"\uc790\uc2e0\uc774":0,"\uc790\uc8fc":9,"\uc790\uccb4\uc758":0,"\uc791\ub3d9":[0,10,15],"\uc791\ub3d9\ud558\ub294":7,"\uc791\ub3d9\ud558\ub294\uc9c0":14,"\uc791\uc131\ub418\uc9c0":15,"\uc791\uc131\ub41c":[14,15],"\uc791\uc131\uc790":8,"\uc791\uc131\ud558\uae30":11,"\uc791\uc131\ud558\uc9c0":0,"\uc791\uc131\ud560":8,"\uc791\uc5c5":1,"\uc791\uc5c5\uc5d0":0,"\uc791\uc5c5\uc740":7,"\uc791\uc5c5\uc744":[6,8],"\uc791\uc5c5\ud558\uae30":1,"\uc791\uc6a9\ud558\uace0":7,"\uc791\uc740":0,"\uc798":7,"\uc798\ubabb\ub41c":[0,7],"\uc7a0\uc218":0,"\uc7a0\uc7ac\uc801\uc73c\ub85c":0,"\uc7ac\uc0dd":0,"\uc7ac\uc0dd\ud560\uc9c0":0,"\uc7ac\uc2dc\ub3c4\ud560":7,"\uc7ac\uc2dc\uc791\ud558\uae30":7,"\uc7ac\uc2dc\uc791\ud560\uc9c0\uc758":7,"\uc7ac\uc5f0\uacb0":7,"\uc7ac\uc5f0\uacb0\uc911":7,"\uc7ac\uc815\uc758\ud558\ub294":8,"\uc801\uc6a9":0,"\uc801\uc6a9\ub418\uae30\ub97c":7,"\uc801\uc6a9\ub418\uc5b4\uc57c":8,"\uc801\uc6a9\ub41c\ub2e4\ub294":15,"\uc801\uc6a9\ub429\ub2c8\ub2e4":[0,7],"\uc801\uc808\ud55c":8,"\uc804\uae4c\uc9c0":7,"\uc804\ub2ec\ub418\uc5c8\uac70\ub098":0,"\uc804\ub2ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4":0,"\uc804\ub2ec\uc778\uc790":7,"\uc804\ub2ec\uc778\uc790\ub3c4":7,"\uc804\ub2ec\ud558\ub294":8,"\uc804\ub2ec\ud558\uc138\uc694":3,"\uc804\ub2ec\ud560":0,"\uc804\ub2ec\ud569\ub2c8\ub2e4":3,"\uc804\ub2ec\ud574\uc57c":[0,8],"\uc804\ubd80":[8,9],"\uc804\uc1a1":0,"\uc804\uc1a1\ub41c":[0,8],"\uc804\uc1a1\ud558\ub294":8,"\uc804\uc1a1\ud558\ubbc0\ub85c":8,"\uc804\uc1a1\ud558\uc9c0":8,"\uc804\uc1a1\ud560":8,"\uc804\uc5d0":7,"\uc804\uc6a9":0,"\uc804\uccb4\uc5d0":10,"\uc804\ud600":8,"\uc808\ub300":8,"\uc808\ub300\ub85c":1,"\uc810\uc744":3,"\uc810\uc785\ub2c8\ub2e4":15,"\uc810\uc810":3,"\uc811\uadfc\ud560":8,"\uc811\ub450\uc0ac\ub97c":8,"\uc811\uc18d\ud558\uc9c0":1,"\uc811\uc18d\ud560":1,"\uc815\ub9ac\ud558\uc5ec":8,"\uc815\ubcf4":[1,8],"\uc815\ubcf4\ub294":5,"\uc815\ubcf4\ub97c":[1,3,8,10,11],"\uc815\uc218":0,"\uc815\uc758":3,"\uc815\uc758\ub418\uc5b4":0,"\uc815\uc758\ub41c":8,"\uc815\uc758\ud558\uc600\uace0":5,"\uc815\uc758\ud569\ub2c8\ub2e4":3,"\uc815\uc758\ud588\ub2e4\uba74":3,"\uc815\uc801":0,"\uc815\uc9c0\ud558\uae30":7,"\uc815\uc9c0\ud569\ub2c8\ub2e4":7,"\uc81c":7,"\uc81c3\uc790":8,"\uc81c\uac00":7,"\uc81c\uac70":15,"\uc81c\uac70\ub429\ub2c8\ub2e4":3,"\uc81c\uac70\ud558\uac70\ub098":7,"\uc81c\uac70\ud558\uace0\uc790":3,"\uc81c\uac70\ud588\ub4ef\uc774":3,"\uc81c\uacf1":0,"\uc81c\uacf5\ub41c":[0,8],"\uc81c\uacf5\ub429\ub2c8\ub2e4":[6,8],"\uc81c\uacf5\ud558\ub294":0,"\uc81c\uacf5\ud560":8,"\uc81c\uacf5\ud569\ub2c8\ub2e4":6,"\uc81c\ub108\ub808\uc774\ud130":3,"\uc81c\ub300\ub85c":[6,14],"\uc81c\uc548\ud558\uac70\ub098":8,"\uc81c\uc5b4\ud569\ub2c8\ub2e4":0,"\uc81c\uc678\ud558\uace0":7,"\uc81c\uc77c":1,"\uc81c\ucd9c\ud558\uc138\uc694":8,"\uc81c\ud55c":9,"\uc870\uac74":9,"\uc870\uc2ec\uc2a4\ub7fd\uac8c":8,"\uc870\uc2ec\ud574\uc57c\ud560":7,"\uc870\uc791\uc744":8,"\uc870\uc791\uc774":8,"\uc870\uc9c1\ud654\ud558\uace0":3,"\uc874\uc7ac\ud560":5,"\uc874\uc7ac\ud569\ub2c8\ub2e4":8,"\uc885\ub8cc\ud558\uae30":7,"\uc88b\uac8c\ub3c4":8,"\uc88b\uc740":8,"\uc8fc":15,"\uc8fc\uace0":5,"\uc8fc\ub294":[3,9,10],"\uc8fc\uc5b4\uc84c\uc2b5\ub2c8\ub2e4":7,"\uc8fc\uc5b4\uc9c0\uc9c0":7,"\uc8fc\uc694":[7,15],"\uc8fc\uc758\ud558\uc138\uc694":14,"\uc900\ube44\uac00":0,"\uc900\ube44\ub418\uae30":7,"\uc900\ube44\ub41c":9,"\uc900\ube44\ud55c":14,"\uc904":5,"\uc904\uc5d0":3,"\uc904\uc740":14,"\uc911":[0,3],"\uc911\ub2e8\ud558\uc9c0":8,"\uc911\uc2ec\ubd80\uc778":5,"\uc911\uc2ec\uc5d0\ub294":3,"\uc911\uc2ec\uc73c\ub85c":10,"\uc911\uc778\uc9c0":0,"\uc911\uc785\ub2c8\ub2e4":7,"\uc911\uc9c0\ud558\uace0":8,"\uc911\ucca9\ub420":8,"\uc9c0\ub098\uac04":7,"\uc9c0\uc5f0":0,"\uc9c0\uc6d0":1,"\uc9c0\uc6d0\ub418\uc9c0":10,"\uc9c0\uc810\uc73c\ub85c":8,"\uc9c0\uc815":0,"\uc9c0\uc815\ub418\uc9c0":11,"\uc9c0\uc815\ub41c":0,"\uc9c0\uc815\ud569\ub2c8\ub2e4":[0,11],"\uc9c0\ud5a5":9,"\uc9c1\uc811":0,"\uc9c4\uc785\uc810\uc774":5,"\uc9c4\ud589\ub418\ubbc0\ub85c":14,"\uc9c4\ud589\ub429\ub2c8\ub2e4":10,"\uc9c4\ud589\ud558\uace0":10,"\uc9c4\ud589\ud574\ubd05\uc2dc\ub2e4":14,"\uc9c8\ubb38":9,"\uc9c8\ubb38\uc740":8,"\uc9c8\ubb38\uc744":8,"\uc9c8\ubb38\uc758":8,"\uc9c8\uc758\ud560":3,"\uc9d1\ud569\uc744":7,"\uc9d3\uace0":1,"\uc9d3\uc744":1,"\ucc28\ub2e8":0,"\ucc28\ub2e8\ub418\uc9c0":8,"\ucc28\ub2e8\ub41c\ub2e4\uba74":8,"\ucc28\ub2e8\ub420":0,"\ucc28\ub2e8\uc740":8,"\ucc28\ub2e8\uc744":8,"\ucc28\ub2e8\uc774":8,"\ucc28\ub2e8\ud558\uac70\ub098":1,"\ucc28\ub2e8\ud558\ub294":8,"\ucc28\ub2e8\ud558\uc9c0":8,"\ucc28\ub2e8\ud55c":0,"\ucc28\ub2e8\ud560":8,"\ucc38\uace0":3,"\ucc38\uace0\ud558\uc138\uc694":[3,8],"\ucc38\uace0\ud558\uc5ec":8,"\ucc38\uace0\ud574\uc57c":3,"\ucc38\uace0\ud574\uc8fc\uc138\uc694":3,"\ucc38\uc5ec\uc911\uc778":0,"\ucc38\uc870\ud55c\ub2e4\ub294":3,"\ucc3e\ub294\ub370":8,"\ucc3e\uc544\ubcfc":3,"\ucc3e\uc544\uc635\ub2c8\ub2e4":3,"\ucc3e\uc73c\uc2dc\ub294":9,"\ucc3e\uc73c\uc2e4":8,"\ucc3e\uc744":8,"\ucc44\ub110":0,"\ucc44\ub110\ub9cc":0,"\ucc44\ub110\uc5d0":14,"\ucc44\ub110\uc744":0,"\ucc44\ub110\uc758":8,"\ucc44\ub110\uc785\ub2c8\ub2e4":0,"\ucc44\ud305":0,"\ucc44\ud305\uc5d0":0,"\ucc44\ud305\uc5d0\uc11c":0,"\ucc44\ud305\uc744":0,"\ucc44\ud305\uc911\uc5d0":0,"\ucc98\ub7fc":7,"\ucc98\ub9ac":[0,7,15],"\ucc98\ub9ac\uae30":0,"\ucc98\ub9ac\ub3fc\uc57c":7,"\ucc98\ub9ac\ub418\ub294":7,"\ucc98\ub9ac\ub418\ub294\ub370":7,"\ucc98\ub9ac\ub418\uc9c0":[0,7],"\ucc98\ub9ac\ub97c":7,"\ucc98\ub9ac\ud558\uac70\ub098":7,"\ucc98\ub9ac\ud558\uae30":7,"\ucc98\ub9ac\ud558\ub294":6,"\ucc98\ub9ac\ud560":7,"\ucc98\ub9ac\ud574\uc57c":7,"\ucc98\uc74c\uc5d0":6,"\ucc98\uc74c\uc758":8,"\ucca8\ubd80":0,"\ucca8\ubd80\ud558\ub294":8,"\uccab":[8,15],"\uccab\ubc88\uc9f8":14,"\uccb4\ud06c\uac00":1,"\uccb4\ud06c\ub418\uc5b4":1,"\uccb4\ud06c\ubc15\uc2a4\uc5d0":1,"\uccb4\ud06c\ud569\ub2c8\ub2e4":1,"\ucd08":[0,7],"\ucd08\ub300":9,"\ucd08\ub300\ud558\uace0":1,"\ucd08\ub300\ud558\ub294":1,"\ucd08\ub300\ud560":1,"\ucd1d":0,"\ucd5c\uace0":7,"\ucd5c\uadfc":0,"\ucd5c\uc18c\ud55c\uc758":9,"\ucd5c\uc2e0\uc758":9,"\ucd5c\uc801\ud654":9,"\ucd5c\uc801\ud654\ub97c":8,"\ucd94\uac00":[0,2,7,8,11,15],"\ucd94\uac00\ub41c":0,"\ucd94\uac00\ub420":1,"\ucd94\uac00\ub429\ub2c8\ub2e4":[3,5],"\ucd94\uac00\uc801\uc778":8,"\ucd94\uac00\ud558\ub294":1,"\ucd94\uac00\ud569\ub2c8\ub2e4":7,"\ucd94\uc0c1\ud654\ud558\ub294":7,"\ucd94\ucc9c\ud569\ub2c8\ub2e4":11,"\ucd95\uc18c\ub41c":8,"\ucd95\ud558\ud569\ub2c8\ub2e4":10,"\ucd9c\ub825\ub418\uc9c0":11,"\ucd9c\ub825\ud558\ub294":11,"\ucd9c\ub825\ud558\uc9c0\ub9cc":7,"\ucd9c\ub825\ud560":11,"\ucda9\ub3cc":0,"\ucda9\ub3cc\ud558\ubbc0\ub85c":14,"\ucde8\uc18c\ub418\uace0":7,"\ucde8\uc18c\ub418\uc5c8\ub294\uc9c0":7,"\ucde8\uc18c\ud558\ub294":7,"\ucde8\uc18c\ud558\uc138\uc694":7,"\ucde8\uc18c\ud560\ub54c\ub3c4":7,"\ucde8\uc18c\ud568":7,"\uce21\uba74\uc740":8,"\uce21\uba74\uc744":[6,8],"\uce21\uc815\ud569\ub2c8\ub2e4":0,"\uce5c\uad6c":0,"\uce5c\uad6c\ub85c":0,"\uce5c\uad6c\uc778":0,"\uce74\ud14c\uace0\ub9ac\ub97c":3,"\uce90\uc2dc\ub97c":0,"\uce90\uc2f1\ub41c":0,"\ucee4\ub125\ud130":0,"\ucee4\ub9e8\ub4dc":5,"\ucee4\ub9e8\ub4dc\ub4e4\uacfc":3,"\ucee4\ub9e8\ub4dc\ub4e4\uc758":3,"\ucee4\ub9e8\ub4dc\uc5d0":3,"\ucee4\uc2a4\ud130\ub9c8\uc774\uc988":3,"\ucee8\ud0dd\uc2a4\ud2b8":7,"\uceec\ub809\uc158\uc744":8,"\ucef4\ud329\ud2b8":0,"\ucef4\ud4e8\ud305":0,"\ucf00\uc774\uc2a4\ub85c":8,"\ucf1c\uace0":0,"\ucf24":0,"\ucf54\ub4dc":8,"\ucf54\ub4dc\uac00":11,"\ucf54\ub4dc\ub97c":[5,10],"\ucf54\ub8e8\ud2f4":[7,9],"\ucf54\ub8e8\ud2f4\uacfc":8,"\ucf54\ub8e8\ud2f4\uc740":[7,8],"\ucf54\ub8e8\ud2f4\uc744":7,"\ucf54\ub8e8\ud2f4\uc758":8,"\ucf54\ub8e8\ud2f4\uc774":[5,7],"\ucf58\uc194\uc5d0":11,"\ucf5c\ubc31\uc740":14,"\ud06c\uae30":0,"\ud06c\uae30\ub294":0,"\ud06c\uae30\ub97c":0,"\ud070":9,"\ud074\ub77c\uc774\uc5b8\ud2b8":[1,9],"\ud074\ub77c\uc774\uc5b8\ud2b8\uac00":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\ub294":[0,14],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc640":0,"\ud074\ub77c\uc774\uc5b8\ud2b8\uc758":0,"\ud074\ub798\uc2a4":[0,3,7,15],"\ud074\ub798\uc2a4\uac00":7,"\ud074\ub798\uc2a4\ub4e4\uc758":7,"\ud074\ub798\uc2a4\ub85c":0,"\ud074\ub798\uc2a4\uc5d0":[0,3,15],"\ud074\ub798\uc2a4\uc5d0\ub294":0,"\ud074\ub798\uc2a4\uc758":0,"\ud074\ub798\uc2a4\uc774\uae30":3,"\ud074\ub798\uc2a4\uc785\ub2c8\ub2e4":3,"\ud074\ub9ad\ud558\uc138\uc694":1,"\ud074\ub9ad\ud558\uc5ec":1,"\ud074\ub9ad\ud569\ub2c8\ub2e4":1,"\ud0a4\uc6cc\ub4dc":[3,7,8],"\ud0c0\ub2f9\ud55c":9,"\ud0c0\uc774\ud551":0,"\ud0c0\uc785":[0,8],"\ud0dc\uadf8":0,"\ud0dc\uadf8\uc5d0":0,"\ud0dc\uadf8\uc640":0,"\ud0dc\uc2a4\ud06c":7,"\ud0dc\uc2a4\ud06c\uac00":7,"\ud0dc\uc2a4\ud06c\ub97c":7,"\ud0ed":0,"\ud0ed\uc73c\ub85c":1,"\ud14c\ub9c8\uc785\ub2c8\ub2e4":0,"\ud14c\uc2a4\ud06c\uac00":7,"\ud14c\uc2a4\ud06c\ub97c":7,"\ud1a0\ud070\uc73c\ub85c":[0,14],"\ud1a0\ud070\uc740":1,"\ud1a0\ud070\uc744":[1,14],"\ud1b5\uc9f8\ub85c":3,"\ud1b5\ud558\uc5ec":8,"\ud1b5\ud55c":7,"\ud1b5\ud574":[3,8],"\ud29c\ud1a0\ub9ac\uc5bc\uc744":11,"\ud29c\ud50c\uc758":0,"\ud2b9\ubcc4\ud55c":[6,9],"\ud2b9\ubcc4\ud788":8,"\ud2b9\uc774":8,"\ud2b9\uc815":[1,7,8,14],"\ud2b9\uc815\ud55c":[3,7],"\ud30c\ub77c\ubbf8\ud130\ub97c":3,"\ud30c\uc774\uc36c":[5,11,14],"\ud30c\uc77c":8,"\ud30c\uc77c\uc5d0":11,"\ud30c\uc77c\uc5d0\ub294":5,"\ud30c\uc77c\uc744":0,"\ud30c\uc77c\uc758":[8,14],"\ud30c\uc77c\uc774\ub984":0,"\ud328\ud134\uc740":7,"\ud398\uc774\uc9c0":[1,9],"\ud398\uc774\uc9c0\ub294":[8,14],"\ud398\uc774\uc9c0\ub97c":1,"\ud398\uc774\uc9c0\uc5d0\uc11c":9,"\ud398\uc774\uc9c0\uc758":1,"\ud3b8\ub9ac\ud55c":7,"\ud3b8\uc9d1":0,"\ud3b8\uc9d1\uc5d0":0,"\ud3b8\uc9d1\ud569\ub2c8\ub2e4":0,"\ud3c9\uc18c\uc640":10,"\ud3ec\uad04\uc801\uc774\uc9c0":15,"\ud3ec\ub9f7\uc73c\ub85c":0,"\ud3ec\uc778\ud2b8\uac00":8,"\ud3ec\uc778\ud2b8\ub97c":8,"\ud3ec\ud568\ub418\uc9c0":0,"\ud3ec\ud568\ub429\ub2c8\ub2e4":15,"\ud3ec\ud568\ud558\uace0":[7,8],"\ud3ec\ud568\ud558\uc9c0":8,"\ud3f4\ub354":8,"\ud3f4\ub354\uac00":5,"\ud3f4\ub354\ub85c":10,"\ud45c\uc2dc":0,"\ud45c\uc2dc\ub418\ub294":0,"\ud45c\uc2dc\ub418\uc5b4\uc57c\ub9cc":3,"\ud45c\uc2dc\ub418\uc9c0\ub294":8,"\ud45c\uc2dc\ub429\ub2c8\ub2e4":3,"\ud45c\uc2dc\ub97c":0,"\ud45c\uc2dc\ud560\uc9c0":0,"\ud45c\uc900":[10,11],"\ud478\uc2dc":0,"\ud480\ub9c1\uc5d0":0,"\ud504\ub808\uc784\uc6cc\ud06c":9,"\ud504\ub808\uc784\uc6cc\ud06c\ub97c":6,"\ud504\ub808\uc784\uc6cc\ud06c\uc5d0\ub294":5,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c":8,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c\ub294":8,"\ud504\ub85c\uadf8\ub7a8\uc774":8,"\ud504\ub85c\uc81d\ud2b8":10,"\ud504\ub85c\ud1a0\ucf5c":0,"\ud504\ub85c\ud1a0\ucf5c\ub85c":3,"\ud504\ub85c\ud544":0,"\ud504\ub85c\ud544\uc744":0,"\ud504\ub85d\uc2dc":0,"\ud504\ub9ac\ubbf8\uc5c4":0,"\ud504\ub9ac\ubbf8\uc5c4\uc774":0,"\ud50c\ub808\uc774\uc5b4\ub294":8,"\ud50c\ub808\uc774\uc911\uc778":0,"\ud544\ub4dc\uac00":0,"\ud544\ub4dc\ub294":0,"\ud544\uc694":8,"\ud544\uc694\ub294":8,"\ud544\uc694\ub85c":[1,8],"\ud544\uc694\ud558\ub2e4\uba74":14,"\ud544\uc694\ud55c":[1,10],"\ud544\uc694\ud569\ub2c8\ub2e4":[0,10],"\ud544\ud130\uc785\ub2c8\ub2e4":0,"\ud558\uac8c":1,"\ud558\uace0":[3,5],"\ud558\uae30":[7,8],"\ud558\uae30\uc5d0\ub294":6,"\ud558\ub098\ub97c":[0,8],"\ud558\ub098\ub9cc\uc744":7,"\ud558\ub098\uc5ec\uc57c":0,"\ud558\ub098\uc758":[5,8],"\ud558\ub294":[0,7],"\ud558\ub294\uac8c":1,"\ud558\ub824\uba74":0,"\ud558\uba70":0,"\ud558\uba74":14,"\ud558\uc138\uc694":8,"\ud558\uc5ec":1,"\ud558\uc9c0\ub9cc":8,"\ud55c":[0,3,8],"\ud55c\uacc4\ub85c":8,"\ud55c\uacc4\uc785\ub2c8\ub2e4":8,"\ud55c\ub2e4\uba74":[3,7],"\ud55c\ubc88":14,"\ud560":[0,1,3,7,8,15],"\ud568\uaed8":[0,3,5,6,8],"\ud568\uc218":[0,8],"\ud568\uc218\uac00":[7,8,15],"\ud568\uc218\ub294":[0,5,7,8],"\ud568\uc218\ub97c":15,"\ud568\uc218\uc5ec\uc57c":5,"\ud568\uc218\uc640":[5,8,15],"\ud568\uc218\uc758":[8,15],"\ud569\ub2c8\ub2e4":[0,1,3,5,7,8,10,14,15],"\ud569\ub2c8\ub514":3,"\ud569\uc2dc\ub2e4":14,"\ud56b":5,"\ud56d\ubaa9\uc73c\ub85c":14,"\ud56d\ubaa9\uc744":14,"\ud56d\uc0c1":[0,8],"\ud574\uacb0\ud558\uae30":[8,15],"\ud574\ub2f9":[0,8],"\ud574\ub2f9\ud569\ub2c8\ub2e4":0,"\ud574\ub3c4":1,"\ud574\uc2dc":0,"\ud574\uc2dc\ub97c":0,"\ud574\uc57c":3,"\ud574\uc57c\ud558\ub098\uc694":7,"\ud574\uc57c\ud569\ub2c8\ub2e4":[0,8,14],"\ud574\uc81c\ub418\uc5b4":1,"\ud574\uc81c\ub41c":1,"\ud574\uc90d\ub2c8\ub2e4":[3,8],"\ud588\ub294\uc9c0":1,"\ud588\uc2b5\ub2c8\ub2e4":0,"\ud589\ub3d9\uc5d0\ub294":1,"\ud589\ub3d9\uc744":[3,8],"\ud5c8\uc6a9":0,"\ud5c8\uc6a9\ud569\ub2c8\ub2e4":8,"\ud5ec\ud37c":9,"\ud604\ub300\uc801\uc774\uace0":9,"\ud604\uc7ac":[0,7],"\ud615\uc2dd":[0,2,7],"\ud615\uc2dd\ub4e4\uc740":7,"\ud615\uc2dd\ub4e4\uc744":7,"\ud615\uc2dd\uc740":0,"\ud615\uc2dd\uc758":[0,7],"\ud615\uc2dd\uc774":0,"\ud615\uc2dd\uc785\ub2c8\ub2e4":0,"\ud638\ucd9c":[0,8],"\ud638\ucd9c\ub418\uace0":14,"\ud638\ucd9c\ub418\ub294":14,"\ud638\ucd9c\ub418\ub3c4\ub85d":7,"\ud638\ucd9c\ub420":7,"\ud638\ucd9c\ub429\ub2c8\ub2e4":[7,14],"\ud638\ucd9c\ub85c":3,"\ud638\ucd9c\uc744":8,"\ud638\ucd9c\ud558\uae30":8,"\ud638\ucd9c\ud558\ub294":[5,8],"\ud638\ucd9c\ud558\uc138\uc694":8,"\ud638\ucd9c\ud560":8,"\ud638\ucd9c\ud569\ub2c8\ub2e4":5,"\ud638\ucd9c\ud574\uc57c":8,"\ud638\ud658\ub418\uc9c0":15,"\ud639\uc740":10,"\ud63c\ub780\uc2a4\ub7ec\uc6b8":6,"\ud655\uc2e4\ud558\uc9c0":1,"\ud655\uc2e4\ud788":14,"\ud655\uc778":0,"\ud655\uc778\ud558\uba74":14,"\ud655\uc778\ud558\uc138\uc694":[1,5,7,10,11],"\ud655\uc778\ud558\uc5ec":11,"\ud655\uc778\ud560":0,"\ud655\uc778\ud569\ub2c8\ub2e4":[0,7,14],"\ud655\uc778\ud574\uc57c":1,"\ud655\uc778\ud574\uc8fc\uc138\uc694":14,"\ud655\uc7a5":[5,6],"\ud655\uc7a5\ub41c":9,"\ud655\uc7a5\uc758":7,"\ud655\uc7a5\uc790":[3,6,9],"\ud655\uc7a5\uc790\uac00":5,"\ud655\uc7a5\uc790\ub294":5,"\ud655\uc7a5\uc790\ub97c":5,"\ud655\uc7a5\uc790\uc5d0":5,"\ud655\uc7a5\uc790\uc758":5,"\ud655\uc7a5\ud558\uace0":5,"\ud658\uacbd\uc5d0\uc11c":10,"\ud658\uacbd\uc744":10,"\ud65c\ub3d9":0,"\ud65c\uc131\ud654\ub418\uc5c8\ub2e4\uba74":8,"\ud65c\uc131\ud654\ub41c":1,"\ud65c\uc131\ud654\ud558\ub294":8,"\ud65c\uc131\ud654\ud558\uc138\uc694":10,"\ud65c\uc131\ud654\ud558\uc2dc\ub824\uba74":10,"\ud65c\uc6a9\ud558\uc138\uc694":8,"\ud65c\uc6a9\ud574\uc57c":8,"\ud69f\uc218":7,"\ud6c4":7,"\ud754\ud558\uc9c0\ub9cc":7,"\ud754\ud55c":7,"\ud798\ub4e4\uace0":6,"abstract":[2,9,12,13],"aiohttp\uc758":8,"api\ub97c":[1,10],"api\uc5d0":0,"api\uc758":[9,15],"authorization\uc744":0,"boolean":[0,2],"break":[12,13],"byte":[0,2,16],"case":[0,2,4,5,12,16],"catch":[2,4],"char":2,"class":[2,3,4,7,9,10,12,16],"cog\ub294":3,"cog\ub97c":3,"cog\uc758":3,"cogs\uac00":3,"cogs\ub294":3,"cogs\ub97c":3,"cogs\uc640":5,"default":[0,2,4,12,16],"dm\uc744":0,"enum":[0,6,9,13,16],"final":[0,2,13,16],"float":[0,2,7],"function":[2,4,5,9,12,16],"gif\ub97c":0,"heartbeat\uc640":0,"hypesquadhouse\uac00":0,"id\uac00":8,"id\ub294":8,"id\uc785\ub2c8\ub2e4":0,"import":[0,2,4,5,7,8,10,11,13,14,16],"int":[0,2,3,4,7,16],"long":[0,2,8,12,16],"mfa\ub97c":0,"new":[0,1,4,12],"none\uc785\ub2c8\ub2e4":0,"null":16,"pip\ub97c":10,"png\ud615\uc2dd\uc73c\ub85c\ub9cc":0,"public":[0,1,16],"py\ub294":[9,10],"py\uc5d0":10,"py\uc758":10,"pypi\uc5d0\uc11c":10,"python\uc2a4\ub7ec\uc6b4":9,"python\uc740":8,"python\uc758":15,"request\ub97c":8,"return":[0,2,3,4,8,12,13,14,16],"short":[0,2,13],"state\ub4e4\uc744":3,"static":0,"super":4,"switch":16,"throw":[0,16],"true":[0,2,4,7,12,16],"try":[0,2,8,12,13],"ui\uc758":0,"url\uc744":[0,1,8],"utc\ub85c":0,"while":[0,2,4,12,13,16],AND:0,Added:[0,12,16],Adding:[0,4],And:12,But:12,DMs:[2,4,12,16],For:[0,2,4,5,9,13,16],IDs:[0,2,12,16],Its:0,Not:[0,2,16],One:[0,4,12],TTS:0,That:[0,2],The:[0,2,4,12,13,16],Then:12,There:[0,2,4,12,13,16],These:[0,2,4,12],Use:[0,2,12,16],Used:0,Useful:[0,2,12],Using:[0,2,12],With:[4,12],Yes:1,__call__:2,__cause__:2,__eq__:16,__init__:[2,3,4,7,12],__name__:2,__repr__:16,__slots__:[0,15,16],__version__:0,_batch:7,_eval:4,_last_memb:3,_list:4,_original_help_command:12,_updat:13,abc:[0,2,4,8,12,16],abcdefg:0,abcmeta:2,abil:[12,16],abl:0,about:[0,2,4,12,16],abov:[0,4],abstracteventloop:[0,7],abstractmethod:0,abus:[0,2],accept:[0,2,4,12],accept_invit:12,access:[0,2,4,12,16],accommod:16,accompani:[0,12],accomplish:[0,12],accord:0,account:[0,2,12,16],accumul:2,accur:0,achiev:0,ack:0,acquir:7,across:0,act:[0,2],action:[0,12],activ:[2,8,10,12,16],activitytyp:[0,8],actual:[0,2,4,12,16],add:[0,1,2,4,5,12,16],add_aliases_format:2,add_bot_commands_format:2,add_check:[2,16],add_cog:[2,3],add_command:[2,4,5],add_command_format:2,add_exception_typ:[7,16],add_field:0,add_indented_command:2,add_lin:2,add_listen:2,add_react:[0,8,12,16],add_recipi:0,add_rol:[0,12],add_subcommand_format:2,added:[0,2,12,16],addhandl:11,adding:[0,16],addit:[0,16],administr:0,advanc:0,affect:13,afk:[0,2],afk_channel:0,afk_timeout:0,africa:0,after:[0,2,4,13,16],after_any_command:12,after_foo_command:12,after_invok:[2,12],after_loop:7,after_slow_count:7,afterward:2,again:[2,12,16],against:2,age:0,aggreg:12,aid:[0,2,4,16],aiohttp:[0,8,10,12],akin:12,album:0,album_cover_url:0,algorithm:0,alia:[0,2],alias:[0,2,12,16],aliases_head:2,aliv:16,all:[0,2,4,12,13,16],all_channel:0,all_command:[2,12],all_memb:0,all_messag:0,allevi:12,alloc:12,allow:[0,2,4,12,13,16],allowed_command:2,allowed_ment:[0,2],allowedment:2,almost:[0,13],alon:0,along:[0,2,12,16],alpha:[0,16],alphabet:2,alreadi:[0,2,8,16],also:[0,2,4,12,16],altern:[0,2],although:[0,5],alwai:[0,2,4,12],ambigu:4,amount:[0,2,4,12,16],amsterdam:0,analog:0,analogu:0,analysi:0,ani:[0,2,4,5,12,13,16],anim:[0,2,16],animate_emoji:0,animated_icon:0,annot:4,announc:[0,16],anonym:0,anoth:[0,2,4,5,12,16],anticip:16,anymor:16,anyon:0,anyth:[0,2,4,13],anywher:0,api:[6,9,12,13,15,16],appeal:4,appear:[0,16],append:2,appinfo:[0,2,16],appli:[0,2,4,5,12,16],applic:[0,1,2,12],application_id:0,application_info:[0,2,12,16],approach:12,appropri:[0,2,4,12,16],approxim:0,approximate_member_count:[0,2],approximate_presence_count:[0,2],apt:10,arbitrari:[0,2],arbitrarili:4,aren:0,arg1:4,arg2:4,arg:[0,2,4,7],argument:[0,2,12,16],argumentparsingerror:2,aris:13,around:[0,2,16],arrai:0,artist:0,as_need:0,asctim:11,ask:[0,2,4],aspect:[0,2,4,12],asset:16,assign:[2,12,13],associ:[0,2,12],assum:0,assume_synced_clock:16,assume_unsync_clock:0,async:[2,3,4,5,7,8,9,10,12,13,14],async_ev:13,asynchron:[0,4,9],asyncio:[0,2,8,9,12,13,16],asynciter:[0,2,12],asyncpg:7,asyncwebhookadapt:0,atom:[0,2],attach:[4,8,12,16],attach_fil:0,attempt:[0,2,4,16],attr:[0,2],attribut:[0,2,12,13,16],attributeerror:[0,16],audio:[0,12],audioplay:12,audiosourc:[0,12],audit:[9,12,16],audit_log:[0,12],auditlogact:0,auditlogactioncategori:0,auditlogchang:0,auditlogdiff:0,auditlogentri:0,authent:[0,2],author:[0,1,2,3,4,5,8,10,12,14],author__nam:0,authoris:0,auto:12,automat:[0,2,12],autoshardedbot:[2,12],autoshardedcli:[0,2,12,16],avail:[0,2,16],avatar:[0,12],avatar_url:[0,12,13,16],avatar_url_a:[0,12],avconv:0,averag:0,average_lat:0,avoid:[0,2,16],avprob:0,awai:[0,2],await:[0,2,3,4,5,7,8,9,12,13,14],awar:[0,13],aws:8,back:[0,2,4,12,16],background:[0,2,16],background_task:8,backtick:2,backward:[2,12,16],bad:[0,2,4,8],badargu:[2,4],badunionargu:[2,4],balanc:0,ban:[0,2,4,12,13,16],ban_memb:[0,16],banentri:0,banner:0,banner_url:0,banner_url_a:0,bar:2,base64:0,base:[2,4,9,12,16],baseact:2,baseconnector:0,baseexcept:7,basi:[0,2,12],basic:[0,2,12,13],basic_ext:5,basicauth:0,basicconfig:11,bat:10,batch:7,batch_upd:7,becaus:[0,2,4,12,13],becom:[0,2,13],been:[0,2,4,12,13,16],beer:4,befor:[0,2,13,16],before_any_command:12,before_foo_command:12,before_invok:[2,12],before_loop:7,before_opt:0,before_print:7,beforehand:0,begin:[0,2],behav:[2,12],behaviour:[0,2,4,12,13,16],being:[0,2,4,5,12,16],belong:[0,2,12],below:[0,2,4,12,13,16],benefit:12,best:0,beta:0,better:[0,2,12,16],between:[0,2,4,12,16],beyond:4,big:[2,16],biggest:[12,13],bin:10,binari:0,binaryio:0,bind:12,bit:[0,12,16],bitrat:[0,16],bitrate_limit:[0,16],block:[0,2,4,13,16],blue:0,blurpl:0,bodi:[2,16],bold:2,bool:[0,2,7],boost:[0,16],bot:[0,1,3,4,5,7,8,9,10,12,16],bot_add:0,bot_check:[2,3,12],bot_check_onc:[2,3,12],bot_has_any_rol:2,bot_has_guild_permiss:[2,16],bot_has_permiss:2,bot_has_rol:2,bot_publ:0,bot_require_code_gr:0,both:[0,2,16],botmissinganyrol:2,botmissingpermiss:2,botmissingrol:2,bottl:4,bottom:0,bound:[0,2],branch:8,braveri:0,brazil:[0,16],brief:2,brillianc:0,bring:[0,16],broadcast:0,bucket:[0,2,16],buckettyp:[2,16],buffer:0,bufferediobas:0,bug:0,bug_hunt:0,build:[0,4],built:[0,2,4,12],bulk:[0,7,16],bulker:7,bump:16,by_categori:[0,12],bypass:[0,2,12],bytesio:[0,8],cach:[0,2,12,16],cache_auth:16,cached_messag:[0,2,12,16],calcul:[0,16],call:[0,2,4,5,12,13,16],call_end:0,call_hook:2,call_onc:2,callabl:[0,2,4,12,16],callback:[0,2,14],caller:0,callmessag:16,came:12,can:[0,2,4,12,13,16],can_:13,can_manage_messag:13,can_run:[2,16],cancel:[0,2,7,12,16],cancellederror:[7,16],candid:[0,2],cannot:[0,2,4,16],cap:[0,2],capabl:0,care:[0,2,4],carri:2,case_insensit:2,cast:[0,4,13,16],cat:8,categori:[0,2,12,16],category_id:0,categorychannel:[2,4,12],categorychannelconvert:[2,4],caught:[0,2],caus:[2,16],caveat:[12,16],cdn:[0,16],central:0,certain:[0,2,4,12,13,16],chain:[0,2,12],chanc:0,chang:[0,2,4,5,9],change_interv:[7,16],change_nicknam:[0,12,16],change_pres:[0,2,8,16],change_statu:16,changed_rol:0,changelog:9,changeset:16,channel:[0,2,3,4,8,13,14,16],channel_cr:0,channel_delet:0,channel_follow:0,channel_follow_add:[0,16],channel_icon_chang:0,channel_id:[0,2,16],channel_ment:0,channel_name_chang:0,channel_upd:0,channelconvert:12,channeltyp:[0,13,16],charact:[0,2,8,16],check:[0,6,8,9,16],check_ani:[2,16],check_command:2,check_if_it_is_m:2,check_onc:[2,12],checkanyfailur:2,checkfailur:[2,4],child:2,choic:[0,4],choos:2,chunk:[0,12,16],circumst:0,citizen:12,clamp:4,clash:4,classic:0,classmethod:[0,2,4],clean:[0,2,4,6,9,12],clean_cont:[0,2,4,12,16],clean_param:2,clean_prefix:[2,12,16],cleandoc:2,cleanup:[0,2,12,16],clear:[0,2,16],clear_exception_typ:7,clear_field:0,clear_react:[0,12,16],clever:0,click:2,client:[0,2,7,8,10,12,14,16],client_id:0,clientexcept:[0,2],clientrespons:0,clientsess:[0,8,12],clientus:[0,2,12],clock:[0,16],clone:[0,16],close:[0,2,12,13,16],close_pag:2,close_quot:2,closur:0,cloudflar:16,cls:[2,4,12,16],code:[0,1,2,4,16],codec:0,codepoint:[0,2],cog:[6,7,9,16],cog_after_invok:[2,3,12],cog_before_invok:[2,3,12],cog_check:[2,3,12],cog_command_error:[2,3,12],cog_nam:2,cog_unload:[2,3,7,12],cogabcmeta:2,cogmeta:[2,3,12],coincid:0,coinflip:3,collect:[0,2],colon:0,color:0,colour:[2,4,12],colourconvert:[2,4],combin:[0,12],combo:0,come:[4,12,16],comma:2,command:[0,3,5,7,8,9],command_attr:[2,16],command_callback:2,command_fail:[2,12],command_has_no_subcommand_found:2,command_nam:2,command_not_found:[2,12],command_prefix:[2,4,16],commanderror:[2,4],commandinvokeerror:2,commandnotfound:2,commandoncooldown:2,commands_head:2,commerc:0,common:[0,2,4,12,13],commun:[0,2],compar:[0,16],comparison:16,compart:0,compat:[0,2,16],complet:[0,2,12],complic:[0,12],compon:0,compos:0,comprehend:4,compress:16,compris:0,comput:[0,2,13,16],compute_prune_count:0,compute_prune_memb:16,comrad:4,con:7,concept:[0,4,12],concurr:[2,8,16],condit:[0,2,16],configur:[0,2],conflict:0,confus:2,connect:[0,2,7,9,13,16],connected_account:0,connected_channel:0,connectionclos:[0,2],connector:0,consequ:[2,12,13],consid:[0,2,4,13,16],consider:[0,16],consist:[0,12],consol:4,constant:13,constraint:16,construct:[0,2,4,12,16],constructor:[0,2,4],consum:[2,8],contain:[0,2,4],content:[0,2,4,8,10,12,14,16],content_typ:0,contentfilt:0,context:[0,6,8,9,13,16],continu:[2,4],contribut:16,control:[0,2,12,13],conveni:0,convers:[2,12],conversionerror:2,convert:[0,6,9,16],convert_emoticon:0,cool:[0,2,8,12],cool_filenam:12,cool_imag:8,cooldown:[2,12,16],cooldown_after_pars:2,copi:[0,1,2,12,16],core:4,coro:[0,2,7,8],coroutin:[0,2,7,8,12,16],correct:16,correctli:2,correspond:[0,12,13],cost:0,could:[0,2,4,8,12,13],count:[0,2,7,16],counter:[0,2],coupl:[0,12,16],cours:12,cover:0,cover_imag:0,cover_image_url:0,cpu:16,crash:[12,16],creat:[0,1,2,4,12,16],create_categori:0,create_category_channel:0,create_channel:12,create_custom_emoji:[0,12,16],create_dm:[0,12],create_ffmpeg_play:[12,16],create_group:0,create_guild:[0,2,12],create_instant_invit:0,create_invit:[0,12],create_rol:[0,12],create_serv:[12,16],create_stream_play:12,create_text_channel:[0,12],create_voice_channel:[0,12],create_webhook:0,create_ytdl_play:12,created_at:[0,2,4,12,16],creation:[0,2,16],credenti:[0,2,13,16],criteria:0,critic:11,crosspost:0,ctx:[2,3,4,5,8,12],ctype:0,current:[0,2,16],current_loop:7,current_s:0,custom:[0,2,4,8,12,16],custom_emoji:[0,8],custom_prob:0,customact:16,customis:[2,12],dai:[0,4],dark:0,dark_blu:0,dark_gold:0,dark_green:0,dark_grei:0,dark_magenta:0,dark_orang:0,dark_purpl:0,dark_r:0,dark_teal:0,darker_grei:0,dash:2,data:[2,4,7,8,9,13,16],databas:[2,7,12],date:[0,2,12,16],datetim:[0,2,7,16],dave:0,deaf:[0,12],deafen:[0,16],deafen_memb:0,deal:[0,2,12,16],dealloc:16,debug:[0,11,16],decid:[0,4,12,16],decod:2,decor:[0,2,4,12,13,16],dedic:16,deep:2,def:[0,2,3,4,5,7,8,10,12,13,14],default_avatar:0,default_avatar_url:0,default_channel:[12,13],default_guilds_restrict:0,default_message_notif:0,default_notif:0,default_rol:[0,13,16],defaultavatar:0,defaulthelpcommand:[2,12],defin:[0,2,4],definit:[4,12],delai:[0,16],delet:[0,2,12,16],delete_aft:[0,2],delete_channel:12,delete_channel_permiss:12,delete_custom_emoji:[12,16],delete_dai:4,delete_invit:[0,2,12,16],delete_members_dai:0,delete_messag:[0,12],delete_message_dai:[0,4],delete_rol:12,delete_serv:12,delta:4,deni:[0,13],denot:[0,2,12,16],departur:16,depend:[0,4,9,16],deposit_monei:3,deprec:[12,16],depth:4,deriv:[2,4,12],descript:[0,2,16],design:[4,12],desir:16,desktop:0,desktop_statu:0,destin:[0,2],detail:[0,2,12,13,16],detect:0,detect_platform_account:0,determin:0,dev:[2,10],develop:[12,16],developer_mod:0,devic:0,diagnost:0,dict:[0,2,16],dictat:[0,2],dictionari:[0,2,12,13,16],did:[0,2,5,12,16],diff:0,differ:[0,2,4,12],differenti:12,difficult:0,digit:0,direct:0,directli:[0,2,4],disabl:[0,2,4,12,16],disable_games_tab:0,disabledcommand:2,disallow:16,disambigu:16,discard:[2,16],disconnect:[0,2,12,16],discord:[0,1,2,3,5,8,10,11,12,13,14],discordapp:0,discordexcept:[0,2],discover:0,discoveri:[0,16],discovery_splash:0,discovery_splash_url:[0,16],discovery_splash_url_a:0,discrim:2,discrimin:[0,4,16],discuss:4,dispatch:[0,2,16],displai:[0,2],display_nam:[0,5],dispos:12,disturb:[0,16],dll:0,dm_channel:0,dm_help:2,dm_help_threshold:2,dm_onli:[2,16],dmchannel:12,dnd:[0,16],do_bulk:7,do_not_disturb:[0,16],doc:16,docstr:2,document:[0,2,4,12,13,16],doe:[0,2,12],doesn:[0,2,4,12,16],doing:[0,2,4,12,13,16],don:[0,4],done:[0,2,4,7,8,12,13,16],dot:[0,2],double_table_flip:0,down:[0,4,16],download:[0,8,16],drive:0,drop:[12,13],dubai:[0,16],duck:16,due:[0,2,4,12,13,16],duplic:[2,16],durat:0,dure:[0,2,5,16],dynam:[0,2,4,12,16],each:0,earlier:[4,12,13],early_support:0,eas:[0,2,13],easi:[0,4,12,16],easier:[0,4,12,13,16],easili:[0,12,16],east:0,echo:8,economi:3,edit:[0,2,12,16],edit_channel:12,edit_channel_permiss:[12,13],edit_custom_emoji:[12,16],edit_messag:[12,16],edit_profil:12,edit_rol:12,edit_serv:[12,16],edit_set:0,edited_at:[0,12,16],edited_timestamp:12,effect:2,effort:12,either:[0,2,4,12,16],elem:0,element:[0,12],elif:4,els:[0,2,3,4,12],email:[0,12,16],emb:[2,8,12,16],embed:0,embed_link:0,embedproxi:0,emoji:[2,4,8,12,16],emoji_cr:0,emoji_delet:0,emoji_id:0,emoji_limit:[0,16],emoji_upd:0,emojiconvert:[2,4],emploi:0,empti:[0,2,4,16],emptiv:[0,16],enabl:[0,2,4,12],enable_tts_command:0,encod:[0,2,11,16],encount:[0,2],encrypt:16,end:[0,2],ended_timestamp:0,endian:16,endpoint:[0,12],english:0,enough:[2,4],ensur:[0,2,16],entir:[0,2,12],entiti:[2,12],entri:[0,2,5],enumer:[9,12,16],env:10,environ:[0,10],epoch:0,equal:[0,2,16],equival:[0,2,4,12],ergo:12,error:[0,2,5,6,7,8,9,11,12,13,16],escap:[0,2,16],escape_markdown:[0,2,16],escape_ment:0,especi:2,essenti:[0,4,12],establish:0,estim:0,estimate_pruned_memb:[0,12],etc:[0,2,12,16],etf:12,eu_centr:[0,16],eu_west:[0,16],europ:[0,16],eval:[4,16],evalu:4,even:[0,2,16],event:[3,4,6,8,9,10,14,16],event_method:[0,2],event_typ:[0,16],eventu:12,everi:[0,2,4,12,13],everyon:[0,2,4,12,16],everyth:12,exact:[0,2],exactli:2,exampl:[0,2,4,12,13],example_bot:14,exc_info:0,exce:[2,16],except:[4,5,6,7,8,9,12,13,16],exclud:0,exclus:[0,4,13],execut:[0,2,4,13],exercis:16,exhaust:[0,16],exist:[0,2,12,16],expand:12,expect:[0,2,4,12,16],expectedclosingquoteerror:2,expens:[0,2],experi:16,experienc:16,expir:[0,2],explicit:0,explicit_content_filt:[0,12],explicitli:[0,12,13,16],exponenti:12,expos:[2,13,16],express:4,ext:[2,4,5,8,9],ext_commands_help_command:2,extend:[0,2],extended_check:2,extens:[0,2,4,5,9,16],extensionalreadyload:2,extensionerror:2,extensionfail:2,extensionnotfound:[2,16],extensionnotload:2,extern:2,external_emoji:[0,16],extra:[0,2,8],extract:2,extran:[0,2,12],extrem:0,face:16,facil:16,facilit:[2,12,16],fact:[0,2,16],factor:0,factori:[0,2],fail:[0,2,4,7,12,16],failur:[0,2],fairli:4,fall:0,fallback:0,fals:[0,2,4,12,13,16],falsei:16,familiar:3,far:0,faster:[13,16],favour:12,featur:[0,4,12],feel:[2,3,4],fetch:[2,4,8,12,16],fetch_ban:0,fetch_channel:[0,2,16],fetch_emoji:[0,8],fetch_guild:[0,2,8],fetch_invit:[0,2,12,16],fetch_memb:[0,8,16],fetch_messag:[0,2,8,12],fetch_offline_memb:[0,2,16],fetch_rol:[0,16],fetch_us:[0,2,8,12],fetch_user_profil:[0,2],fetch_webhook:[0,2],fetch_widget:[0,2],few:[0,4,16],fewer:[0,12],ffmpeg:0,ffmpegaudio:0,ffmpegopusaudio:[0,16],ffmpegpcmaudio:[0,8,12],ffprobe:0,field:[0,2,16],figur:[0,16],file:[2,8,12,16],filehandl:11,filenam:[0,8,11,12],filesize_limit:[0,16],fill:[0,2],filter:[0,2,12,16],filter_command:2,find:[0,2,4,8,12],find_librari:0,fine:[0,2,4],finer:0,finicki:13,finish:0,fire:[2,16],first:[0,2,4,12],fit:2,five:0,fix_channel_ment:2,flag:[0,2,16],flatten:[0,2,12],flavour:4,flip:16,flow:0,fluent:0,fmt:4,follow:[0,2,4,12,13,16],foo:[0,2,4,12,13],footer:0,forbidden:[0,2,4,16],forc:[0,16],form:[0,4],format:[0,2,3,4,5,8,10,12,13,14,16],formatt:[2,11],former:0,found:[0,2,4,8,12,13],fragment:[0,16],frame:[0,2],framework:12,frankfurt:0,free:2,frequenc:16,frequent:12,friend:0,friend_source_flag:0,friendflag:0,friendli:[0,16],friendship:0,from:[0,2,4,5,7,8,10,12,13,16],from_dict:0,from_hsv:0,from_pair:0,from_prob:0,from_rgb:[0,12],from_url:0,full:[0,2,4,12],full_parent_nam:2,fulli:[0,2,16],func:[0,2,3],fundament:13,further:4,fut:8,futur:[0,8,12,16],gain:[0,12],gambl:3,game:[2,4,8,12,16],gameconvert:[2,4],gamesdk:0,gap:[0,2,16],gate:4,gatewai:[0,2,12,16],gatewaynotfound:[0,2],gather:0,gener:[0,2,4,12,16],generalis:[4,12],get:[0,2,4,8,12,13,16],get_all_channel:[0,2],get_all_emoji:[12,16],get_all_memb:[0,2],get_ban:[12,16],get_bot_map:2,get_channel:[0,2,8,12],get_cog:[2,3],get_command:[2,3],get_command_signatur:[2,12],get_context:[2,12],get_default_channel:13,get_default_rol:13,get_destin:[2,12],get_emoji:[0,2,8],get_ending_not:2,get_event_loop:[0,7,13],get_guild:[0,2,8,12],get_invit:12,get_listen:[2,3],get_max_s:2,get_memb:[0,8],get_member_nam:0,get_messag:12,get_opening_not:2,get_prefix:2,get_raw_channel_ment:13,get_raw_ment:13,get_reaction_us:[12,16],get_relationship:0,get_rol:[0,8,12],get_serv:12,get_task:7,get_us:[0,2,8,12],get_user_info:[12,16],getlogg:11,getticket:0,gif:0,gif_auto_plai:0,gigant:16,git:8,give:[0,2,4,13],given:[0,2,4],global:[2,12],globally_block_dm:4,goal:[0,12],goe:[0,10,12],going:[0,2,12],gold:0,gone:[0,12,16],good:8,googl:0,got:[0,4,12,16],grab:0,gracefulli:16,grain:[0,2],grammar:4,grant:[0,1],granular:[2,16],greater:[0,2],greatli:16,greedi:[2,16],greedili:2,green:0,greet:[0,2,3],greypl:0,group:[0,2,4,8,12,16],groupcal:16,groupchannel:12,groupmixin:2,guarante:[0,2,13],guild:[2,3,4,8,16],guild__nam:0,guild_and_friend:0,guild_creat:16,guild_id:[0,2,4],guild_onli:[2,4,12],guild_permiss:0,guild_posit:0,guild_subscript:0,guild_upd:0,guildchannel:[0,2,12,16],had:[0,2,12,13,16],handi:12,handl:[0,2,6,9,12,13,16],handle_execution_respons:0,handler:[0,2,4,11,12,16],handshak:[0,12,16],happen:[0,2,4,5,8,12,16],hard:0,has:[0,2,4,12,13,16],has_any_rol:2,has_guild_permiss:[2,16],has_permiss:2,has_rol:2,hash:[0,16],have:[0,2,4,7,8,12,13,14,16],head:[2,12],header:16,heard:0,heartbeat:[0,2,8,16],heartbeat_ack:[0,2,16],heartbeat_timeout:0,hei:4,height:0,hello:[0,2,3,5,8,12,13,14],help:[0,4,6,9,16],help_command:[2,12],helpcommand:[2,12,16],helper:[0,2,16],helpformatt:16,here:[0,2,3,4,7,8,10,12,14,16],hex:[0,2],hidden:[2,16],hierarchi:[12,16],high:0,higher:[0,12,16],highest:0,hint:[4,12,16],histori:[0,2,12],hmm:8,hoist:0,hold:[0,2],hong:0,hongkong:0,hood:4,hook:2,host:0,hour:7,hous:0,hover:0,how:[0,2,4,12,13,16],howev:[0,2,4,12,13],hsv:0,http:[0,2,8,15,16],httpexcept:[0,2,16],hub:0,human:16,hunter:0,hypesquad:0,hypesquad_hous:0,hypesquadhous:0,i18n:2,icon:[0,2,16],icon_url:[0,13,16],icon_url_a:[0,16],ideal:[0,2,12],idempot:2,ident:0,identifi:[0,16],idiom:4,idl:[0,2],ietf:0,ignor:[0,2,4,16],ignore_extra:2,ignore_link:0,illustr:0,imag:[0,2,8,12,16],immedi:16,implement:[0,2,3,4,12,16],impli:0,implic:[0,13],implicit:16,implicitli:0,importerror:[14,16],imposs:0,improp:0,improv:9,inaccess:0,inact:0,includ:[0,2,12,13,16],inclus:0,incom:0,incoming_request:0,incompat:12,incomplet:2,incorrect:[0,2,12,16],increas:0,inde:[2,13],indefinit:[0,2],indent:2,independ:0,index:[0,7,13],indexerror:0,india:[0,16],indic:[0,2,16],individu:0,info:[0,2,4,11,16],info_error:4,inform:[0,2,4,12,13,16],infrastructur:0,inher:0,inherit:[0,2,4,12],initi:[0,2,12],initialis:[0,2],inlin:0,inline_attachment_media:0,inline_embed_media:0,inner:16,input:[0,2,4,16],insensit:2,insert:[0,2,7],insert_field_at:[0,16],insid:[0,2,4,12,16],insight:0,inspect:2,instal:[0,10],instanc:[0,2,4,12,16],instant:0,instanti:0,instantli:0,instead:[0,2,4,12,16],integ:[0,2,4],integr:[0,16],integration_cr:0,integration_delet:0,integration_upd:0,intellig:4,intend:0,intent:12,intention:0,interact:0,interfac:[0,2,4,12,16],intermix:2,intern:[0,2,12,13,16],internet:[0,2,12],interpret:0,interv:16,intric:4,introduc:4,introspect:2,invalid:[0,2,8,13,16],invalidargu:[0,2],invaliddata:[0,2],invalidendofquotedstringerror:2,invis:[0,16],invit:[2,4,12,16],invite_cr:0,invite_delet:0,invite_splash:0,invite_upd:0,invite_url:0,inviteconvert:[2,4],invites_from:[12,16],invoc:[2,6,9],invok:[0,2,4,12],invoke_without_command:2,invoked_subcommand:[2,8,16],invoked_with:2,involv:[0,2,12,13,16],ipc:[0,12],is_avatar_anim:0,is_being_cancel:7,is_binari:13,is_block:0,is_clos:[0,2,12],is_connect:0,is_crosspost:0,is_custom_emoji:0,is_default:[0,12,13],is_default_channel:13,is_empti:[0,16],is_everyon:[13,16],is_friend:0,is_guild_own:2,is_icon_anim:[0,16],is_in_guild:4,is_load:[0,16],is_m:[0,2],is_new:[0,4],is_nsfw:[0,2,12,16],is_on_cooldown:2,is_on_mobil:0,is_opu:0,is_own:[2,4,12],is_paus:0,is_plai:[0,12],is_priv:12,is_readi:[0,2,12],is_run:7,is_spoil:0,is_strict_subset:0,is_strict_superset:0,is_subset:0,is_superset:0,is_system:[0,16],is_unicode_emoji:0,is_us:[0,16],isinst:[0,4,12],isn:[0,2,12],issu:[2,13,16],issubclass:0,item:[0,2,16],iter:[2,9,16],its:[0,2,4,12,13],itself:[0,2,4,12],jake:0,japan:0,join:[0,2,4,16],join_notif:0,join_voice_channel:12,joindist:4,joindistanceconvert:4,joined_at:[0,4],jpeg:0,jpg:[0,2],json:[0,8,12],json_url:0,jump:0,jump_url:0,just:[0,2,4,12,16],kbp:0,keep:[4,12,16],kei:[0,2,16],kept:[0,12,16],keyboardinterrupt:[0,2],keyword:[0,2,12,16],kick:[0,12,13,16],kick_memb:[0,16],know:[0,2,4,5,12,13,16],known:[0,2],kong:0,kwarg:[0,2,7],lack:2,lambda:[0,12,16],languag:0,larg:[0,2,16],large_imag:0,large_image_text:0,large_image_url:0,large_text:0,large_threshold:0,larger:[0,2],largest:2,last:[0,2,13],last_messag:0,last_message_id:0,last_pin:0,latenc:[0,2],later:2,latest:[0,16],launch:[0,12,16],lead:[0,2,16],leak:16,learn:0,least:[0,4],leav:[0,4,12],leave_serv:12,left:[0,2,4,7,16],legaci:16,len:[0,2,4,7,8],length:[0,2,8],less:[0,2,16],let:[0,2,7],level:[0,2,4,11,12,16],levelnam:11,lib:0,libffi:10,libnacl:10,libopu:0,librari:[2,4,12,13,16],light:0,light_grei:0,lighter_grei:0,like:[0,2,4,5,12,13],likewis:0,limit:[0,2,16],line:[0,2,12,16],linear:[0,4],linger:[0,2],link:0,linter:16,linux:[0,16],liquid:4,list:[0,2,3,4,12,13,16],listen:[0,2,3,12],littl:16,live:[0,16],load:[0,2,5,16],load_extens:[2,5],load_opu:0,local:[0,2,4,12],locat:0,lock:[0,4,7,16],log:[2,9,10,11,12,14,16],logger:11,logic:[0,2,12,16],login:[0,2,12,13,16],loginfailur:[0,2],logout:[0,2,13],logs_from:[12,13,16],london:0,longer:[2,12,13,16],look:[0,2,12],lookup:[0,2,8,13,16],loop:[0,2,7,8,13,16],loss:0,lost:0,lot:[0,2,4,12,13,16],low:[0,2],lower:[0,4,12,13,16],lowest:0,luckili:4,lul:8,lying:[0,2],m_id:12,machin:[0,16],machineri:[0,12],made:[0,2,4,13,16],magenta:0,mai:[0,2],main:[0,2,13,16],main_task:13,mainli:[0,2,16],major:[9,13],make:[0,2,4,8,12,13,16],manag:[0,2,16],manage_channel:[0,2],manage_emoji:[0,16],manage_guild:[0,12],manage_messag:[0,2,13],manage_nicknam:0,manage_permiss:[0,16],manage_rol:0,manage_serv:12,manage_webhook:[0,16],mani:[0,2,4,12,13,16],manner:[0,4],manual:[0,2,16],map:[0,2,12],mark:[0,2,12,13],markdown:[0,2,16],mass:[0,4],massiv:[12,13],master:8,match:[0,2,16],mate:[0,2],matter:2,max:[0,2,16],max_ag:0,max_concurr:[2,16],max_memb:0,max_messag:[0,16],max_pres:0,max_siz:[2,16],max_us:0,maxconcurrencyreach:2,maximum:[0,2,16],maximum_s:0,mayb:[4,16],mean:[0,2,4,12,13,16],meaning:0,meant:[2,13,16],measur:2,mechan:2,medium:0,meet:[0,2,12],member2:4,member:[2,3,4,8,16],member_count:0,member_disconnect:0,member_id:0,member_mov:0,member_prun:0,member_role_upd:0,member_upd:0,memberconvert:[2,4],memberrol:4,members_remov:0,membership:0,membership_st:0,memori:[0,12,16],mention:[0,2,3,4,12,13,16],mention_everyon:0,mentioned_in:[0,16],meow:8,merger:12,messag:[2,4,8,9,10,11,13,14,16],message_bulk_delet:0,message_delet:0,message_display_compact:0,message_id:[0,8],message_length:0,message_pin:0,message_reaction_remov:16,message_reaction_remove_al:16,message_unpin:0,messageconvert:[2,4,16],messageflag:16,messagetyp:[0,16],met:[0,2],meta:[2,6,9],metaclass:[2,12],meth:3,method:[0,2,4,12,16],mfa:0,mfa_en:0,mfa_level:[0,16],mid:2,might:[0,2,4],mighti:0,migrat:[9,16],millisecond:[0,16],mimic:0,mind:[0,4,12],miniatur:0,minifi:2,minim:2,minimalhelpcommand:[2,12,16],minimalist:12,minimis:4,minimum:0,minor:16,minut:[0,7],mirror:[0,2,16],misc:0,miscellan:[0,2],mismatch:[0,16],miss:[0,2,16],missing_perm:2,missing_rol:2,missinganyrol:2,missingpermiss:2,missingrequiredargu:2,missingrol:2,mister:2,misus:12,mix:[0,4],mixin:2,mobil:0,mobile_statu:0,mode:[0,11,16],model:[0,4,9],moder:[0,2],modif:2,modifi:0,modul:[0,2,12,16],modulenotfounderror:14,moduletyp:2,moment:0,monei:3,more:[0,2,4,8,12,13,16],more_emoji:0,most:[0,2,4,12,16],move:[0,12,16],move_channel:12,move_memb:[0,12,16],move_rol:12,move_to:[0,16],mp3:12,msg:[0,2,12],much:[0,2,4,12,16],multi:4,multipart:0,multipl:[0,2,4,12,16],must:[0,2,4,12,13],mute:[0,16],mute_memb:0,mutual:0,mutual_friend:0,mutual_guild:0,my_aft:8,my_fil:[8,12],my_last_messag:12,my_messag:2,my_url:8,my_whitelist:2,mybot:12,myclient:[0,10],mycog:[2,3,7,12],mycontext:12,myconvert:12,myhelpcommand:12,naiv:[0,2],name:[0,2,3,4,5,8,11,12,13,16],namedtupl:[0,12,16],nan:0,nativ:0,natur:[0,2,12],necessari:[0,2,12],need:[0,2,4,5,12,13,16],nest:[0,4],never:[2,5],new_filenam:8,new_memb:0,new_password:0,newer:13,newest:[0,2],newli:0,next:[0,2,4],next_iter:[7,16],nice:4,nick:0,nicknam:[0,2,4,16],nitro:[0,16],nitro_class:0,no_categori:2,no_pm:12,no_rol:0,nobodi:0,noentrypointerror:2,nois:16,noisi:4,nomoreitem:0,non:[0,2,4,16],nonc:[0,2,16],none:[0,2,3,4,7,8,12,16],nonetyp:2,nonsens:2,noon:0,noprivatemessag:[2,4],normal:[0,12,16],note:[0,2,4,12,13,16],notfound:[0,2,16],noth:[0,2,4],notif:[0,2],notificationlevel:0,notown:2,now:[0,2,13,16],nsfw:[0,2,12,16],nsfwchannelrequir:2,ntp:0,number:[0,2,4],oauth2:[0,1],oauth_url:[0,1],obj:[0,16],object:[2,4,12,16],obtain:0,occur:[0,2,5,16],octob:0,off:[0,2,4,12],offer:0,offici:[0,12,16],offlin:[0,2,12,16],often:[0,4,16],old:[0,2,12,13,16],older:[0,13],oldest:[0,2],oldest_first:[0,2],omit:[0,4],on_:[0,2],on_bulk_message_delet:0,on_bulker_cancel:7,on_channel_:12,on_channel_cr:12,on_channel_delet:12,on_channel_upd:[12,13],on_command:[2,12],on_command_complet:[2,12],on_command_error:[2,4,12,16],on_connect:0,on_disconnect:0,on_error:[0,2],on_group_join:0,on_group_remov:0,on_guild_avail:[0,12],on_guild_channel_:12,on_guild_channel_cr:[0,12],on_guild_channel_delet:[0,12],on_guild_channel_pins_upd:0,on_guild_channel_upd:[0,12],on_guild_emojis_upd:[0,12],on_guild_integrations_upd:0,on_guild_join:[0,12],on_guild_remov:[0,12],on_guild_role_cr:[0,12],on_guild_role_delet:[0,12],on_guild_role_upd:[0,12],on_guild_unavail:[0,12],on_guild_upd:[0,12],on_help_command_error:[2,12,16],on_invite_cr:[0,16],on_invite_delet:[0,16],on_member_ban:[0,12,16],on_member_join:[0,3],on_member_remov:0,on_member_unban:[0,16],on_member_upd:[0,13,16],on_messag:[0,2,10,12,13,14],on_message_delet:0,on_message_edit:0,on_private_channel_:12,on_private_channel_cr:[0,12],on_private_channel_delet:[0,12],on_private_channel_pins_upd:0,on_private_channel_upd:[0,12],on_raw_bulk_message_delet:0,on_raw_message_delet:0,on_raw_message_edit:0,on_raw_reaction_add:0,on_raw_reaction_clear:0,on_raw_reaction_clear_emoji:[0,16],on_raw_reaction_remov:0,on_reaction_add:[0,16],on_reaction_clear:[0,16],on_reaction_clear_emoji:[0,16],on_reaction_remov:[0,16],on_readi:[0,2,10,14,16],on_relationship_add:0,on_relationship_remov:0,on_relationship_upd:0,on_resum:[0,16],on_server_avail:12,on_server_emojis_upd:[12,16],on_server_join:12,on_server_remov:12,on_server_role_cr:12,on_server_role_delet:12,on_server_role_upd:[12,13],on_server_unavail:12,on_server_upd:12,on_shard_readi:[0,16],on_socket_clos:13,on_socket_open:13,on_socket_raw_rec:0,on_socket_raw_send:[0,13],on_socket_rec:13,on_statu:13,on_typ:0,on_user_upd:0,on_voice_state_upd:[0,12,13,16],on_webhooks_upd:0,onc:[0,2,5,12,16],one:[0,2,4,12,13,16],ones:[0,2,12],onli:[0,2,12,13,16],onlin:[0,2,13],only_for_m:2,only_for_own:2,only_m:2,only_ment:0,onto:[0,2],opcod:16,open:[0,2,4,8],oper:[0,2,12,13],opportun:12,opportunist:0,opposit:12,optimis:[0,12],option:[0,2,6,7,9,12],optiona:0,opu:16,opuserror:0,opusnotload:0,orang:0,order:[0,2,4,12,13,16],ordereddict:2,origin:[0,2,8],other:[0,2,4,12,13,16],otherwis:[0,2,16],our:[4,5,7,12],ourselv:0,out:[0,2,4,12,13,16],outag:[0,2],outgoing_request:0,outlin:[0,2],output:[0,2,16],outsid:[0,2,12],over:[0,2,12],overal:0,overrid:[0,2,4,12],overridden:[0,2,12],overwrit:[0,12,16],overwrite_cr:0,overwrite_delet:0,overwrite_upd:0,overwrites_for:0,own:[0,2,4,16],owner:[0,2,4,12,16],owner_id:[0,2,12,16],owner_or_permiss:2,ownership:0,packag:[10,16],packet:0,pad:2,page:[0,2,4,12,13,16],pagin:[0,2,16],pair:[0,2],param:2,paramet:[0,2,6,9,12,13,16],parent:[2,12,16],parenthes:[12,16],pars:[0,2,4,16],parser:[2,4],part:[0,2,12],parti:0,partial:0,partialemoji:[2,4],partialemojiconvert:[2,4],partialinvitechannel:2,partialinviteguild:2,particip:[0,2],particular:[0,12],partner:[0,16],party_id:0,pass:[0,2,3,4,7,8,12,13,16],pass_context:12,password:[0,12],past:0,patch:12,path:[0,8],pathlik:0,paus:[0,12],payload:[0,2,13,16],pcm:0,pcmaudio:0,pcmvolumetransform:[0,12],peopl:[0,2,4],pep:[0,4],per:[0,2,12],percentag:0,perform:[0,2,13],period:[0,2],perm:[0,2],permiss:[1,2,4,12,13,16],permissionoverwrit:16,permissions_for:[0,2,16],permissions_in:[0,16],permissions_sync:[0,16],person:[2,4],phone:0,pin:[0,2,12,16],pin_messag:12,pins_add:[0,16],pins_from:12,pip:10,pipe:0,pixel:0,pjsalt:0,place:[0,2,13],plai:[0,2,8,12],plan:16,platform:[0,16],player:[0,12,16],pleas:[0,2,4,16],plug:12,plugin:5,png:[0,2,8,12],point:[0,2,5],pointless:0,pointlessli:0,pool:[2,7],popen:0,pornographi:0,port:16,portion:[0,2],posit:[0,12,16],posix:2,possibl:[0,4,13,16],post:[0,2,12],postgresconnectionerror:7,potenti:[0,2],power:[0,2,4,12,13],pre:[0,2,16],precis:[0,16],pred:12,predic:[0,2,4,16],prefer:0,preferred_local:0,prefix:[0,2,4,13,16],prefixes_for:2,prematur:2,premium:[0,16],premium_guild_subscript:0,premium_guild_tier_1:0,premium_guild_tier_2:0,premium_guild_tier_3:0,premium_sinc:[0,16],premium_subscrib:[0,16],premium_subscript:0,premium_subscription_count:[0,16],premium_ti:[0,16],premium_typ:0,premiumtyp:0,prepar:[0,2],prepare_help_command:[2,12],presenc:[0,2,12],present:[0,12],pretend:[5,12],pretti:[4,13],prevent:[0,2,16],previou:[0,2,12,16],previous:[0,2,13],price:4,primari:0,primary_sku_id:0,print:[0,2,3,5,7,10,12,14],printer:7,prior:[0,2,12,13],priority_speak:0,privaci:0,privat:[0,2,12,16],private_channel:[0,2,13],privatechannel:[0,2,12],privatemessageonli:2,probabl:[0,2],probe:0,problem:[0,12],procedur:2,process:[0,2,4,5,12,16],process_command:[2,8],produc:0,profil:[2,9,16],program:0,prone:0,proof:12,propag:[0,2,4,16],proper:[0,2,16],properli:[2,16],properti:[0,2,4,16],protocol:2,provid:[0,2,4,12,13,16],proxi:0,proxy_auth:0,proxy_url:0,prune:[0,16],prune_memb:[0,12,16],pseudo:12,public_dis:0,publicli:16,publish:0,pull:8,pure:[0,2],purg:[0,12],purge_from:12,purpl:0,purpos:[0,2,12],push:[0,2,8],put:12,python3:[8,10,14],python:[0,2,3,4,5,9,10,13,16],qualifi:2,qualified_nam:[2,3,12],queri:[0,2,16],query_memb:[0,16],question:13,queue:2,quick:12,quickli:16,quit:13,quot:[2,4,12,16],race:[2,16],raffl:0,rais:[0,2,4,12,16],randint:3,random:[0,3,4,8],randomli:16,rang:4,rare:[0,5],rate:[0,2,16],ratelimit:0,rather:[0,2,16],raw:[0,2,16],raw_channel_ment:[0,13],raw_ment:[0,13],raw_role_ment:0,rawmessageupdateev:16,rawreactionactionev:16,reach:[0,2,4,12],react:[0,2,16],reaction:[2,12,16],reaction_add:[0,2,12],reaction_remov:0,read:[0,2,8,12,16],read_messag:[0,16],read_message_histori:[0,2],reader:16,readi:[0,2,16],realiti:0,realli:0,reason:[0,2,4,12,13,16],receiv:[0,2,4,12,13,16],recent:[0,2],recipi:0,recipient_add:0,recipient_remov:0,recognis:[0,16],recommend:[0,2,12],reconnect:[0,2,7,12,16],record_usag:2,recurs:[0,2],red:0,redesign:12,redirect:[0,16],redirect_uri:0,reduc:[13,16],refer:[4,6,9,12,13,16],referenc:4,refresh:2,regard:[2,16],regardless:[0,2,12],regener:1,regex:16,region:[0,2,12,13,16],regist:[0,2,4,12,13],registr:[0,2,12],regress:16,regular:[0,2,4,12,16],regularli:2,reinvok:[2,12],reiter:13,relat:[0,2,12,13,16],relationship:0,relationshiptyp:0,relax:4,releas:16,releaselevel:0,relev:12,reli:[0,2,16],reliabl:16,reload:[2,5],reload_extens:[2,5],remain:[0,16],remot:8,remov:[0,2,4,5,13,16],remove_check:[2,16],remove_cog:[2,3],remove_command:[2,16],remove_exception_typ:7,remove_field:0,remove_friend:0,remove_listen:2,remove_ment:2,remove_react:[0,12,16],remove_recipi:0,remove_rol:[0,12],renam:[12,16],render:[0,2,16],render_emb:0,render_react:0,reorder:4,replac:[0,2,12,16],replace_rol:12,repli:[0,2,12],repres:[0,2,12,16],represent:0,request:[0,2,4,8,12,16],request_offline_memb:[0,2],requestswebhookadapt:[0,16],requir:[0,1,2,4,12,16],require_colon:0,reset:[0,2,16],reset_cooldown:2,resili:12,resolut:[0,16],resolv:0,resolve_invit:0,resourc:12,resp:[8,12],respect:[0,2,12],respons:[0,16],rest:[2,4,8],rest_is_raw:[2,4],restart:[0,2,5,7,16],restrict:16,restricted_guild:0,result:[0,2,4,8,12,16],resum:[0,2,4,12,16],retreiv:0,retri:[2,12,16],retriev:[0,2,12,16],retry_aft:2,revamp:12,revert:12,revok:[0,2,16],rewritten:16,rfc:0,rgb:[0,12],rich:[0,2,4,12,16],right:[0,4,12],ring:0,risk:2,robust:4,role:[2,4,12,13,16],role_a:16,role_b:16,role_cr:0,role_delet:0,role_hierarchi:[12,16],role_id:0,role_ment:0,role_upd:0,roleconvert:[2,4],roll:2,root:[2,12],root_par:[2,12],roughli:[0,2],routin:2,rpc:0,rpc_origin:0,rule:[0,2,16],rules_channel:[0,16],run:[0,2,4,10,12,14,16],run_coroutine_threadsaf:8,run_until_complet:[0,2,13],rung:0,runtim:[2,12,16],runtimeerror:[2,7,12],russia:0,safe:0,safeti:[0,16],sai:[0,2,3,12],said:[0,2,12,13],same:[0,2,4,16],san:2,save:[0,4,12,16],scan:0,scenario:[0,2],scope:1,screen:0,script:10,scrub:[2,12],search:[0,2],second:[0,2,4,7,8,16],secret:[0,4,12],secret_cog_data:12,secretguilddata:4,secretguilddata_error:4,section:2,see:[0,2,4,12,13,16],seek:0,seek_begin:0,seemingli:16,seen:[0,4,13],select:0,self:[0,2,3,4,7,10,12],self_bot:2,self_deaf:0,self_mut:0,self_stream:[0,16],self_video:0,sell:0,send:[0,2,3,4,5,8,9,14,16],send_audio_packet:0,send_bot_help:[2,12],send_cog_help:[2,12],send_command_help:[2,12],send_error_messag:[2,12],send_fil:[12,16],send_friend_request:0,send_group_help:[2,12],send_help:[2,12,16],send_messag:[0,12,13,16],send_pag:2,send_tts_messag:0,send_typ:12,sens:13,sent:[0,2,16],sentinel:0,separ:[0,2,13],seq:0,sequenc:[0,2,13,16],server:[0,2,8,13,16],server_permiss:16,server_voice_st:[12,16],serverregion:[13,16],servic:2,sess:12,session:[0,8,12,16],session_id:0,set:[0,2,4,12,16],set_author:0,set_channel_permiss:13,set_field_at:0,set_foot:0,set_imag:[0,8],set_permiss:[0,12],set_thumbnail:0,setformatt:11,setlevel:11,settabl:0,setup:[2,5],sever:[2,12],shallow:0,shard:[0,2,9,16],shard_count:[0,12],shard_id:[0,12],share:[0,2],shift:[0,2],shim:16,short_doc:2,shortcut:[0,2,12,16],shorten:2,shorten_text:2,shorter:4,shorthand:[0,2],should:[0,2,4,12,13,16],shouldn:16,show:[0,12,16],show_current_gam:0,show_hidden:2,shown:[0,2,16],side:4,sidestep:16,sign:8,signal:[0,2,4,16],signatur:[2,4,12,13],signific:12,significantli:[12,16],silent:[0,2,4],similar:[0,2,4,5,12],similarli:[0,2,4,12],simpl:[4,12],simplifi:16,sinc:[0,2,4,12,13,16],singapor:0,singl:[0,2,4,12,16],singular:[4,12],situat:0,size:[0,2,12,16],skip:[0,4],sku:0,slap:4,slapper:4,slash:0,sleep:[0,8,16],sleep_until:[0,16],slightli:[0,4],slim:0,slot:[0,16],slow:[0,2],slow_count:7,slowmod:0,slowmode_delai:0,slug:0,small:[0,16],small_imag:0,small_image_text:0,small_image_url:0,small_text:0,snippet:12,snowflak:[0,2],snowflake_tim:0,sold:0,sole:[0,2,4],some:[0,2,3,4,7,8,12,13,16],some_channel:8,some_fp:12,somecogmixin:2,somehow:[0,2,16],somemixin:2,someon:[0,2,16],someth:[0,2,4,12,13],sometim:[0,4,5,16],somewhat:16,song:[0,8],sort:[0,2,12],sort_command:2,sourc:[0,10,12],source_message_delet:0,south:0,southafrica:0,space:[2,4,12],spam:4,speak:[0,16],special:[0,2,12],specif:[0,2,4,12,16],specifi:[0,2,4,12,13,16],spectat:0,speech:[0,2],spell:2,spike:16,splash:[0,16],splash_url:0,splash_url_a:0,split:[0,4],spoiler:0,spotifi:16,stack:16,staff:0,stand:0,standard:[0,16],start:[0,2,7,12,16],start_private_messag:12,startswith:[0,2,14],state:[0,2,4,13,16],statement:0,static_format:0,statu:[0,2,8,12,13,16],status:16,status_cod:8,stderr:[0,2,4,7,16],stdin:0,step:[0,4],stereo:0,still:[0,2,4,13,16],stop:[0,2,7,12,16],store:[0,12],str:[0,2,4,8,16],straightforward:13,strang:0,strategi:[0,2],stream:[8,16],streamplay:16,strict:0,string:[0,2,4,12,13,16],stringli:0,strip:[2,4,16],structur:[13,16],stuff:[0,2,4,8],style:[0,16],sub:[0,2,4],subclass:[0,2,16],subcommand:[2,12],subcommand_not_found:[2,12],subcommand_pass:2,subject:16,subprocess:0,subprocess_kwarg:0,subscript:[0,16],subsequ:0,subset:0,substitut:0,succe:2,succeed:2,success:0,successfulli:[0,2],suffix:[2,16],suggest:[0,2],suit:0,suitabl:0,summari:0,superset:0,suppli:[0,2],support:[4,9,12,13,16],suppress:[0,16],suppress_emb:0,sure:[2,8],surpass:0,surpris:[4,16],swallow:0,sydnei:0,sync:[0,16],sync_permiss:0,synchron:12,syntax:[0,4],sys:[0,2,7],system:[0,2,4,12,16],system_channel:[0,3,16],system_channel_flag:[0,16],system_cont:[0,16],systemchannelflag:16,tabl:[0,4],table_flip:0,take:[0,2,4,12,13,16],taken:[0,16],talk:0,target:[0,4],task:[0,2,9,12,16],teal:0,team:[0,2,16],team_us:[0,16],teammemb:0,teammembershipst:0,teardown:[2,5],teaser_graph:8,technic:[4,16],techniqu:4,tediou:4,tell:[2,4,13],temporari:0,ten:0,term:[2,4],termin:[0,2,16],test:[2,4,12,13],test_error:4,text:[0,2,12,13,16],text_channel:[0,8,12],textchannel:[2,4,12,16],textchannelconvert:[2,4,12],than:[0,2,4,8,12,13,16],thank:16,thei:[0,2,4,12,13,16],them:[0,2,4,12,13,16],theme:0,thi:[0,2,3,4,5,12,13,16],thing:[0,4,12,13,16],third:2,those:[0,2,4,12,16],though:0,thousand:16,thread:[0,13,16],three:2,through:[0,2,4,12,13,16],throughout:4,thrown:[0,2],thu:[0,2,12],thumb:[0,2,8],thumbnail:0,thumbsup:8,tier:0,tighten:16,time:[0,2,4,8,12,16],timedelta:0,timeout:[0,2,12,16],timeouterror:[0,2,12],timestamp:[0,12],timezon:[0,2],timezone_offset:0,titl:[0,12],to_dict:0,to_fil:[0,16],to_rgb:[0,12],to_slap:4,to_tupl:12,to_upp:4,togeth:[2,4,12],toggl:[4,16],token:[0,2,10,12,13,14,16],too:[0,2,12,16],took:[0,12],tool:2,toomanyargu:2,top:0,top_rol:[0,16],topic:0,total:[0,2],toward:12,traceback:0,track:0,track_id:0,tradit:0,traffic:0,trait:0,transfer:0,transform:[0,2],transmit:0,transpar:[0,12],trap:16,treat:4,tri:[0,4,16],tribool:2,trigger:[0,2,16],trigger_typ:[0,2,12],trust:[0,16],tts:[0,2,13],tune:4,tupl:[0,2,4,12,16],turn:[0,4,12],twice:16,twitch:0,twitch_nam:0,two:[0,2,4,12,16],type:[0,2,7,8,13,16],typeerror:[0,2,7,16],typic:[0,2],u0001f44d:8,unavail:[0,2,16],unban:[0,12,16],unbind:2,unblock:0,unbound:12,unboundlocalerror:16,uncaught:0,unchang:2,uncondition:16,under:[0,2,4,16],undergo:12,underli:12,underlin:2,understand:2,undetermin:4,undo:[0,2],undocu:16,unexpect:[0,2],unexpectedquoteerror:2,unicod:[0,16],unintend:[2,4],union:[0,2],uniqu:[0,2],unix:0,unknown:[0,2,16],unless:[0,2,12],unlik:[0,2,4],unlimit:0,unload:[2,5,12],unload_extens:2,unnecessari:16,unpack:16,unpin:[0,12],unpin_messag:12,unrestrict:0,unset:2,unspecifi:[0,2],unsuppress:0,unsync:0,until:[0,2,4,13,16],updat:[0,2,7,12,16],upgrad:[9,16],upload:[0,2,12],upon:[0,2,16],upper:4,urgent:0,uri:0,url:[0,2,8,12,16],us_centr:0,us_east:0,us_south:0,us_west:[0,2,13],usabl:[0,16],usag:[0,2,4,12,16],use:[0,2,4,12,13,16],use_cach:0,use_external_emoji:[0,16],use_nicknam:[2,4],use_voice_activ:0,used:[0,2,4,12,16],useful:[0,2,4,5,12,16],useless:13,user:[2,4,8,10,13,14,16],user_id:[0,2],user_limit:0,usercontentfilt:0,userconvert:[2,4,12],userinputerror:[2,16],usernam:[0,4,16],uses:[0,2,12,16],using:[0,2,4,12,13,16],usual:[0,2,4],utc:[0,2],utf:[2,11],util:[1,2,8,9,12,13,16],valid:[0,2,4,12,13,16],valu:[0,2,4,13,16],valueerror:[0,7,16],vaniti:[0,12],vanity_cod:0,vanity_invit:[0,12],vanity_url:0,vanity_url_cod:0,variabl:[0,12,13],variou:16,venv:10,verb:0,veri:[0,2],verif:[0,16],verifi:[0,2],verification_level:[0,16],verificationlevel:[0,16],verify_check:2,verify_kei:0,version:[0,2,9,13,16],version_info:[0,16],versionad:0,very_high:0,via:[0,2,4,12,13,16],video:0,view:[0,12],view_audit_log:[0,12],view_channel:[0,16],view_guild_insight:[0,16],vip:[0,16],vip_amsterdam:0,vip_region:0,vip_us_east:0,vip_us_west:0,virtual:10,visibl:[12,16],voic:[2,8,9,10,16],voice_channel:[0,12],voice_cli:[0,2,12,16],voice_client_in:16,voice_memb:12,voice_st:[0,16],voice_state_for:0,voicechannel:[2,4,12,16],voicechannelconvert:[2,4,12],voicecli:[0,2,12,16],voiceregion:[0,2,16],voicest:[12,16],volum:[0,12],wai:[0,2,4,12,16],wait:[0,2,7,9,16],wait_for:[0,2,12],wait_for_messag:[12,16],wait_for_react:[12,16],wait_until_login:[12,16],wait_until_readi:[0,2,7,12,16],walk:2,walk_command:[2,3],wall:4,want:[0,2,4,5,12,13],warn:[0,4,11,16],watch:[0,8],web:0,web_statu:0,webhook:[2,9,12,16],webhook_cr:0,webhook_delet:0,webhook_id:[0,2,12],webhook_upd:0,webhookadapt:0,webhooktyp:[0,16],webm:0,webp:0,websocket:[0,2,12,16],week:0,welcom:[0,3],welcome_screen_en:0,well:[0,2,4,12,16],went:13,were:[0,2,12,13,16],west:[0,13],what:[0,2,4,12,13,16],whatev:[0,16],when:[0,2,4,5,12,13,16],when_ment:2,when_mentioned_or:2,whenev:[0,2,12],where:[0,2,4,12,13,16],whether:[0,2,12,16],which:[0,2,4,5,12,13,16],whisper:12,white:4,whitelist:2,who:[0,2,16],whose:0,why:[0,2],wide:[0,2],widget:[2,16],widget_channel:0,widget_en:0,width:[0,2,16],window:0,winner:0,wise:[0,2,12],wish:0,with_count:[0,2],withdraw_monei:3,within:[0,2,4,16],without:[0,2,5,12,16],won:0,word:4,work:[0,2,4,12,13,16],world:0,worth:0,would:[0,2,4,12,16],wrap:[0,4,12],write:[4,16],written:[0,4],wrong:[0,2],x__y:0,xsalsa20_poly1305_lit:16,yes:4,yet:16,yield:[0,2,8,13],you:[0,2,4,8,12,13,16],your:[0,2,4,8,10,12,13,14,16],yourself:[0,2,4,12],youtub:[0,16],zip:8},titles:["API \ub808\ud37c\ub7f0\uc2a4","\ubd07 \uacc4\uc815 \uc0dd\uc131","API Reference","Cogs","Commands","\ud655\uc7a5\uc790","discord.ext.commands
\u2013 Bot commands \ud504\ub808\uc784\uc6cc\ud06c","discord.ext.tasks
\u2013 asyncio.Task \ud5ec\ud37c","\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38","discord.py\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4","\uc18c\uac1c","\ub85c\uae45 \uc124\uc815","Migrating to v1.0","Migrating to v0.10.0","\ube60\ub978 \uc2dc\uc791","\ubc84\uc804 \uac1c\ub7f0\ud2f0","Changelog"],titleterms:{"\uac00":8,"\uac00\uc0c1":10,"\uac04\ub2e8\ud55c":3,"\uac10\uc0ac":8,"\uac16\uace0\uc624\ub098\uc694":8,"\uac1c\ub150":10,"\uac1c\ub7f0\ud2f0":15,"\uac1c\uc778":8,"\uac80\uc0ac":3,"\uac83\uc744":9,"\uac83\uc758":15,"\uacc4\uc815":1,"\uad00\ub828\ub41c":0,"\uad00\ub828\uc131":0,"\uae30\ubcf8":10,"\uae30\ucd08":5,"\ub0b4\uc6a9":9,"\ub0b4\uc7a5":8,"\ub294":8,"\ub3cc\ub9b4":8,"\ub4f1\ub85d":3,"\ub514\uc2a4\ucf54\ub4dc":0,"\ub530\uc634\ud45c":8,"\ub73b\uc774":8,"\ub808\uc2dc\ud53c":7,"\ub808\ud37c\ub7f0\uc2a4":[0,7],"\ub85c\uadf8\ub97c":8,"\ub85c\uae45":11,"\ub9ac\ub85c\ub529":5,"\ub9ac\ud018\uc2a4\ud2b8\ub294":8,"\ub9cc\ub4dc\ub098\uc694":8,"\ub9cc\ub4e4\uc8e0":8,"\uba48\ucd94\uac8c":8,"\uba54\uc18c\ub4dc\ub4e4":3,"\uba54\uc2dc\uc9c0":8,"\uba54\uc2dc\uc9c0\ub97c":8,"\uba54\uc2dc\uc9c0\uc5d0":8,"\uba54\uc2dc\uc9c0\uc758":8,"\uba85\ub839\uc5b4":8,"\uba85\ub839\uc5b4\ub97c":8,"\ubaa8\ub378":0,"\ubaa8\ub378\uc740":8,"\ubb34\uc5b8\uac00\ub97c":8,"\ubb38\uc11c":9,"\ubb3b\ub294":8,"\ubb54\uac00\uc694":8,"\ubbf8\uc2dc\uc9c0\ub97c":8,"\ubc18\uc751\uc744":8,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":8,"\ubc84\uc804":15,"\ubc84\uc804\uacfc":0,"\ubcc0\ud654\uac00":15,"\ubcc0\ud654\uc758":15,"\ubcf4\ub0b8":8,"\ubcf4\ub0bc":8,"\ubcfc":8,"\ubd07":[1,14],"\ubd07\uc758":8,"\ube60\ub978":14,"\uc0ac\uc6a9\uc790":0,"\uc0ac\uc6a9\ud558\uae30":3,"\uc0ac\uc6a9\ud560":8,"\uc0ac\uc9c4\uc5d0":8,"\uc0c1\ud0dc":8,"\uc0dd\uc131":1,"\uc0dd\uc131\ud558\ub294":8,"\uc124\uc815":11,"\uc124\uc815\ud560":8,"\uc124\uce58":10,"\uc18c\uac1c":10,"\uc218":8,"\uc2dc\uc791":14,"\uc544\ub2cc":15,"\uc5b4\ub514\uc11c":8,"\uc5b4\ub514\uc5d0":8,"\uc5b4\ub5bb\uac8c":8,"\uc5bb\ub098\uc694":8,"\uc5bb\uc744":8,"\uc5c5\ub85c\ub4dc\ud560":8,"\uc608":15,"\uc608\uc2dc\ub4e4\uc744":8,"\uc608\uc81c":3,"\uc624\uc2e0":9,"\uc65c":8,"\uc694\uad6c":10,"\uc6d0\ubcf8":8,"\uc6f9":8,"\uc744":8,"\uc758":8,"\uc774\ubbf8\uc9c0":8,"\uc774\ubbf8\uc9c0\ub97c":8,"\uc774\ubca4\ud2b8\uac00":8,"\uc778\uc6a9\uad6c":8,"\uc778\uc790\uc5d0":8,"\uc77c\ubc18":8,"\uc784\ubca0\ub4dc":8,"\uc788\ub098\uc694":8,"\uc790\uc8fc":8,"\uc804\ub2ec\ud558\ub098\uc694":8,"\uc815\ubcf4":[0,9],"\uc81c":8,"\uc870\uac74":10,"\uc911":8,"\uc9c8\ubb38":8,"\ucc44\ub110\uc5d0":8,"\ucd08\ub300":1,"\ucd5c\uc18c\ud55c\uc758":14,"\ucd94\uac00":9,"\ucd94\uac00\ud560":8,"\ucf54\ub8e8\ud2f4":8,"\ucf54\ub8e8\ud2f4\uc744":8,"\ucf54\ub8e8\ud2f4\uc774":8,"\ud070":15,"\ud074\ub77c\uc774\uc5b8\ud2b8":0,"\ud2b9\ubcc4\ud55c":3,"\ud2b9\uc815\ud55c":8,"\ud30c\uc77c\uc744":8,"\ud504\ub808\uc784\uc6cc\ud06c":6,"\ud50c\ub808\uc774\uc5b4\uc758":8,"\ud544\uc694\ud558\uc8e0":8,"\ud558\ub294":8,"\ud558\uba74":8,"\ud558\uc704":8,"\ud568\uc218\uc5d0":8,"\ud5ec\ud37c":7,"\ud655\uc7a5":[8,9],"\ud655\uc7a5\uc790":5,"\ud658\uacbd":10,"\ud658\uc601\ud569\ub2c8\ub2e4":9,"abstract":0,"await\uc744":8,"break":16,"class":0,"enum":2,"function":[0,13],"id\ub97c":8,"int":12,"message\ub97c":8,"new":16,"py\uc5d0":9,For:12,activ:0,adapt:0,advanc:4,after:[8,12],allowedment:0,api:[0,2,7],argument:[4,13],asset:0,async:0,asynchron:12,asyncio:7,attach:0,audit:0,base:0,baseact:0,basic:4,befor:12,block:8,bool:4,bot:[2,6],bug:16,callmessag:0,categorychannel:0,chang:[12,13,16],changelog:16,channel:12,check:[2,4,12],clean:5,client:13,cog:[2,3,5,12],colour:0,command:[2,4,6,12,16],connect:12,context:[2,4,12],convert:[2,4,12],coroutin:13,customact:0,data:0,depend:12,dict:12,discord:[4,6,7,9,16],dmchannel:0,emb:0,emoji:0,enumer:[0,13],error:4,event:[0,2,12,13],except:[0,2],ext:[6,7,16],extens:12,featur:16,fetch:0,file:0,fix:16,forc:13,game:0,global:4,greedi:4,groupcal:0,groupchannel:0,guild:[0,12],handl:4,help:[2,12],helper:12,helpformatt:12,hierarchi:[0,2],hook:12,improv:[12,16],inlin:4,invit:0,invoc:[4,12],iter:[0,12,13],keyword:[4,13],librari:0,log:0,major:12,manag:13,member:[0,12,13],messag:[0,12],messageflag:0,meta:3,migrat:[12,13],miscellan:[12,16],model:12,now:12,object:0,on_messag:8,onli:4,option:[3,4],opu:0,paramet:4,partialemoji:0,partialinvitechannel:0,partialinviteguild:0,perform:16,permiss:0,permissionoverwrit:0,posit:4,profil:0,properti:[12,13],python:12,rawbulkmessagedeleteev:0,rawmessagedeleteev:0,rawmessageupdateev:0,rawreactionactionev:0,rawreactionclearemojiev:0,rawreactionclearev:0,reaction:0,refer:[0,2],registr:13,reliabl:0,remov:12,renam:13,role:0,run:13,send:12,server:12,shard:12,show:2,snowflak:12,special:4,split:12,spotifi:0,state:12,stream:0,subclass:12,support:0,systemchannelflag:0,task:7,textchannel:0,type:[4,12],union:4,upgrad:12,user:[0,12],util:0,valu:12,variabl:4,version:12,voic:[0,12],voicechannel:0,voicest:0,wait:12,webhook:0,widget:0,widgetchannel:0,widgetmemb:0}})
\ No newline at end of file
목차
-
-
- Extensions -
- Extensions -
- Extensions
-
-
- Primer -
- Reloading +
- 확장자
-
+
- 기초 +
- 리로딩
- Cleaning Up
diff --git a/objects.inv b/objects.inv
index c677e45..6ac7cd7 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/searchindex.js b/searchindex.js
index f4f7816..b1abd17 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["api","discord","ext/commands/api","ext/commands/cogs","ext/commands/commands","ext/commands/extensions","ext/commands/index","ext/tasks/index","faq","index","intro","logging","migrating","migrating_to_async","quickstart","version_guarantees","whats_new"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","discord.rst","ext\\commands\\api.rst","ext\\commands\\cogs.rst","ext\\commands\\commands.rst","ext\\commands\\extensions.rst","ext\\commands\\index.rst","ext\\tasks\\index.rst","faq.rst","index.rst","intro.rst","logging.rst","migrating.rst","migrating_to_async.rst","quickstart.rst","version_guarantees.rst","whats_new.rst"],objects:{"discord.Activity":{application_id:[0,1,1,""],assets:[0,1,1,""],details:[0,1,1,""],emoji:[0,1,1,""],end:[0,2,1,""],large_image_text:[0,2,1,""],large_image_url:[0,2,1,""],name:[0,1,1,""],party:[0,1,1,""],small_image_text:[0,2,1,""],small_image_url:[0,2,1,""],start:[0,2,1,""],state:[0,1,1,""],timestamps:[0,1,1,""],type:[0,1,1,""],url:[0,1,1,""]},"discord.ActivityType":{custom:[0,1,1,""],listening:[0,1,1,""],playing:[0,1,1,""],streaming:[0,1,1,""],unknown:[0,1,1,""],watching:[0,1,1,""]},"discord.AllowedMentions":{everyone:[0,1,1,""],roles:[0,1,1,""],users:[0,1,1,""]},"discord.AppInfo":{bot_public:[0,1,1,""],bot_require_code_grant:[0,1,1,""],cover_image:[0,1,1,""],cover_image_url:[0,2,1,""],description:[0,1,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],primary_sku_id:[0,1,1,""],rpc_origins:[0,1,1,""],slug:[0,1,1,""],summary:[0,1,1,""],team:[0,1,1,""],verify_key:[0,1,1,""]},"discord.Asset":{read:[0,2,1,""],save:[0,2,1,""]},"discord.AsyncIterator":{filter:[0,2,1,""],find:[0,2,1,""],flatten:[0,2,1,""],get:[0,2,1,""],map:[0,2,1,""],next:[0,2,1,""]},"discord.AsyncWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Attachment":{filename:[0,1,1,""],height:[0,1,1,""],id:[0,1,1,""],is_spoiler:[0,2,1,""],proxy_url:[0,1,1,""],read:[0,2,1,""],save:[0,2,1,""],size:[0,1,1,""],to_file:[0,2,1,""],url:[0,1,1,""],width:[0,1,1,""]},"discord.AudioSource":{cleanup:[0,2,1,""],is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.AuditLogAction":{ban:[0,1,1,""],bot_add:[0,1,1,""],channel_create:[0,1,1,""],channel_delete:[0,1,1,""],channel_update:[0,1,1,""],emoji_create:[0,1,1,""],emoji_delete:[0,1,1,""],emoji_update:[0,1,1,""],guild_update:[0,1,1,""],integration_create:[0,1,1,""],integration_delete:[0,1,1,""],integration_update:[0,1,1,""],invite_create:[0,1,1,""],invite_delete:[0,1,1,""],invite_update:[0,1,1,""],kick:[0,1,1,""],member_disconnect:[0,1,1,""],member_move:[0,1,1,""],member_prune:[0,1,1,""],member_role_update:[0,1,1,""],member_update:[0,1,1,""],message_bulk_delete:[0,1,1,""],message_delete:[0,1,1,""],message_pin:[0,1,1,""],message_unpin:[0,1,1,""],overwrite_create:[0,1,1,""],overwrite_delete:[0,1,1,""],overwrite_update:[0,1,1,""],role_create:[0,1,1,""],role_delete:[0,1,1,""],role_update:[0,1,1,""],unban:[0,1,1,""],webhook_create:[0,1,1,""],webhook_delete:[0,1,1,""],webhook_update:[0,1,1,""]},"discord.AuditLogActionCategory":{"delete":[0,1,1,""],create:[0,1,1,""],update:[0,1,1,""]},"discord.AuditLogChanges":{after:[0,1,1,""],before:[0,1,1,""]},"discord.AuditLogDiff":{afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],allow:[0,1,1,""],avatar:[0,1,1,""],bitrate:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],color:[0,1,1,""],colour:[0,1,1,""],deaf:[0,1,1,""],default_message_notifications:[0,1,1,""],default_notifications:[0,1,1,""],deny:[0,1,1,""],explicit_content_filter:[0,1,1,""],hoist:[0,1,1,""],icon:[0,1,1,""],id:[0,1,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],mentionable:[0,1,1,""],mfa_level:[0,1,1,""],mute:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],overwrites:[0,1,1,""],owner:[0,1,1,""],permissions:[0,1,1,""],position:[0,1,1,""],region:[0,1,1,""],roles:[0,1,1,""],slowmode_delay:[0,1,1,""],splash:[0,1,1,""],system_channel:[0,1,1,""],temporary:[0,1,1,""],topic:[0,1,1,""],type:[0,1,1,""],uses:[0,1,1,""],vanity_url_code:[0,1,1,""],verification_level:[0,1,1,""],widget_channel:[0,1,1,""],widget_enabled:[0,1,1,""]},"discord.AuditLogEntry":{action:[0,1,1,""],after:[0,1,1,""],before:[0,1,1,""],category:[0,1,1,""],changes:[0,1,1,""],created_at:[0,1,1,""],extra:[0,1,1,""],id:[0,1,1,""],reason:[0,1,1,""],target:[0,1,1,""],user:[0,1,1,""]},"discord.AutoShardedClient":{change_presence:[0,2,1,""],close:[0,2,1,""],latencies:[0,2,1,""],latency:[0,2,1,""],request_offline_members:[0,2,1,""],shard_ids:[0,1,1,""]},"discord.BaseActivity":{created_at:[0,2,1,""]},"discord.CallMessage":{call_ended:[0,2,1,""],channel:[0,2,1,""],duration:[0,2,1,""],ended_timestamp:[0,1,1,""],message:[0,1,1,""],participants:[0,1,1,""]},"discord.CategoryChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],channels:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_nsfw:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],text_channels:[0,2,1,""],type:[0,2,1,""],voice_channels:[0,2,1,""]},"discord.ChannelType":{"private":[0,1,1,""],category:[0,1,1,""],group:[0,1,1,""],news:[0,1,1,""],store:[0,1,1,""],text:[0,1,1,""],voice:[0,1,1,""]},"discord.Client":{activity:[0,2,1,""],allowed_mentions:[0,2,1,""],application_info:[0,2,1,""],cached_messages:[0,2,1,""],change_presence:[0,2,1,""],clear:[0,2,1,""],close:[0,2,1,""],connect:[0,2,1,""],create_guild:[0,2,1,""],delete_invite:[0,2,1,""],emojis:[0,2,1,""],event:[0,2,1,""],fetch_channel:[0,2,1,""],fetch_guild:[0,2,1,""],fetch_guilds:[0,2,1,""],fetch_invite:[0,2,1,""],fetch_user:[0,2,1,""],fetch_user_profile:[0,2,1,""],fetch_webhook:[0,2,1,""],fetch_widget:[0,2,1,""],get_all_channels:[0,2,1,""],get_all_members:[0,2,1,""],get_channel:[0,2,1,""],get_emoji:[0,2,1,""],get_guild:[0,2,1,""],get_user:[0,2,1,""],guilds:[0,2,1,""],is_closed:[0,2,1,""],is_ready:[0,2,1,""],latency:[0,2,1,""],login:[0,2,1,""],logout:[0,2,1,""],loop:[0,1,1,""],on_error:[0,2,1,""],private_channels:[0,2,1,""],request_offline_members:[0,2,1,""],run:[0,2,1,""],start:[0,2,1,""],user:[0,2,1,""],users:[0,2,1,""],voice_clients:[0,2,1,""],wait_for:[0,2,1,""],wait_until_ready:[0,2,1,""],ws:[0,1,1,""]},"discord.ClientUser":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],blocked:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_group:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],edit:[0,2,1,""],edit_settings:[0,2,1,""],email:[0,1,1,""],friends:[0,2,1,""],get_relationship:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],locale:[0,1,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mfa_enabled:[0,1,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],premium:[0,1,1,""],premium_type:[0,1,1,""],relationships:[0,2,1,""],system:[0,1,1,""],verified:[0,1,1,""]},"discord.Colour":{"default":[0,2,1,""],b:[0,2,1,""],blue:[0,2,1,""],blurple:[0,2,1,""],dark_blue:[0,2,1,""],dark_gold:[0,2,1,""],dark_green:[0,2,1,""],dark_grey:[0,2,1,""],dark_magenta:[0,2,1,""],dark_orange:[0,2,1,""],dark_purple:[0,2,1,""],dark_red:[0,2,1,""],dark_teal:[0,2,1,""],darker_grey:[0,2,1,""],from_hsv:[0,2,1,""],from_rgb:[0,2,1,""],g:[0,2,1,""],gold:[0,2,1,""],green:[0,2,1,""],greyple:[0,2,1,""],light_grey:[0,2,1,""],lighter_grey:[0,2,1,""],magenta:[0,2,1,""],orange:[0,2,1,""],purple:[0,2,1,""],r:[0,2,1,""],red:[0,2,1,""],teal:[0,2,1,""],to_rgb:[0,2,1,""],value:[0,1,1,""]},"discord.ConnectionClosed":{code:[0,1,1,""],reason:[0,1,1,""],shard_id:[0,1,1,""]},"discord.ContentFilter":{all_members:[0,1,1,""],disabled:[0,1,1,""],no_role:[0,1,1,""]},"discord.CustomActivity":{emoji:[0,1,1,""],name:[0,1,1,""],type:[0,2,1,""]},"discord.DMChannel":{created_at:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],me:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipient:[0,1,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Embed":{Empty:[0,1,1,""],add_field:[0,2,1,""],author:[0,2,1,""],clear_fields:[0,2,1,""],colour:[0,1,1,""],copy:[0,2,1,""],description:[0,1,1,""],fields:[0,2,1,""],footer:[0,2,1,""],from_dict:[0,2,1,""],image:[0,2,1,""],insert_field_at:[0,2,1,""],provider:[0,2,1,""],remove_field:[0,2,1,""],set_author:[0,2,1,""],set_field_at:[0,2,1,""],set_footer:[0,2,1,""],set_image:[0,2,1,""],set_thumbnail:[0,2,1,""],thumbnail:[0,2,1,""],timestamp:[0,1,1,""],title:[0,1,1,""],to_dict:[0,2,1,""],type:[0,1,1,""],url:[0,1,1,""],video:[0,2,1,""]},"discord.Emoji":{"delete":[0,2,1,""],animated:[0,1,1,""],available:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],is_usable:[0,2,1,""],managed:[0,1,1,""],name:[0,1,1,""],require_colons:[0,1,1,""],roles:[0,2,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.FFmpegAudio":{cleanup:[0,2,1,""]},"discord.FFmpegOpusAudio":{from_probe:[0,2,1,""],is_opus:[0,2,1,""],probe:[0,2,1,""],read:[0,2,1,""]},"discord.FFmpegPCMAudio":{is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.File":{filename:[0,1,1,""],fp:[0,1,1,""],spoiler:[0,1,1,""]},"discord.FriendFlags":{everyone:[0,1,1,""],guild_and_friends:[0,1,1,""],mutual_friends:[0,1,1,""],mutual_guilds:[0,1,1,""],noone:[0,1,1,""]},"discord.Game":{end:[0,2,1,""],name:[0,1,1,""],start:[0,2,1,""],type:[0,2,1,""]},"discord.GroupCall":{call:[0,1,1,""],channel:[0,2,1,""],connected:[0,2,1,""],region:[0,1,1,""],ringing:[0,1,1,""],unavailable:[0,1,1,""],voice_state_for:[0,2,1,""]},"discord.GroupChannel":{add_recipients:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],leave:[0,2,1,""],me:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipients:[0,1,1,""],remove_recipients:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Guild":{"delete":[0,2,1,""],ack:[0,2,1,""],afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],audit_logs:[0,2,1,""],ban:[0,2,1,""],banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],bans:[0,2,1,""],bitrate_limit:[0,2,1,""],by_category:[0,2,1,""],categories:[0,2,1,""],channels:[0,2,1,""],chunked:[0,2,1,""],create_category:[0,2,1,""],create_category_channel:[0,2,1,""],create_custom_emoji:[0,2,1,""],create_role:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],default_notifications:[0,1,1,""],default_role:[0,2,1,""],description:[0,1,1,""],discovery_splash:[0,1,1,""],discovery_splash_url:[0,2,1,""],discovery_splash_url_as:[0,2,1,""],edit:[0,2,1,""],emoji_limit:[0,2,1,""],emojis:[0,1,1,""],estimate_pruned_members:[0,2,1,""],explicit_content_filter:[0,1,1,""],features:[0,1,1,""],fetch_ban:[0,2,1,""],fetch_channels:[0,2,1,""],fetch_emoji:[0,2,1,""],fetch_emojis:[0,2,1,""],fetch_member:[0,2,1,""],fetch_members:[0,2,1,""],fetch_roles:[0,2,1,""],filesize_limit:[0,2,1,""],get_channel:[0,2,1,""],get_member:[0,2,1,""],get_member_named:[0,2,1,""],get_role:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_icon_animated:[0,2,1,""],kick:[0,2,1,""],large:[0,2,1,""],leave:[0,2,1,""],max_members:[0,1,1,""],max_presences:[0,1,1,""],me:[0,2,1,""],member_count:[0,2,1,""],members:[0,2,1,""],mfa_level:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""],preferred_locale:[0,1,1,""],premium_subscribers:[0,2,1,""],premium_subscription_count:[0,1,1,""],premium_tier:[0,1,1,""],prune_members:[0,2,1,""],query_members:[0,2,1,""],region:[0,1,1,""],roles:[0,2,1,""],rules_channel:[0,2,1,""],shard_id:[0,2,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],system_channel:[0,2,1,""],system_channel_flags:[0,2,1,""],text_channels:[0,2,1,""],unavailable:[0,1,1,""],unban:[0,2,1,""],vanity_invite:[0,2,1,""],verification_level:[0,1,1,""],voice_channels:[0,2,1,""],voice_client:[0,2,1,""],webhooks:[0,2,1,""],widget:[0,2,1,""]},"discord.HTTPException":{code:[0,1,1,""],response:[0,1,1,""],status:[0,1,1,""],text:[0,1,1,""]},"discord.HypeSquadHouse":{balance:[0,1,1,""],bravery:[0,1,1,""],brilliance:[0,1,1,""]},"discord.Invite":{"delete":[0,2,1,""],approximate_member_count:[0,1,1,""],approximate_presence_count:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],created_at:[0,1,1,""],guild:[0,1,1,""],id:[0,2,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],revoked:[0,1,1,""],temporary:[0,1,1,""],url:[0,2,1,""],uses:[0,1,1,""]},"discord.Member":{activities:[0,1,1,""],activity:[0,2,1,""],add_roles:[0,2,1,""],avatar:[0,2,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],ban:[0,2,1,""],block:[0,2,1,""],bot:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],desktop_status:[0,2,1,""],discriminator:[0,2,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],guild:[0,1,1,""],guild_permissions:[0,2,1,""],history:[0,2,1,""],id:[0,2,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],is_on_mobile:[0,2,1,""],joined_at:[0,1,1,""],kick:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mobile_status:[0,2,1,""],move_to:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,2,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],premium_since:[0,1,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],remove_roles:[0,2,1,""],roles:[0,1,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],status:[0,2,1,""],system:[0,2,1,""],top_role:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unban:[0,2,1,""],unblock:[0,2,1,""],voice:[0,2,1,""],web_status:[0,2,1,""]},"discord.Message":{"delete":[0,2,1,""],ack:[0,2,1,""],activity:[0,1,1,""],add_reaction:[0,2,1,""],application:[0,1,1,""],attachments:[0,1,1,""],author:[0,1,1,""],call:[0,1,1,""],channel:[0,1,1,""],channel_mentions:[0,1,1,""],clean_content:[0,1,1,""],clear_reaction:[0,2,1,""],clear_reactions:[0,2,1,""],content:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],edited_at:[0,2,1,""],embeds:[0,1,1,""],flags:[0,1,1,""],guild:[0,1,1,""],id:[0,1,1,""],is_system:[0,2,1,""],jump_url:[0,2,1,""],mention_everyone:[0,1,1,""],mentions:[0,1,1,""],nonce:[0,1,1,""],pin:[0,2,1,""],pinned:[0,1,1,""],publish:[0,2,1,""],raw_channel_mentions:[0,1,1,""],raw_mentions:[0,1,1,""],raw_role_mentions:[0,1,1,""],reactions:[0,1,1,""],remove_reaction:[0,2,1,""],role_mentions:[0,1,1,""],system_content:[0,1,1,""],tts:[0,1,1,""],type:[0,1,1,""],unpin:[0,2,1,""],webhook_id:[0,1,1,""]},"discord.MessageFlags":{crossposted:[0,1,1,""],is_crossposted:[0,1,1,""],source_message_deleted:[0,1,1,""],suppress_embeds:[0,1,1,""],urgent:[0,1,1,""],value:[0,1,1,""]},"discord.MessageType":{"default":[0,1,1,""],call:[0,1,1,""],channel_follow_add:[0,1,1,""],channel_icon_change:[0,1,1,""],channel_name_change:[0,1,1,""],new_member:[0,1,1,""],pins_add:[0,1,1,""],premium_guild_subscription:[0,1,1,""],premium_guild_tier_1:[0,1,1,""],premium_guild_tier_2:[0,1,1,""],premium_guild_tier_3:[0,1,1,""],recipient_add:[0,1,1,""],recipient_remove:[0,1,1,""]},"discord.NotificationLevel":{all_messages:[0,1,1,""],only_mentions:[0,1,1,""]},"discord.Object":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.PCMAudio":{read:[0,2,1,""],stream:[0,1,1,""]},"discord.PCMVolumeTransformer":{cleanup:[0,2,1,""],read:[0,2,1,""],volume:[0,2,1,""]},"discord.PartialEmoji":{animated:[0,1,1,""],id:[0,1,1,""],is_custom_emoji:[0,2,1,""],is_unicode_emoji:[0,2,1,""],name:[0,1,1,""],url:[0,2,1,""]},"discord.PartialInviteChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],type:[0,1,1,""]},"discord.PartialInviteGuild":{banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],created_at:[0,2,1,""],description:[0,1,1,""],features:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],verification_level:[0,1,1,""]},"discord.PermissionOverwrite":{from_pair:[0,2,1,""],is_empty:[0,2,1,""],pair:[0,2,1,""],update:[0,2,1,""]},"discord.Permissions":{add_reactions:[0,1,1,""],administrator:[0,1,1,""],all:[0,2,1,""],all_channel:[0,2,1,""],attach_files:[0,1,1,""],ban_members:[0,1,1,""],change_nickname:[0,1,1,""],connect:[0,1,1,""],create_instant_invite:[0,1,1,""],deafen_members:[0,1,1,""],embed_links:[0,1,1,""],external_emojis:[0,1,1,""],general:[0,2,1,""],is_strict_subset:[0,2,1,""],is_strict_superset:[0,2,1,""],is_subset:[0,2,1,""],is_superset:[0,2,1,""],kick_members:[0,1,1,""],manage_channels:[0,1,1,""],manage_emojis:[0,1,1,""],manage_guild:[0,1,1,""],manage_messages:[0,1,1,""],manage_nicknames:[0,1,1,""],manage_permissions:[0,1,1,""],manage_roles:[0,1,1,""],manage_webhooks:[0,1,1,""],mention_everyone:[0,1,1,""],move_members:[0,1,1,""],mute_members:[0,1,1,""],none:[0,2,1,""],priority_speaker:[0,1,1,""],read_message_history:[0,1,1,""],read_messages:[0,1,1,""],send_messages:[0,1,1,""],send_tts_messages:[0,1,1,""],speak:[0,1,1,""],stream:[0,1,1,""],text:[0,2,1,""],update:[0,2,1,""],use_external_emojis:[0,1,1,""],use_voice_activation:[0,1,1,""],value:[0,1,1,""],view_audit_log:[0,1,1,""],view_channel:[0,1,1,""],view_guild_insights:[0,1,1,""],voice:[0,2,1,""]},"discord.PremiumType":{nitro:[0,1,1,""],nitro_classic:[0,1,1,""]},"discord.Profile":{bug_hunter:[0,1,1,""],connected_accounts:[0,1,1,""],early_supporter:[0,1,1,""],hypesquad:[0,1,1,""],hypesquad_houses:[0,1,1,""],mutual_guilds:[0,1,1,""],nitro:[0,1,1,""],partner:[0,1,1,""],premium:[0,1,1,""],premium_since:[0,1,1,""],staff:[0,1,1,""],system:[0,1,1,""],team_user:[0,1,1,""],user:[0,1,1,""]},"discord.RawBulkMessageDeleteEvent":{cached_messages:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_ids:[0,1,1,""]},"discord.RawMessageDeleteEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawMessageUpdateEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],data:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionActionEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],event_type:[0,1,1,""],guild_id:[0,1,1,""],member:[0,1,1,""],message_id:[0,1,1,""],user_id:[0,1,1,""]},"discord.RawReactionClearEmojiEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionClearEvent":{channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.Reaction":{clear:[0,2,1,""],count:[0,1,1,""],custom_emoji:[0,2,1,""],emoji:[0,1,1,""],me:[0,1,1,""],message:[0,1,1,""],remove:[0,2,1,""],users:[0,2,1,""]},"discord.Relationship":{"delete":[0,2,1,""],accept:[0,2,1,""],type:[0,1,1,""],user:[0,1,1,""]},"discord.RelationshipType":{blocked:[0,1,1,""],friend:[0,1,1,""],incoming_request:[0,1,1,""],outgoing_request:[0,1,1,""]},"discord.RequestsWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Role":{"delete":[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],hoist:[0,1,1,""],id:[0,1,1,""],is_default:[0,2,1,""],managed:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],mentionable:[0,1,1,""],name:[0,1,1,""],permissions:[0,2,1,""],position:[0,1,1,""]},"discord.Spotify":{album:[0,2,1,""],album_cover_url:[0,2,1,""],artist:[0,2,1,""],artists:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],duration:[0,2,1,""],end:[0,2,1,""],name:[0,2,1,""],party_id:[0,2,1,""],start:[0,2,1,""],title:[0,2,1,""],track_id:[0,2,1,""],type:[0,2,1,""]},"discord.Status":{dnd:[0,1,1,""],do_not_disturb:[0,1,1,""],idle:[0,1,1,""],invisible:[0,1,1,""],offline:[0,1,1,""],online:[0,1,1,""]},"discord.Streaming":{assets:[0,1,1,""],details:[0,1,1,""],game:[0,1,1,""],name:[0,1,1,""],platform:[0,1,1,""],twitch_name:[0,2,1,""],type:[0,2,1,""],url:[0,1,1,""]},"discord.SystemChannelFlags":{join_notifications:[0,1,1,""],premium_subscriptions:[0,1,1,""],value:[0,1,1,""]},"discord.Team":{icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],members:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""]},"discord.TeamMember":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],id:[0,1,1,""],membership_state:[0,1,1,""],name:[0,1,1,""],team:[0,1,1,""]},"discord.TeamMembershipState":{accepted:[0,1,1,""],invited:[0,1,1,""]},"discord.TextChannel":{"delete":[0,2,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_webhook:[0,2,1,""],created_at:[0,2,1,""],delete_messages:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],follow:[0,2,1,""],guild:[0,1,1,""],history:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_news:[0,2,1,""],is_nsfw:[0,2,1,""],last_message:[0,2,1,""],last_message_id:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],pins:[0,2,1,""],position:[0,1,1,""],purge:[0,2,1,""],send:[0,2,1,""],set_permissions:[0,2,1,""],slowmode_delay:[0,1,1,""],topic:[0,1,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""],webhooks:[0,2,1,""]},"discord.Theme":{dark:[0,1,1,""],light:[0,1,1,""]},"discord.User":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],block:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],system:[0,1,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unblock:[0,2,1,""]},"discord.UserContentFilter":{all_messages:[0,1,1,""],disabled:[0,1,1,""],friends:[0,1,1,""]},"discord.VerificationLevel":{double_table_flip:[0,1,1,""],extreme:[0,1,1,""],high:[0,1,1,""],low:[0,1,1,""],medium:[0,1,1,""],none:[0,1,1,""],table_flip:[0,1,1,""],very_high:[0,1,1,""]},"discord.VoiceChannel":{"delete":[0,2,1,""],bitrate:[0,1,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],connect:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],type:[0,2,1,""],user_limit:[0,1,1,""],voice_states:[0,2,1,""]},"discord.VoiceClient":{average_latency:[0,2,1,""],channel:[0,1,1,""],disconnect:[0,2,1,""],endpoint:[0,1,1,""],guild:[0,2,1,""],is_connected:[0,2,1,""],is_paused:[0,2,1,""],is_playing:[0,2,1,""],latency:[0,2,1,""],loop:[0,1,1,""],move_to:[0,2,1,""],pause:[0,2,1,""],play:[0,2,1,""],resume:[0,2,1,""],send_audio_packet:[0,2,1,""],session_id:[0,1,1,""],source:[0,2,1,""],stop:[0,2,1,""],token:[0,1,1,""],user:[0,2,1,""]},"discord.VoiceRegion":{amsterdam:[0,1,1,""],brazil:[0,1,1,""],dubai:[0,1,1,""],eu_central:[0,1,1,""],eu_west:[0,1,1,""],europe:[0,1,1,""],frankfurt:[0,1,1,""],hongkong:[0,1,1,""],india:[0,1,1,""],japan:[0,1,1,""],london:[0,1,1,""],russia:[0,1,1,""],singapore:[0,1,1,""],southafrica:[0,1,1,""],sydney:[0,1,1,""],us_central:[0,1,1,""],us_east:[0,1,1,""],us_south:[0,1,1,""],us_west:[0,1,1,""],vip_amsterdam:[0,1,1,""],vip_us_east:[0,1,1,""],vip_us_west:[0,1,1,""]},"discord.VoiceState":{afk:[0,1,1,""],channel:[0,1,1,""],deaf:[0,1,1,""],mute:[0,1,1,""],self_deaf:[0,1,1,""],self_mute:[0,1,1,""],self_stream:[0,1,1,""],self_video:[0,1,1,""]},"discord.Webhook":{"delete":[0,2,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],channel:[0,2,1,""],channel_id:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],execute:[0,2,1,""],from_url:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],name:[0,1,1,""],partial:[0,2,1,""],send:[0,2,1,""],token:[0,1,1,""],type:[0,1,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.WebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""],webhook:[0,1,1,""]},"discord.WebhookType":{channel_follower:[0,1,1,""],incoming:[0,1,1,""]},"discord.Widget":{channels:[0,1,1,""],created_at:[0,2,1,""],fetch_invite:[0,2,1,""],id:[0,1,1,""],invite_url:[0,2,1,""],json_url:[0,2,1,""],members:[0,1,1,""],name:[0,1,1,""]},"discord.WidgetChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],position:[0,1,1,""]},"discord.WidgetMember":{activity:[0,1,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],connected_channel:[0,1,1,""],created_at:[0,2,1,""],deafened:[0,1,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],muted:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],status:[0,1,1,""],suppress:[0,1,1,""]},"discord.abc":{Connectable:[0,0,1,""],GuildChannel:[0,0,1,""],Messageable:[0,0,1,""],PrivateChannel:[0,0,1,""],Snowflake:[0,0,1,""],User:[0,0,1,""]},"discord.abc.GuildChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],guild:[0,1,1,""],invites:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""]},"discord.abc.Messageable":{fetch_message:[0,2,1,""],history:[0,2,1,""],pins:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""]},"discord.abc.PrivateChannel":{me:[0,1,1,""]},"discord.abc.Snowflake":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.abc.User":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""]},"discord.discord.ext.commands":{BucketType:[2,0,1,""]},"discord.discord.ext.commands.BucketType":{"default":[2,1,1,""],category:[2,1,1,""],channel:[2,1,1,""],guild:[2,1,1,""],member:[2,1,1,""],role:[2,1,1,""],user:[2,1,1,""]},"discord.ext.commands":{ArgumentParsingError:[2,3,1,""],AutoShardedBot:[2,0,1,""],BadArgument:[2,3,1,""],BadUnionArgument:[2,3,1,""],Bot:[2,0,1,""],BotMissingAnyRole:[2,3,1,""],BotMissingPermissions:[2,3,1,""],BotMissingRole:[2,3,1,""],CategoryChannelConverter:[2,0,1,""],CheckAnyFailure:[2,3,1,""],CheckFailure:[2,3,1,""],Cog:[2,0,1,""],CogMeta:[2,0,1,""],ColourConverter:[2,0,1,""],Command:[2,0,1,""],CommandError:[2,3,1,""],CommandInvokeError:[2,3,1,""],CommandNotFound:[2,3,1,""],CommandOnCooldown:[2,3,1,""],Context:[2,0,1,""],ConversionError:[2,3,1,""],Converter:[2,0,1,""],DefaultHelpCommand:[2,0,1,""],DisabledCommand:[2,3,1,""],EmojiConverter:[2,0,1,""],ExpectedClosingQuoteError:[2,3,1,""],ExtensionAlreadyLoaded:[2,3,1,""],ExtensionError:[2,3,1,""],ExtensionFailed:[2,3,1,""],ExtensionNotFound:[2,3,1,""],ExtensionNotLoaded:[2,3,1,""],GameConverter:[2,0,1,""],Greedy:[2,4,1,""],Group:[2,0,1,""],GroupMixin:[2,0,1,""],HelpCommand:[2,0,1,""],InvalidEndOfQuotedStringError:[2,3,1,""],InviteConverter:[2,0,1,""],MaxConcurrencyReached:[2,3,1,""],MemberConverter:[2,0,1,""],MessageConverter:[2,0,1,""],MinimalHelpCommand:[2,0,1,""],MissingAnyRole:[2,3,1,""],MissingPermissions:[2,3,1,""],MissingRequiredArgument:[2,3,1,""],MissingRole:[2,3,1,""],NSFWChannelRequired:[2,3,1,""],NoEntryPointError:[2,3,1,""],NoPrivateMessage:[2,3,1,""],NotOwner:[2,3,1,""],Paginator:[2,0,1,""],PartialEmojiConverter:[2,0,1,""],PrivateMessageOnly:[2,3,1,""],RoleConverter:[2,0,1,""],TextChannelConverter:[2,0,1,""],TooManyArguments:[2,3,1,""],UnexpectedQuoteError:[2,3,1,""],UserConverter:[2,0,1,""],UserInputError:[2,3,1,""],VoiceChannelConverter:[2,0,1,""],after_invoke:[2,5,1,""],before_invoke:[2,5,1,""],bot_has_any_role:[2,5,1,""],bot_has_guild_permissions:[2,5,1,""],bot_has_permissions:[2,5,1,""],bot_has_role:[2,5,1,""],check:[2,5,1,""],check_any:[2,5,1,""],clean_content:[2,0,1,""],command:[2,5,1,""],cooldown:[2,5,1,""],dm_only:[2,5,1,""],group:[2,5,1,""],guild_only:[2,5,1,""],has_any_role:[2,5,1,""],has_guild_permissions:[2,5,1,""],has_permissions:[2,5,1,""],has_role:[2,5,1,""],is_nsfw:[2,5,1,""],is_owner:[2,5,1,""],max_concurrency:[2,5,1,""],when_mentioned:[2,5,1,""],when_mentioned_or:[2,5,1,""]},"discord.ext.commands.BadUnionArgument":{converters:[2,1,1,""],errors:[2,1,1,""],param:[2,1,1,""]},"discord.ext.commands.Bot":{activity:[2,2,1,""],add_check:[2,2,1,""],add_cog:[2,2,1,""],add_command:[2,2,1,""],add_listener:[2,2,1,""],after_invoke:[2,2,1,""],allowed_mentions:[2,2,1,""],application_info:[2,2,1,""],before_invoke:[2,2,1,""],cached_messages:[2,2,1,""],case_insensitive:[2,1,1,""],change_presence:[2,2,1,""],check:[2,2,1,""],check_once:[2,2,1,""],clear:[2,2,1,""],cogs:[2,2,1,""],command:[2,2,1,""],command_prefix:[2,1,1,""],commands:[2,2,1,""],connect:[2,2,1,""],create_guild:[2,2,1,""],delete_invite:[2,2,1,""],description:[2,1,1,""],emojis:[2,2,1,""],event:[2,2,1,""],extensions:[2,2,1,""],fetch_channel:[2,2,1,""],fetch_guild:[2,2,1,""],fetch_guilds:[2,2,1,""],fetch_invite:[2,2,1,""],fetch_user:[2,2,1,""],fetch_user_profile:[2,2,1,""],fetch_webhook:[2,2,1,""],fetch_widget:[2,2,1,""],get_all_channels:[2,2,1,""],get_all_members:[2,2,1,""],get_channel:[2,2,1,""],get_cog:[2,2,1,""],get_command:[2,2,1,""],get_context:[2,2,1,""],get_emoji:[2,2,1,""],get_guild:[2,2,1,""],get_prefix:[2,2,1,""],get_user:[2,2,1,""],group:[2,2,1,""],guilds:[2,2,1,""],help_command:[2,1,1,""],invoke:[2,2,1,""],is_closed:[2,2,1,""],is_owner:[2,2,1,""],is_ready:[2,2,1,""],latency:[2,2,1,""],listen:[2,2,1,""],load_extension:[2,2,1,""],login:[2,2,1,""],logout:[2,2,1,""],on_command_error:[2,2,1,""],on_error:[2,2,1,""],owner_id:[2,1,1,""],owner_ids:[2,1,1,""],private_channels:[2,2,1,""],process_commands:[2,2,1,""],reload_extension:[2,2,1,""],remove_check:[2,2,1,""],remove_cog:[2,2,1,""],remove_command:[2,2,1,""],remove_listener:[2,2,1,""],request_offline_members:[2,2,1,""],run:[2,2,1,""],self_bot:[2,1,1,""],start:[2,2,1,""],unload_extension:[2,2,1,""],user:[2,2,1,""],users:[2,2,1,""],voice_clients:[2,2,1,""],wait_for:[2,2,1,""],wait_until_ready:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.BotMissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.BotMissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.BotMissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.CategoryChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.CheckAnyFailure":{checks:[2,1,1,""],errors:[2,1,1,""]},"discord.ext.commands.Cog":{bot_check:[2,2,1,""],bot_check_once:[2,2,1,""],cog_after_invoke:[2,2,1,""],cog_before_invoke:[2,2,1,""],cog_check:[2,2,1,""],cog_command_error:[2,2,1,""],cog_unload:[2,2,1,""],description:[2,2,1,""],get_commands:[2,2,1,""],get_listeners:[2,2,1,""],listener:[2,2,1,""],qualified_name:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.CogMeta":{command_attrs:[2,1,1,""],name:[2,1,1,""]},"discord.ext.commands.ColourConverter":{convert:[2,2,1,""]},"discord.ext.commands.Command":{__call__:[2,2,1,""],add_check:[2,2,1,""],after_invoke:[2,2,1,""],aliases:[2,1,1,""],before_invoke:[2,2,1,""],brief:[2,1,1,""],callback:[2,1,1,""],can_run:[2,2,1,""],checks:[2,1,1,""],clean_params:[2,2,1,""],cog:[2,1,1,""],cog_name:[2,2,1,""],cooldown_after_parsing:[2,1,1,""],copy:[2,2,1,""],description:[2,1,1,""],enabled:[2,1,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],help:[2,1,1,""],hidden:[2,1,1,""],ignore_extra:[2,1,1,""],invoked_subcommand:[2,1,1,""],is_on_cooldown:[2,2,1,""],name:[2,1,1,""],parent:[2,1,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],reset_cooldown:[2,2,1,""],rest_is_raw:[2,1,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],usage:[2,1,1,""]},"discord.ext.commands.CommandInvokeError":{original:[2,1,1,""]},"discord.ext.commands.CommandOnCooldown":{cooldown:[2,1,1,""],retry_after:[2,1,1,""]},"discord.ext.commands.Context":{args:[2,1,1,""],author:[2,1,1,""],bot:[2,1,1,""],channel:[2,1,1,""],cog:[2,2,1,""],command:[2,1,1,""],command_failed:[2,1,1,""],fetch_message:[2,2,1,""],guild:[2,1,1,""],history:[2,2,1,""],invoke:[2,2,1,""],invoked_subcommand:[2,1,1,""],invoked_with:[2,1,1,""],kwargs:[2,1,1,""],me:[2,1,1,""],message:[2,1,1,""],pins:[2,2,1,""],prefix:[2,1,1,""],reinvoke:[2,2,1,""],send:[2,2,1,""],send_help:[2,2,1,""],subcommand_passed:[2,1,1,""],trigger_typing:[2,2,1,""],typing:[2,2,1,""],valid:[2,2,1,""],voice_client:[2,2,1,""]},"discord.ext.commands.ConversionError":{converter:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.Converter":{convert:[2,2,1,""]},"discord.ext.commands.DefaultHelpCommand":{add_command_formatting:[2,2,1,""],add_indented_commands:[2,2,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],indent:[2,1,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],shorten_text:[2,2,1,""],sort_commands:[2,1,1,""],width:[2,1,1,""]},"discord.ext.commands.EmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.ExpectedClosingQuoteError":{close_quote:[2,1,1,""]},"discord.ext.commands.ExtensionError":{name:[2,1,1,""]},"discord.ext.commands.ExtensionFailed":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.ExtensionNotFound":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.GameConverter":{convert:[2,2,1,""]},"discord.ext.commands.Group":{add_check:[2,2,1,""],add_command:[2,2,1,""],after_invoke:[2,2,1,""],before_invoke:[2,2,1,""],can_run:[2,2,1,""],case_insensitive:[2,1,1,""],clean_params:[2,2,1,""],cog_name:[2,2,1,""],command:[2,2,1,""],commands:[2,2,1,""],copy:[2,2,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],invoke_without_command:[2,1,1,""],is_on_cooldown:[2,2,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],remove_command:[2,2,1,""],reset_cooldown:[2,2,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.GroupMixin":{add_command:[2,2,1,""],all_commands:[2,1,1,""],case_insensitive:[2,1,1,""],command:[2,2,1,""],commands:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],remove_command:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.HelpCommand":{clean_prefix:[2,2,1,""],cog:[2,2,1,""],command_attrs:[2,1,1,""],command_callback:[2,2,1,""],command_not_found:[2,2,1,""],context:[2,1,1,""],filter_commands:[2,2,1,""],get_bot_mapping:[2,2,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_max_size:[2,2,1,""],invoked_with:[2,2,1,""],on_help_command_error:[2,2,1,""],prepare_help_command:[2,2,1,""],remove_mentions:[2,2,1,""],send_bot_help:[2,2,1,""],send_cog_help:[2,2,1,""],send_command_help:[2,2,1,""],send_error_message:[2,2,1,""],send_group_help:[2,2,1,""],show_hidden:[2,1,1,""],subcommand_not_found:[2,2,1,""],verify_checks:[2,1,1,""]},"discord.ext.commands.InvalidEndOfQuotedStringError":{"char":[2,1,1,""]},"discord.ext.commands.InviteConverter":{convert:[2,2,1,""]},"discord.ext.commands.MaxConcurrencyReached":{number:[2,1,1,""],per:[2,1,1,""]},"discord.ext.commands.MemberConverter":{convert:[2,2,1,""]},"discord.ext.commands.MessageConverter":{convert:[2,2,1,""]},"discord.ext.commands.MinimalHelpCommand":{add_aliases_formatting:[2,2,1,""],add_bot_commands_formatting:[2,2,1,""],add_command_formatting:[2,2,1,""],add_subcommand_formatting:[2,2,1,""],aliases_heading:[2,1,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],get_opening_note:[2,2,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],sort_commands:[2,1,1,""]},"discord.ext.commands.MissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.MissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.MissingRequiredArgument":{param:[2,1,1,""]},"discord.ext.commands.MissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.Paginator":{add_line:[2,2,1,""],clear:[2,2,1,""],close_page:[2,2,1,""],max_size:[2,1,1,""],pages:[2,2,1,""],prefix:[2,1,1,""],suffix:[2,1,1,""]},"discord.ext.commands.PartialEmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.RoleConverter":{convert:[2,2,1,""]},"discord.ext.commands.TextChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.UnexpectedQuoteError":{quote:[2,1,1,""]},"discord.ext.commands.UserConverter":{convert:[2,2,1,""]},"discord.ext.commands.VoiceChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.clean_content":{convert:[2,2,1,""],escape_markdown:[2,1,1,""],fix_channel_mentions:[2,1,1,""],use_nicknames:[2,1,1,""]},"discord.ext.tasks":{Loop:[7,0,1,""],loop:[7,5,1,""]},"discord.ext.tasks.Loop":{add_exception_type:[7,2,1,""],after_loop:[7,2,1,""],before_loop:[7,2,1,""],cancel:[7,2,1,""],change_interval:[7,2,1,""],clear_exception_types:[7,2,1,""],current_loop:[7,2,1,""],error:[7,2,1,""],failed:[7,2,1,""],get_task:[7,2,1,""],is_being_cancelled:[7,2,1,""],is_running:[7,2,1,""],next_iteration:[7,2,1,""],remove_exception_type:[7,2,1,""],restart:[7,2,1,""],start:[7,2,1,""],stop:[7,2,1,""]},"discord.opus":{OpusError:[0,3,1,""],OpusNotLoaded:[0,3,1,""],is_loaded:[0,5,1,""],load_opus:[0,5,1,""]},"discord.opus.OpusError":{code:[0,1,1,""]},"discord.utils":{escape_markdown:[0,5,1,""],escape_mentions:[0,5,1,""],find:[0,5,1,""],get:[0,5,1,""],oauth_url:[0,5,1,""],resolve_invite:[0,5,1,""],sleep_until:[0,5,1,""],snowflake_time:[0,5,1,""]},discord:{Activity:[0,0,1,""],ActivityType:[0,0,1,""],AllowedMentions:[0,0,1,""],AppInfo:[0,0,1,""],Asset:[0,0,1,""],AsyncIterator:[0,0,1,""],AsyncWebhookAdapter:[0,0,1,""],Attachment:[0,0,1,""],AudioSource:[0,0,1,""],AuditLogAction:[0,0,1,""],AuditLogActionCategory:[0,0,1,""],AuditLogChanges:[0,0,1,""],AuditLogDiff:[0,0,1,""],AuditLogEntry:[0,0,1,""],AutoShardedClient:[0,0,1,""],BaseActivity:[0,0,1,""],CallMessage:[0,0,1,""],CategoryChannel:[0,0,1,""],ChannelType:[0,0,1,""],Client:[0,0,1,""],ClientException:[0,3,1,""],ClientUser:[0,0,1,""],Colour:[0,0,1,""],ConnectionClosed:[0,3,1,""],ContentFilter:[0,0,1,""],CustomActivity:[0,0,1,""],DMChannel:[0,0,1,""],DiscordException:[0,3,1,""],Embed:[0,0,1,""],Emoji:[0,0,1,""],FFmpegAudio:[0,0,1,""],FFmpegOpusAudio:[0,0,1,""],FFmpegPCMAudio:[0,0,1,""],File:[0,0,1,""],Forbidden:[0,3,1,""],FriendFlags:[0,0,1,""],Game:[0,0,1,""],GatewayNotFound:[0,3,1,""],GroupCall:[0,0,1,""],GroupChannel:[0,0,1,""],Guild:[0,0,1,""],HTTPException:[0,3,1,""],HypeSquadHouse:[0,0,1,""],InvalidArgument:[0,3,1,""],InvalidData:[0,3,1,""],Invite:[0,0,1,""],LoginFailure:[0,3,1,""],Member:[0,0,1,""],Message:[0,0,1,""],MessageFlags:[0,0,1,""],MessageType:[0,0,1,""],NoMoreItems:[0,3,1,""],NotFound:[0,3,1,""],NotificationLevel:[0,0,1,""],Object:[0,0,1,""],PCMAudio:[0,0,1,""],PCMVolumeTransformer:[0,0,1,""],PartialEmoji:[0,0,1,""],PartialInviteChannel:[0,0,1,""],PartialInviteGuild:[0,0,1,""],PermissionOverwrite:[0,0,1,""],Permissions:[0,0,1,""],PremiumType:[0,0,1,""],Profile:[0,0,1,""],RawBulkMessageDeleteEvent:[0,0,1,""],RawMessageDeleteEvent:[0,0,1,""],RawMessageUpdateEvent:[0,0,1,""],RawReactionActionEvent:[0,0,1,""],RawReactionClearEmojiEvent:[0,0,1,""],RawReactionClearEvent:[0,0,1,""],Reaction:[0,0,1,""],Relationship:[0,0,1,""],RelationshipType:[0,0,1,""],RequestsWebhookAdapter:[0,0,1,""],Role:[0,0,1,""],Spotify:[0,0,1,""],Status:[0,0,1,""],Streaming:[0,0,1,""],SystemChannelFlags:[0,0,1,""],Team:[0,0,1,""],TeamMember:[0,0,1,""],TeamMembershipState:[0,0,1,""],TextChannel:[0,0,1,""],Theme:[0,0,1,""],User:[0,0,1,""],UserContentFilter:[0,0,1,""],VerificationLevel:[0,0,1,""],VoiceChannel:[0,0,1,""],VoiceClient:[0,0,1,""],VoiceRegion:[0,0,1,""],VoiceState:[0,0,1,""],Webhook:[0,0,1,""],WebhookAdapter:[0,0,1,""],WebhookType:[0,0,1,""],Widget:[0,0,1,""],WidgetChannel:[0,0,1,""],WidgetMember:[0,0,1,""],__version__:[0,4,1,""],on_bulk_message_delete:[0,5,1,""],on_command:[2,5,1,""],on_command_completion:[2,5,1,""],on_command_error:[2,5,1,""],on_connect:[0,5,1,""],on_disconnect:[0,5,1,""],on_error:[0,5,1,""],on_group_join:[0,5,1,""],on_group_remove:[0,5,1,""],on_guild_available:[0,5,1,""],on_guild_channel_create:[0,5,1,""],on_guild_channel_delete:[0,5,1,""],on_guild_channel_pins_update:[0,5,1,""],on_guild_channel_update:[0,5,1,""],on_guild_emojis_update:[0,5,1,""],on_guild_integrations_update:[0,5,1,""],on_guild_join:[0,5,1,""],on_guild_remove:[0,5,1,""],on_guild_role_create:[0,5,1,""],on_guild_role_delete:[0,5,1,""],on_guild_role_update:[0,5,1,""],on_guild_unavailable:[0,5,1,""],on_guild_update:[0,5,1,""],on_invite_create:[0,5,1,""],on_invite_delete:[0,5,1,""],on_member_ban:[0,5,1,""],on_member_join:[0,5,1,""],on_member_remove:[0,5,1,""],on_member_unban:[0,5,1,""],on_member_update:[0,5,1,""],on_message:[0,5,1,""],on_message_delete:[0,5,1,""],on_message_edit:[0,5,1,""],on_private_channel_create:[0,5,1,""],on_private_channel_delete:[0,5,1,""],on_private_channel_pins_update:[0,5,1,""],on_private_channel_update:[0,5,1,""],on_raw_bulk_message_delete:[0,5,1,""],on_raw_message_delete:[0,5,1,""],on_raw_message_edit:[0,5,1,""],on_raw_reaction_add:[0,5,1,""],on_raw_reaction_clear:[0,5,1,""],on_raw_reaction_clear_emoji:[0,5,1,""],on_raw_reaction_remove:[0,5,1,""],on_reaction_add:[0,5,1,""],on_reaction_clear:[0,5,1,""],on_reaction_clear_emoji:[0,5,1,""],on_reaction_remove:[0,5,1,""],on_ready:[0,5,1,""],on_relationship_add:[0,5,1,""],on_relationship_remove:[0,5,1,""],on_relationship_update:[0,5,1,""],on_resumed:[0,5,1,""],on_shard_ready:[0,5,1,""],on_socket_raw_receive:[0,5,1,""],on_socket_raw_send:[0,5,1,""],on_typing:[0,5,1,""],on_user_update:[0,5,1,""],on_voice_state_update:[0,5,1,""],on_webhooks_update:[0,5,1,""],version_info:[0,4,1,""]}},objnames:{"0":["py","class","Python \ud074\ub798\uc2a4"],"1":["py","attribute","Python \uc18d\uc131"],"2":["py","method","Python \uba54\uc11c\ub4dc"],"3":["py","exception","Python \uc608\uc678"],"4":["py","data","Python \ub370\uc774\ud130"],"5":["py","function","Python \ud568\uc218"]},objtypes:{"0":"py:class","1":"py:attribute","2":"py:method","3":"py:exception","4":"py:data","5":"py:function"},terms:{"0\ubd80\ud130":0,"0rc1":0,"0x11806a":0,"0x1abc9c":0,"0x1f8b4c":0,"0x206694":0,"0x2ecc71":0,"0x3498db":0,"0x546e7a":0,"0x607d8b":0,"0x71368a":0,"0x7289da":0,"0x95a5a6":0,"0x979c9f":0,"0x992d22":0,"0x99aab5":0,"0x9b59b6":0,"0xa84300":0,"0xad1457":0,"0xc27c0e":0,"0xe67e22":0,"0xe74c3c":0,"0xe91e63":0,"0xf1c40f":0,"1000\uc73c\ub85c":0,"128\uac1c\uc758":0,"16\uc5d0\uc11c":0,"1\uc5d0\uc11c":[0,2],"20m":0,"2fa":[0,1,16],"2fa\uac00":1,"2fa\ub97c":1,"3\ubc84\uc804":10,"3\uc5d0\uc11c":[0,2],"4096\uc0ac\uc774\uc758":0,"429s":16,"48khz":0,"4\uc5d0\uc11c":2,"502s":16,"512kbp":16,"5xx":0,"\uac00":[0,3,7,9,10,14],"\uac00\ub2a5\uc131\uc740":1,"\uac00\ub2a5\ud558\uac8c\ub054":8,"\uac00\ub2a5\ud558\uace0":6,"\uac00\ub2a5\ud558\uc9c0\ub9cc":8,"\uac00\ub2a5\ud55c":[0,1,7],"\uac00\ub2a5\ud569\ub2c8\ub2e4":[3,11],"\uac00\uc11c":14,"\uac00\uc138\uc694":10,"\uac00\uc785\ud55c":0,"\uac00\uc7a5":[0,7,8],"\uac00\uc815\ud558\ubbc0\ub85c":14,"\uac00\uc838":8,"\uac00\uc838\uc57c":7,"\uac00\uc838\uc624\uac70\ub098":7,"\uac00\uc838\uc62c":10,"\uac00\uc838\uc640":8,"\uac00\uc9c0":[0,3],"\uac00\uc9c0\uace0":[0,3,10],"\uac00\uc9c0\uae30":7,"\uac00\uc9c0\ub97c":8,"\uac00\uc9c0\uba74\uc11c":3,"\uac00\uc9c0\uc758":0,"\uac00\uc9c4":0,"\uac00\uc9c8":0,"\uac01\uac01\uc758":3,"\uac04\uaca9":7,"\uac04\uaca9\uc73c\ub85c":7,"\uac04\uaca9\uc744":7,"\uac04\uacb0\ud55c":14,"\uac04\ub2e8\ud558\uac8c":11,"\uac04\ub2e8\ud55c":[6,7,8,9],"\uac04\ub2e8\ud569\ub2c8\ub2e4":[1,8,14],"\uac04\ud3b8\ud55c":9,"\uac10\uc218\ud558\uace0":0,"\uac10\uc9c0\ud558\uace0":10,"\uac10\uc9c0\ud558\uae30":3,"\uac10\uc9c0\ud560\uc9c0":0,"\uac10\uc9c0\ud569\ub2c8\ub2e4":0,"\uac12\uc744":15,"\uac12\uc774":[0,7],"\uac15\ub825\ud55c":6,"\uac15\ub825\ud788":11,"\uac16\uace0":[1,7,8,14],"\uac16\uace0\uc62c":8,"\uac16\ub294":[1,7],"\uac16\ub3c4\ub85d":8,"\uac19\uc2b5\ub2c8\ub2e4":[0,3],"\uac19\uc740":[0,8,11],"\uac19\uc740\uc9c0":0,"\uac19\uc774":[3,8,10,11],"\uac1c\ub150":9,"\uac1c\ub150\uc744":10,"\uac1c\ub150\uc774":10,"\uac1c\ub7f0\ud2f0":[0,9],"\uac1c\ub7f0\ud2f0\ub85c\ub294":15,"\uac1c\ubc1c":3,"\uac1c\ubc1c\uc5d0":6,"\uac1c\ubc1c\uc790":0,"\uac1c\uc218":0,"\uac1c\uc218\ub9cc\ud07c":7,"\uac1c\uc758":8,"\uac1d\uccb4":9,"\uac70\ub4ed":0,"\uac70\uc758":0,"\uac70\uce58\ub294":0,"\uac71\uc815\ub4e4\uc744":7,"\uac71\uc815\ud558\uc9c0":8,"\uac80\uc0ac":[6,9],"\uac80\uc0ac\ud558\ub294\ub370":3,"\uac80\uc0c9":[0,9],"\uac80\uc0c9\ud560":3,"\uac83":[0,1,7,11,15],"\uac83\uacfc":0,"\uac83\ub3c4":8,"\uac83\ub4e4\uc774":[7,14],"\uac83\uc5d0":[1,14],"\uac83\uc73c\ub85c":[8,15],"\uac83\uc740":[0,6,8,15],"\uac83\uc744":[1,3,7,8,11],"\uac83\uc758":9,"\uac83\uc774\uae30":11,"\uac83\uc774\uba70":0,"\uac83\uc785\ub2c8\ub2e4":[0,7,8,10,11],"\uac8c\uc784":0,"\uac8c\uc784\uc744":0,"\uacb0\uacfc\ub97c":8,"\uacbd\uace0\uac00":11,"\uacbd\uace0\ub97c":8,"\uacbd\ub85c":8,"\uacbd\uc6b0":[0,7,8,11],"\uacbd\uc6b0\ub294":0,"\uacbd\uc6b0\ub97c":0,"\uacbd\uc6b0\uc5d0\ub294":0,"\uacc4\uc0b0\ub429\ub2c8\ub2e4":0,"\uacc4\uc18d\ud558\uae30":1,"\uacc4\uc815":[0,9,14],"\uacc4\uc815\ub9cc":0,"\uacc4\uc815\uc5d0\ub294":0,"\uacc4\uc815\uc5d0\ub9cc":0,"\uacc4\uc815\uc744":[0,1],"\uacc4\uc815\uc758":0,"\uacc4\uc815\uc774":[0,1],"\uace0\uae09":11,"\uace0\ub824\ud574\ubcf4\uc138\uc694":8,"\uace0\ub824\ud574\uc57c":3,"\uace0\uc720":0,"\uacf3":7,"\uacf5\uac1c":15,"\uacf5\uac1c\uc801\uc73c\ub85c":15,"\uacf5\uc2dd\uc801\uc73c\ub85c":0,"\uacf5\uc720\ud558\uae30":3,"\uacf5\uc720\ud558\uc9c0":1,"\uacf5\uc720\ud574\uc11c\ub294":1,"\uacfc":8,"\uacfc\ub294":7,"\uacfc\ub3c4\ud558\uac8c":8,"\uacfc\uc5b8\uc774":1,"\uacfc\uc815\uc740":1,"\uad00\ub150\uc801\uc778":7,"\uad00\ub828":[0,8],"\uad00\ub828\ub41c":[8,9],"\uad00\ub828\uc131\ub97c":0,"\uad00\ub828\uc131\uc740":0,"\uad00\ub828\uc131\uc744":0,"\uad00\ub828\uc131\uc774":0,"\uad00\ub839\uc131\uc758":0,"\uad00\ub9ac":1,"\uad00\ub9ac\uc790":1,"\uad6c\ubb38\uc744":9,"\uad6c\ubd84\ub418\uc5b4":8,"\uad6c\uc131\ub420":11,"\uad6c\uc131\uc6d0":0,"\uad6c\uc131\ud558\ub294":11,"\uad6c\uccb4\uc801\uc778":8,"\uad6c\ud604":9,"\uad6c\ud604\uc744":7,"\uad81\uadf9\uc801\uc73c\ub85c":3,"\uad8c\uc7a5\ub429\ub2c8\ub2e4":11,"\uad8c\ud55c":0,"\uad8c\ud55c\uc5d0":1,"\uad8c\ud55c\uc744":[0,1,10],"\uad8c\ud55c\uc774":10,"\uadf8":[0,1,7,8,10,14],"\uadf8\uac83\uc740":[8,14,15],"\uadf8\uac83\uc744":3,"\uadf8\ub0e5":1,"\uadf8\ub300\ub85c":14,"\uadf8\ub798\ub3c4":8,"\uadf8\ub7ec\uace0":14,"\uadf8\ub7ec\ub098":[6,15],"\uadf8\ub807\uac8c":[0,8],"\uadf8\ub807\ub2e4\uba74":14,"\uadf8\ub807\uc9c0":[0,14],"\uadf8\ub8f9":0,"\uadf8\ub8f9\uc740":8,"\uadf8\ub8f9\uc744":0,"\uadf8\ub8f9\uc758":0,"\uadf8\ub8f9\ud654\ud558\uc5ec":8,"\uadf8\ub9ac":8,"\uadf8\ub9ac\uace0":[1,3,8],"\uadf8\uc800":14,"\uae30\uae30\ub85c":0,"\uae30\ub2a5\ub4e4":9,"\uae30\ub2a5\uc744":[9,10],"\uae30\ub2a5\uc774":0,"\uae30\ub2a5\uc785\ub2c8\ub2e4":14,"\uae30\ub2e4\ub9ac\ub3c4\ub85d":7,"\uae30\ub2e4\ub9bc":7,"\uae30\ub85d\ub418\uace0\ub2f9\uc2e0\uc758":11,"\uae30\ub85d\ud558\uace0":11,"\uae30\ub85d\ud560":11,"\uae30\ubc18":10,"\uae30\ubcf8":[0,7,9,15],"\uae30\ubcf8\uac12\uc73c\ub85c":11,"\uae30\ubcf8\uac12\uc740":0,"\uae30\ubcf8\uac12\uc744":8,"\uae30\ubcf8\uc73c\ub85c":7,"\uae30\ubcf8\uc778":0,"\uae30\ubcf8\uc801\uc73c\ub85c":0,"\uae30\ubcf8\uc801\uc73c\ub85c\ub294":14,"\uae30\ubcf8\uc801\uc778":[0,14],"\uae30\uc220\uc801":3,"\uae30\uc220\uc801\uc73c\ub85c\ub294":8,"\uae30\uc5b5\ud558\uc138\uc694":8,"\uae30\uc874":[0,1,15],"\uae30\ud558\uae09\uc218\uc801\uc778":7,"\uae38\ub4dc":0,"\uae38\ub4dc\ubcc4":0,"\uae38\ub4dc\uc5d0":0,"\uae4c\uba39\uc5c8\ub2e4\uba74":8,"\uae4c\uc9c0":7,"\uaf2c\ub9ac\ub9d0":8,"\uaf64\ub098":1,"\ub04a\uae30\uba74":7,"\ub04a\uc5b4\uc9d0":7,"\ub05d\ub09c":7,"\ub05d\ub0b4\uace0":[8,14],"\ub05d\ub0b4\uae30":7,"\ub05d\ub0c8\uc2b5\ub2c8\ub2e4":10,"\ub05d\uc5d0":8,"\ub05d\uc774":1,"\ub05d\uc785\ub2c8\ub2e4":1,"\ub098":14,"\ub098\uac00\uac70\ub098":1,"\ub098\ub97c":0,"\ub098\uc05c":8,"\ub098\uc5f4\ub418\uc5b4":8,"\ub098\ud0c0\ub098\ub294":0,"\ub098\ud0c0\ub0b4\ub294":0,"\ub098\ud0c0\ub0c4":0,"\ub098\ud0c0\ub0c5\ub2c8\ub2e4":0,"\ub09c\uc7a1\ud55c":10,"\ub0b4\ubd80":[0,7],"\ub0b4\ubd80\uc5d0":7,"\ub0b4\ubd80\uc758":3,"\ub0b4\ubd80\uc801\uc778":15,"\ub0b4\uc6a9\uc5d0":[0,8],"\ub0b4\uc6a9\uc740":8,"\ub0b4\uc6a9\uc774":9,"\ub108\ubb34":8,"\ub123\uac8c":8,"\ub180\uba74":14,"\ub194\ub450\uc138\uc694":1,"\ub204\uad70\uac00\uac00":1,"\ub294":[0,6,7,11,14],"\ub2c9\ub124\uc784\uc744":0,"\ub2c9\ub124\uc784\uc774":0,"\ub2e4\ub8e8\ub098\uc694":7,"\ub2e4\ub8e8\ub294":0,"\ub2e4\ub8e8\ub294\uc9c0":0,"\ub2e4\ub978":[0,1,7,8,10,11,14,15],"\ub2e4\ub978\uc9c0":0,"\ub2e4\ub9cc":10,"\ub2e4\uc2dc":8,"\ub2e4\uc591\ud55c":3,"\ub2e4\uc74c":[7,10],"\ub2e4\uc74c\uacfc":[0,3,8,11],"\ub2e4\uc74c\uc740":8,"\ub2e4\uc74c\uc758":[8,10],"\ub2e8\uacc4\ubcc4\ub85c":14,"\ub2e8\uc704\ub85c":0,"\ub2e8\uc77c":3,"\ub2ec\ub9ac":[7,15],"\ub2f4\uaca8\uc788\ub294":0,"\ub2f4\uace0":9,"\ub2f5\ubcc0\ud558\ub294":14,"\ub2f5\ubcc0\ud569\ub2c8\ub2e4":14,"\ub2f9\uc2e0\uc5d0\uac8c":8,"\ub2f9\uc2e0\uc740":[1,3,8],"\ub2f9\uc2e0\uc744":[6,7],"\ub2f9\uc2e0\uc758":[0,1,3,8,10,14],"\ub2f9\uc2e0\uc774":[1,7],"\ub2f9\uc5f0\ud788":7,"\ub300\uc2e0":[0,7,8,10,11],"\ub300\uc2e0\uc5d0":8,"\ub300\uc2e0\ud574\uc11c":8,"\ub300\uc5ed\ud3ed":0,"\ub300\uc5ed\ud3ed\uc5d0":8,"\ub300\ud45c\uc801\uc778":8,"\ub300\ud55c":[0,14],"\ub300\ud574":[0,1,8],"\ub354":[3,10,11],"\ub354\uc6b1":11,"\ub35c\uc5b4\uc8fc\ub294":7,"\ub36e\uc5b4\uc50c\uc6b8":3,"\ub36e\uc5b4\uc50c\uc6cc\uc9c8":3,"\ub370":[0,10],"\ub370\ube44\uc548":10,"\ub370\uc774\ud130":[0,15],"\ub370\uc774\ud130\ub97c":3,"\ub370\ucf54\ub808\uc774\ud130":7,"\ub370\ucf54\ub808\uc774\ud130\ub294":7,"\ub370\ucf54\ub808\uc774\ud130\ub85c":3,"\ub370\ucf54\ub808\uc774\ud130\ub97c":[3,8,14],"\ub3c4\uad6c\ub97c":3,"\ub3c4\uc6c0\uc744":[3,9,10],"\ub3c4\uc6c0\uc774":[8,10,14],"\ub3c4\uc911":7,"\ub3cc\ub9bd\ub2c8\ub2e4":14,"\ub3cc\uc544\uac00\uace0":7,"\ub3cc\uc544\uac00\ub294":7,"\ub3cc\uc544\uc635\ub2c8\ub2e4":8,"\ub3d9\uae30":8,"\ub3d9\uc2dc\uc5d0":8,"\ub3d9\uc548":7,"\ub3d9\uc791\ud569\ub2c8\ub2e4":10,"\ub3d9\uc801":[0,1],"\ub418\ub294":[0,10],"\ub418\ub3cc\ub9b4":7,"\ub418\uba74":8,"\ub418\ubbc0\ub85c":14,"\ub418\uc5c8\ub294\uc9c0\uc758":0,"\ub418\uc9c0":8,"\ub41c":[0,8],"\ub41c\ub2e4\uba74":1,"\ub428":9,"\ub429\ub2c8\ub2e4":[8,14],"\ub450":[0,8],"\ub450\uc9c0":15,"\ub4a4":[8,14],"\ub4e3\ub294":8,"\ub4e4\uc5b4":[0,3,8,10,11],"\ub4f1":8,"\ub4f1\uacfc":11,"\ub4f1\ub4f1":0,"\ub4f1\ub85d":[0,6,9],"\ub4f1\ub85d\ub418\uc9c0":15,"\ub4f1\ub85d\ub429\ub2c8\ub2e4":3,"\ub4f1\ub85d\ud558\uae30":7,"\ub4f1\ub85d\ud558\ub294":7,"\ub4f1\ub85d\ud558\ub77c\uace0":3,"\ub4f1\ub85d\ud560":7,"\ub4f1\ub85d\ud569\ub2c8\ub2e4":14,"\ub4f1\uc774":1,"\ub514\ubc84\uae45\ud569\ub2c8\ub2e4":11,"\ub514\uc2a4\ucf54\ub4dc":[1,4,9,10,11],"\ub514\uc2a4\ucf54\ub4dc\ub294":8,"\ub514\uc2a4\ucf54\ub4dc\ub85c\uc758":14,"\ub514\uc2a4\ucf54\ub4dc\ub97c":[0,9],"\ub514\uc2a4\ucf54\ub4dc\uc5d0":[0,8],"\ub514\uc2a4\ucf54\ub4dc\uc5d0\uc11c":0,"\ub514\uc2a4\ucf54\ub4dc\uc640":6,"\ub514\uc2a4\ucf54\ub4dc\uc758":[0,8,15],"\ub530\ub77c\uc11c":3,"\ub530\ub77c\uc57c":8,"\ub530\ub985\ub2c8\ub2e4":[6,15],"\ub54c":[0,1,7,8,14],"\ub54c\uac00":3,"\ub54c\uae4c\uc9c0":0,"\ub54c\ub9c8\ub2e4":15,"\ub54c\ubb38\uc5d0":[0,3,8,11,14],"\ub54c\ubb38\uc774\uc8e0":8,"\ub610":[8,14],"\ub610\ub294":[0,3,8,15],"\ub610\ud55c":[1,3],"\ub73b\uc785\ub2c8\ub2e4":15,"\ub73b\ud569\ub2c8\ub2e4":0,"\ub77c\uace0":14,"\ub77c\ub294":[3,8],"\ub77c\uc774\ube0c\ub7ec\ub9ac":0,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00":[6,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294":[6,8,14,15],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c":[8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0":14,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0\ub294":10,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640":[1,7,8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc758":[8,11],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc778":8,"\ub77c\uc778\uc744":8,"\ub798\ud37c\uc785\ub2c8\ub2e4":9,"\ub7f0\ud0c0\uc784\uc5d0\uc11c":1,"\ub808\ubca8\uc5d0\uc11c":11,"\ub808\ubca8\uc758":6,"\ub808\uc2dc\ud53c":9,"\ub808\ud37c\ub7f0\uc2a4":[9,16],"\ub808\ud37c\ub7f0\uc2a4\ub97c":3,"\ub80c\ub354\ub9c1":0,"\ub80c\ub354\ub9c1\ud560\uc9c0":0,"\ub85c":[0,1,3,7,8,14],"\ub85c\uadf8\ub97c":11,"\ub85c\uadf8\uc778":[1,14],"\ub85c\uadf8\uc778\ub418\uc9c0":0,"\ub85c\uadf8\uc778\ud558\ub294":0,"\ub85c\uadf8\uc778\ud558\uc5ec":1,"\ub85c\uadf8\uc778\ud560":[0,1],"\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4":0,"\ub85c\uadf8\uc778\ud574\uc57c":1,"\ub85c\uae45":[0,8,9],"\ub85c\uae45\uc744":[8,14],"\ub85c\uae45\uc774":8,"\ub85c\uc6b0":6,"\ub85c\uc9c1":7,"\ub85c\uc9c1\uc744":7,"\ub85c\ucf00\uc77c\uc758":0,"\ub8e8\ud504":[0,7],"\ub8e8\ud504\uac00":7,"\ub8e8\ud504\ub97c":[7,8],"\ub8e8\ud504\uc5d0\uc11c":7,"\ub8e8\ud504\uc640":7,"\ub8e8\ud504\uc758":7,"\ub97c":[0,1,3,7,8,10,14,15],"\ub9ac\ub205\uc2a4":10,"\ub9ac\uc2a4\ub108":3,"\ub9ac\uc2a4\ub108\ub4e4\ub3c4":3,"\ub9ac\uc2a4\ub108\ub4e4\uc740":3,"\ub9ac\uc2a4\ub108\uc640":3,"\ub9ac\uc2a4\ud2b8":[0,7],"\ub9ac\ud018\uc2a4\ud2b8\ub97c":8,"\ub9ac\ud134":0,"\ub9ac\ud134\ud558\ub294":0,"\ub9ac\ud134\ud569\ub2c8\ub2e4":0,"\ub9ac\ud3ec\uc9c0\ud1a0\ub9ac\uc758":8,"\ub9c1\ud06c\uc758":0,"\ub9c8\uc138\uc694":[1,8],"\ub9c8\uc9c0\ub9c9\uc73c\ub85c":14,"\ub9cc\ub0ac\uc744":7,"\ub9cc\ub4dc\ub294":[1,6],"\ub9cc\ub4dc\ub824\uace0":0,"\ub9cc\ub4e4":7,"\ub9cc\ub4e4\uac70\ub098":0,"\ub9cc\ub4e4\uace0":[7,14],"\ub9cc\ub4e4\uae30":8,"\ub9cc\ub4e4\uc5b4\ub0b4\uc9c0":8,"\ub9cc\ub4e4\uc5b4\uc90d\ub2c8\ub2e4":8,"\ub9cc\ub4e4\uc5c8\uc73c\ubbc0\ub85c":14,"\ub9cc\ub4e4\uc5c8\uc9c0\ub9cc":1,"\ub9cc\ub4ed\ub2c8\ub2e4":[7,14],"\ub9cc\uc57d":[0,1,3,7,8,10,11,14,15],"\ub9cc\uc57d\uc5d0":[7,14],"\ub9ce\uc740":[3,7,9,10,11,14],"\ub9ce\uc9c0":0,"\ub9d0":14,"\ub9dd\uac00\ub728\ub9b4":11,"\ub9de\ub2e5\ub728\ub9b4":8,"\ub9e4\uac1c":15,"\ub9e4\uac1c\ubcc0\uc218":[0,2,7],"\ub9e4\uac1c\ubcc0\uc218\ub97c":[3,8],"\ub9e4\uac1c\ubcc0\uc218\uc5d0":8,"\ub9e4\uc6b0":[7,8],"\ub9e8":8,"\uba3c\uc800":1,"\uba40\ud2f0\ud504\ub85c\uc138\uc2f1":8,"\uba48\ucd94\uae30":7,"\uba48\ucd9c":8,"\uba54\ubaa8\ub9ac":8,"\uba54\ubaa8\ub9ac\uc5d0":9,"\uba54\uc11c\ub4dc\ub97c":8,"\uba54\uc18c\ub4dc\uac00":8,"\uba54\uc18c\ub4dc\ub4e4":[6,9],"\uba54\uc18c\ub4dc\ub97c":3,"\uba54\uc2dc\uc9c0":0,"\uba54\uc2dc\uc9c0\uac00":[10,14],"\uba54\uc2dc\uc9c0\ub294":14,"\uba54\uc2dc\uc9c0\ub97c":14,"\uba54\uc2dc\uc9c0\uc5d0":[0,14],"\uba54\uc2dc\uc9c0\uc5d0\uc11c":0,"\uba54\uc2dc\uc9c0\uc758":0,"\uba54\ud0c0\ud074\ub798\uc2a4":3,"\uba58\uc158\uc5d0":0,"\uba58\uc158\ud558\ub294":1,"\uba64\ubc84":0,"\uba64\ubc84\uc758":0,"\uba85\ub839\uc5b4":[3,9],"\uba85\ub839\uc5b4\ub4e4\uc740":3,"\uba85\ub839\uc5b4\ub4e4\uc758":3,"\uba85\ub839\uc5b4\ub85c":10,"\uba85\ub839\uc5b4\ub97c":3,"\uba85\ub839\uc5b4\uc5d0\ub294":8,"\uba85\ub839\uc744":8,"\uba85\uc2dc\ub418\uc5b4":0,"\uba85\uc2dc\uc801\uc73c\ub85c":3,"\uba85\uc2ec\ud558\uc138\uc694":3,"\uba85\uc758":0,"\uba85\uc778":0,"\uba87":3,"\uba87\uac00\uc9c0":[7,8],"\uba87\uba87":[3,8],"\uba87\ucd08\uc778\uac00\uc694":7,"\ubaa8\ub378":[4,9],"\ubaa8\ub378\uc740":0,"\ubaa8\ub378\uc744":8,"\ubaa8\ub378\uc758":8,"\ubaa8\ub450":[8,10],"\ubaa8\ub4c8\ub4e4\uc744":10,"\ubaa8\ub4c8\ub4e4\uc774":10,"\ubaa8\ub4c8\uc740":11,"\ubaa8\ub4c8\uc744":11,"\ubaa8\ub4c8\uc758":[8,11],"\ubaa8\ub4c8\uc774":11,"\ubaa8\ub4c8\uc774\uc9c0\ub9cc":8,"\ubaa8\ub4c8\uc778":8,"\ubaa8\ub4dc":0,"\ubaa8\ub4dc\ub97c":0,"\ubaa8\ub4e0":[0,1,3,7,8,9,11,14],"\ubaa8\ubc14\uc77c":0,"\ubaa8\uc74c":3,"\ubaa9\ub85d":0,"\ubaa9\ub85d\uc744":0,"\ubaa9\ub85d\uc774":8,"\ubaa9\ub85d\uc785\ub2c8\ub2e4":0,"\ubaa9\uc801\uc740":7,"\ubabb\ud588\uc2b5\ub2c8\ub2e4":0,"\ubb34\uc2dc\ub420":7,"\ubb34\uc2dc\ud558\ub3c4\ub85d":14,"\ubb34\uc2dc\ud569\ub2c8\ub2e4":8,"\ubb34\uc5b8\uac00\uac00":7,"\ubb34\uc5b8\uac00\ub97c":7,"\ubb34\uc5c7\uc774":15,"\ubb34\uc5c7\uc778\uac00":14,"\ubb34\ud55c":7,"\ubb36\uc73c\uba70":3,"\ubb38\uc11c":8,"\ubb38\uc11c\ub294":10,"\ubb38\uc11c\uc5d0":15,"\ubb38\uc11c\uc640":11,"\ubb38\uc11c\uc758":[3,15],"\ubb38\uc11c\uc785\ub2c8\ub2e4":10,"\ubb38\uc790\uc5f4\ub85c":8,"\ubb38\uc790\uc5f4\uc5d0":8,"\ubb3b\ub294":9,"\ubba4\uc9c1":8,"\ubc0f":[0,1],"\ubc11\uc904":15,"\ubc11\uc904\ub85c":15,"\ubc14\uafb8\uae30":3,"\ubc14\uafb8\ub294":15,"\ubc14\ub85c":[7,8,10,14],"\ubc18\ub4dc\uc2dc":[1,8],"\ubc18\ubcf5":7,"\ubc18\ubcf5\uc5d0\uc11c\ub9cc":7,"\ubc18\ubcf5\uc774":[6,7],"\ubc18\ubcf5\uc774\uc5b4\uc57c":7,"\ubc18\ubcf5\uc911\uc778":7,"\ubc18\uc751\uc744":0,"\ubc18\uc751\ud560":8,"\ubc18\ud658":[0,2,7],"\ubc18\ud658\uac12":[0,2,7],"\ubc18\ud658\ub418\uc9c0":7,"\ubc18\ud658\ub429\ub2c8\ub2e4":0,"\ubc18\ud658\ud558\uace0":8,"\ubc18\ud658\ud569\ub2c8\ub2e4":[0,7,8],"\ubc1b\uc558\uc744":14,"\ubc1b\uc9c0":0,"\ubc1c\uc0dd\uc2dc\ud0a4\uc9c0":8,"\ubc1c\uc0dd\ud558\ub294":7,"\ubc1c\uc0dd\ud558\uba74":10,"\ubc1c\uc0dd\ud55c":7,"\ubc1c\uc0dd\ud55c\ub2e4\ub294":15,"\ubc29\uae08":3,"\ubc29\ubb38\ud574":3,"\ubc29\ubc95":7,"\ubc29\ubc95\ub3c4":8,"\ubc29\ubc95\uc5d0":8,"\ubc29\ubc95\uc73c\ub85c":[0,8],"\ubc29\ubc95\uc740":0,"\ubc29\ubc95\uc744":[8,10],"\ubc29\ubc95\uc774":11,"\ubc29\uc1a1":8,"\ubc29\uc2dd":[0,15],"\ubc29\uc2dd\ub54c\ubb38\uc5d0":7,"\ubc29\uc9c0\ud558\uae30":9,"\ubc30\uce58\ud558\uc138\uc694":[8,11],"\ubc31\uadf8\ub77c\uc6b4\ub4dc":7,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":7,"\ubc31\uc624\ud504":7,"\ubc84\uadf8\ub97c":[8,15],"\ubc84\uc804":[0,2,7,9,10,11],"\ubc84\uc804\uacfc":9,"\ubc84\uc804\uc73c\ub85c":8,"\ubc84\uc804\uc73c\ub85c\uc758":15,"\ubc84\uc804\uc744":10,"\ubc84\uc804\uc758":10,"\ubc84\uc804\uc774":15,"\ubc84\uc804\ud654":15,"\ubc84\ud2bc\uc744":1,"\ubc88\uc758":6,"\ubc88\uc9f8\ub85c":[8,15],"\ubcc0\uacbd":[0,2,15],"\ubcc0\uacbd\ub418\uc5b4\uc57c":15,"\ubcc0\uacbd\uc774":[7,15],"\ubcc0\uacbd\ud558\ub824\ub294":0,"\ubcc0\uacbd\ud558\uc138\uc694":[0,8],"\ubcc0\uacbd\ud569\ub2c8\ub2e4":7,"\ubcc0\uc218":15,"\ubcc0\ud654\uac00":9,"\ubcc0\ud654\ub294":15,"\ubcc0\ud654\uc758":9,"\ubcc0\ud654\uc774\uace0":15,"\ubcc0\ud658\uc744":0,"\ubcc0\ud658\ud558\ub824\uace0":0,"\ubcc0\ud658\ud558\uc138\uc694":8,"\ubcc0\ud658\ud560\uc9c0":0,"\ubcc4\uce6d\uc73c\ub85c":15,"\ubcc4\uce6d\uc774":0,"\ubcc4\uce6d\uc785\ub2c8\ub2e4":0,"\ubcf4\ub0b8":14,"\ubcf4\ub0bc":0,"\ubcf4\ub2e4":0,"\ubcf4\uc138\uc694":14,"\ubcf4\uc2dc\ub824\uba74":3,"\ubcf4\uc5ec\uc8fc\ub294":10,"\ubcf4\uc720\uc911\uc778":0,"\ubcf4\ud1b5":6,"\ubcf5\uc0ac":1,"\ubcf5\uc0ac\ud569\ub2c8\ub2e4":1,"\ubcf5\uc7a1\ud55c":8,"\ubcf5\uc7a1\ud574\uc9c0\uace0":3,"\ubcf8\uc9c8\uc801\uc778":8,"\ubd05\uc2dc\ub2e4":14,"\ubd07":[0,6,7,9],"\ubd07\uc5d0":[1,3],"\ubd07\uc5d0\uac8c":3,"\ubd07\uc73c\ub85c":[3,14],"\ubd07\uc740":[1,8],"\ubd07\uc744":[1,3,7,14],"\ubd07\uc758":[1,3,6],"\ubd07\uc774":[0,1,7,10,14],"\ubd80\ubd84\uc5d0":11,"\ubd80\ubd84\uc785\ub2c8\ub2e4":8,"\ubd80\uc871\ud55c":15,"\ubd84":7,"\ubd84\ub9ac\ub41c":8,"\ubd84\ub9ac\uc2dc\ud0a4\uac70\ub098":10,"\ubd84\ub9ac\ud574\uc57c":7,"\ubd84\ubcc4\ud558\uae30\ub294":15,"\ubd88\uac00\ub2a5\ud574\uc9d1\ub2c8\ub2e4":0,"\ubd88\uac00\ud53c\ud558\uc9c0\ub9cc":8,"\ubd88\ub7ec\uc624\uace0":8,"\ubd88\ub7ec\uc624\ub294\ub370":14,"\ubd88\ub7ec\uc624\uc9c0\ub9cc":3,"\ubd88\ub9ac\uae30\ub3c4":0,"\ubd99\uc5ec\ub123\uae30":1,"\ubd99\uc774\ub294":8,"\ube0c\ub77c\uc6b0\uc800\uc5d0":1,"\ube14\ub9ac\uc790\ub4dc\uc640":0,"\ube44\uacf5\uac1c":[0,15],"\ube44\ub3d9\uae30":[8,9],"\ube44\ub3d9\uae30\uc774\uae30":14,"\ube44\ub514\uc624":0,"\ube44\ubc00\ubc88\ud638":0,"\ube44\ubc00\ubc88\ud638\uc785\ub2c8\ub2e4":0,"\ube44\uc2b7\ud55c":0,"\ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4":0,"\ube44\ud65c\uc131\ud654\ud558\uace0":0,"\ube44\ud65c\uc131\ud654\ud560\uc9c0":0,"\ube60\ub974\uac8c":10,"\ube60\ub978":[8,9],"\ube68\ub9ac":1,"\ubfd0\ub9cc":11,"\uc0ac\ub78c\uacfc":1,"\uc0ac\ub78c\ub4e4\uc774":1,"\uc0ac\ub78c\uc5d0\uac8c":0,"\uc0ac\ub78c\uc740":1,"\uc0ac\ub78c\uc744":1,"\uc0ac\ub78c\uc785\ub2c8\ub2e4":0,"\uc0ac\uc6a9":[0,9],"\uc0ac\uc6a9\ub418\ub294":0,"\uc0ac\uc6a9\ub41c":7,"\uc0ac\uc6a9\ub41c\ub2e4\ub294":3,"\uc0ac\uc6a9\ub420":[0,3,8],"\uc0ac\uc6a9\ub429\ub2c8\ub2e4":6,"\uc0ac\uc6a9\uc774":[0,3],"\uc0ac\uc6a9\uc790\uac00":0,"\uc0ac\uc6a9\uc790\ub97c":0,"\uc0ac\uc6a9\uc790\uc5d0":0,"\uc0ac\uc6a9\uc790\uc5d0\uac8c":0,"\uc0ac\uc6a9\uc790\uc640":0,"\uc0ac\uc6a9\uc790\uc758":0,"\uc0ac\uc6a9\uc790\uc774\uba70":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0\ub97c":0,"\uc0ac\uc6a9\uc911\uc778":0,"\uc0ac\uc6a9\ud558\uac70\ub098":8,"\uc0ac\uc6a9\ud558\uace0":8,"\uc0ac\uc6a9\ud558\uae30":[6,8,9,10],"\uc0ac\uc6a9\ud558\ub294":[0,7,8,11],"\uc0ac\uc6a9\ud558\ub3c4\ub85d":1,"\uc0ac\uc6a9\ud558\ub824\ub294":8,"\uc0ac\uc6a9\ud558\uba74":11,"\uc0ac\uc6a9\ud558\uc138\uc694":[0,1,8],"\uc0ac\uc6a9\ud558\uc154\uc57c":10,"\uc0ac\uc6a9\ud558\uc2dc\uac70\ub098":10,"\uc0ac\uc6a9\ud558\uc2e0\ub2e4\uba74":10,"\uc0ac\uc6a9\ud558\uc5ec":[0,1,8,11],"\uc0ac\uc6a9\ud55c":[0,8,9],"\uc0ac\uc6a9\ud560":[0,3,7],"\uc0ac\uc6a9\ud560\uc9c0":0,"\uc0ac\uc6a9\ud569\ub2c8\ub2e4":8,"\uc0ac\uc6a9\ud574\uc11c":[1,14],"\uc0ac\uc6a9\ud574\uc57c":[3,8],"\uc0ac\uc6a9\ud574\uc8fc\uc138\uc694":7,"\uc0ac\uc774\uc5d0\uc11c":0,"\uc0ac\uc774\uc758":[0,7],"\uc0ac\ud56d":[0,3],"\uc0ac\ud56d\uc774\uba70":0,"\uc0ad\uc81c":[0,15],"\uc0ad\uc81c\ub418\uc5c8\ub294\uc9c0\uc758":7,"\uc0ad\uc81c\uc5d0":0,"\uc0ad\uc81c\ud558\uace0":1,"\uc0ad\uc81c\ud569\ub2c8\ub2e4":7,"\uc0c1\ub2f9\ud788":15,"\uc0c1\uc138\ud55c":11,"\uc0c1\uc18d\ub418\uc9c0":7,"\uc0c1\ud0dc":0,"\uc0c1\ud0dc\uac00":7,"\uc0c1\ud0dc\ub098":0,"\uc0c1\ud0dc\ub294":8,"\uc0c1\ud0dc\ub85c":1,"\uc0c1\ud0dc\ub97c":3,"\uc0c1\ud0dc\uc5d0\uc11c\ub294":7,"\uc0c1\ud0dc\uc5ec\uc57c":0,"\uc0c1\ud0dc\uc785\ub2c8\ub2e4":0,"\uc0c1\ud638":7,"\uc0c1\ud638\uc791\uc6a9\ud558\ub294":6,"\uc0c1\ud669\uc5d0\uc11c\ub294":14,"\uc0c8":0,"\uc0c8\ub85c\uc6b4":[0,1,8,15],"\uc0c9\uc0c1\uc744":0,"\uc0c9\uc778":9,"\uc0dd\uacbc\uc2b5\ub2c8\ub2e4":14,"\uc0dd\uc131":[0,9,14],"\uc0dd\uc131\ub418\uc9c0":0,"\uc0dd\uc131\ub41c":[1,7],"\uc0dd\uc131\uc2dc\uac04\uc744":0,"\uc0dd\uc131\uc5d0":9,"\uc0dd\uc131\ud558\uace0":1,"\uc0dd\uc131\ud558\ub294":[7,14],"\uc0dd\uc131\ud558\ub294\ub370":10,"\uc0dd\uc131\ud558\uc5ec\uc57c":1,"\uc0dd\uc131\ud569\ub2c8\ub2e4":1,"\uc0dd\uc131\ud574\uc57c":1,"\uc0e4\ub4dc\uc758":0,"\uc11c\uba85\uc744":8,"\uc11c\ubc84":[1,8],"\uc11c\ubc84\ub97c":1,"\uc11c\ubc84\uc5d0":1,"\uc11c\ubc84\uc5d0\ub3c4":1,"\uc11c\ubc84\uc5d0\uc11c":0,"\uc11c\ube0c\ucee4\ub9e8\ub4dc\ub4e4":3,"\uc11c\ube0c\ud074\ub798\uc2a4\uc778":3,"\uc11c\ube44\uc2a4\uc5d0\uc11c":0,"\uc120\ud0dd":0,"\uc120\ud0dd\uc740":8,"\uc120\ud0dd\uc801":11,"\uc120\ud0dd\ud558\uace0":1,"\uc124\uacc4\ub85c":9,"\uc124\uba85\ud558\uace0":0,"\uc124\uc815":[0,8,9],"\uc124\uc815\ub418\uc5b4":0,"\uc124\uc815\ub418\uc9c0":11,"\uc124\uc815\ub420":8,"\uc124\uc815\uc744":[0,10],"\uc124\uc815\uc774":11,"\uc124\uc815\ud558\uc138\uc694":8,"\uc124\uc815\ud560":3,"\uc124\uc815\ud574\uc57c":1,"\uc124\uce58":[9,14],"\uc124\uce58\ub418\uc788\ub2e4\uace0":14,"\uc124\uce58\ub41c":[8,10],"\uc124\uce58\ud558\uc138\uc694":14,"\uc124\uce58\ud560":10,"\uc131\uaca9\uacfc":15,"\uc131\uacf5\uc801\uc73c\ub85c":7,"\uc131\uacf5\ud560":7,"\uc139\uc158\uc740":0,"\uc18c\uac1c":9,"\uc18c\uac1c\ub97c":14,"\uc18c\uc720\uc790\ub294":1,"\uc18d\ub3c4":9,"\uc18d\ub3c4\uc640":9,"\uc18d\uc131":15,"\uc18d\uc131\ub4e4\uc744":3,"\uc18d\uc131\uc744":[0,8],"\uc18d\uc131\uc758":15,"\uc18d\uc131\uc785\ub2c8\ub2e4":0,"\uc18d\ud55c":0,"\uc218":[0,1,3,6,7,10,11,15],"\uc218\ub3c4":[8,10],"\uc218\ub77d":0,"\uc218\ub77d\uc5d0":0,"\uc218\ubc18\ud569\ub2c8\ub2e4":8,"\uc218\uc2e0\ub418\ub294":0,"\uc218\uc2e0\ub429\ub2c8\ub2e4":10,"\uc218\uc788\ub294":0,"\uc218\uc815":15,"\uc218\uc815\ud574\uc11c\ub294":0,"\uc218\uc900\uc5d0\uc11c":11,"\uc218\uc900\uc744":11,"\uc218\ud589\ud558\uae30":3,"\uc218\ud589\ud569\ub2c8\ub2e4":3,"\uc21c\uc11c\ub300\ub85c":0,"\uc27d\uace0":9,"\uc2a4\ud06c\ub9bd\ud2b8\uc774\uae30":14,"\uc2a4\ud0c0\uc77c\ub85c":14,"\uc2a4\ud0c0\uc77c\ub85c\ub294":8,"\uc2a4\ud2b8\ub9bc\uc744":11,"\uc2a4\ud300":0,"\uc2ac\ub9bd":7,"\uc2b5\ub2c8\ub2e4":8,"\uc2dc\uac04":[0,7],"\uc2dc\uac04\ub300":0,"\uc2dc\uac04\uc740":7,"\uc2dc\uac04\uc744":0,"\uc2dc\uac04\uc774\ub77c\uace0":0,"\uc2dc\ub3c4":0,"\uc2dc\ub3c4\ud574\ubcf4\uc138\uc694":9,"\uc2dc\uc2a4\ud15c":[0,10],"\uc2dc\uc2a4\ud15c\uc5d0":10,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c":14,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294":10,"\uc2dc\uc2a4\ud15c\uc73c\ub85c\ubd80\ud130":10,"\uc2dc\uc791":[9,11],"\uc2dc\uc791\ub418\uae30":7,"\uc2dc\uc791\ub418\uc5c8\uace0":7,"\uc2dc\uc791\ud558\uace0":0,"\uc2dc\uc791\ud558\uae30":7,"\uc2dc\uc791\ud558\ub294":15,"\uc2dc\uc791\ud558\ub294\uc9c0":14,"\uc2dc\uc791\ud558\uc9c0":15,"\uc2dc\uc791\ud569\ub2c8\ub2e4":7,"\uc2dc\uc810\uc5d0\uc11c":8,"\uc2dc\uc810\uc785\ub2c8\ub2e4":0,"\uc2dc\uccad":8,"\uc2dd\ubcc4\ud558\ub294":0,"\uc2e4\uc218\ub85c":1,"\uc2e4\uc9c8\uc801\uc73c\ub85c":8,"\uc2e4\ud328\ud588\ub294\uc9c0\uc758":7,"\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4":0,"\uc2e4\ud589":14,"\uc2e4\ud589\ub418\ubbc0\ub85c":14,"\uc2e4\ud589\ub418\uc9c0":8,"\uc2e4\ud589\uc744":8,"\uc2e4\ud589\ud558\uba74":14,"\uc2f6\ub2e4\uba74":[1,7,8,10],"\uc2f6\uc73c\uba74":3,"\uc2f6\uc744":3,"\uc378\ub124\uc77c":8,"\uc4f0\ub808\ub4dc\ub098":8,"\uc4f0\ub808\ub4dc\ub85c\ubd80\ud130":8,"\uc4f0\ub808\ub4dc\ub97c":8,"\uc4f0\ub808\ub4dc\uc5d0":8,"\uc4f0\ub808\ub4dc\uc5d0\uc11c":8,"\uc4f0\uc138\uc694":8,"\uc4f0\uc77c":11,"\uc4f0\uc785\ub2c8\ub2e4":0,"\uc4f0\uc9c0":8,"\uc544\ub2c8\uac70\ub098":7,"\uc544\ub2c8\ub77c":11,"\uc544\ub2c8\ub77c\uba74":1,"\uc544\ub2c8\ub78d\ub2c8\ub2e4":8,"\uc544\ub2c8\ubbc0\ub85c":15,"\uc544\ub2cc":[0,8,9],"\uc544\ub2cc\uc9c0\ub97c":[7,15],"\uc544\ub2d9\ub2c8\ub2e4":[0,1,7,8],"\uc544\ub798\uc758":[0,8,9,10,15],"\uc544\ubb34\uac83\ub3c4":7,"\uc544\ubb34\ub7f0":1,"\uc544\ubb34\ud2bc":7,"\uc544\ubc14\ud0c0":0,"\uc544\ubc14\ud0c0\uac00":0,"\uc544\ubc14\ud0c0\ub97c":0,"\uc544\ubc14\ud0c0\ub9cc":0,"\uc544\ubc14\ud0c0\uc5d0":0,"\uc544\ubc14\ud0c0\uc5d0\ub9cc":0,"\uc544\ubc14\ud0c0\uc758":0,"\uc544\uc774\ucf58":0,"\uc544\uc774\ucf58\uc5d0":8,"\uc545\uc758\uc801\uc73c\ub85c":1,"\uc545\uc758\uc801\uc778":1,"\uc548\ub429\ub2c8\ub2e4":[0,1,7],"\uc548\uc5d0\ub9cc":8,"\uc548\uc5d0\uc11c":8,"\uc548\uc804\ud55c":8,"\uc54a\uace0":15,"\uc54a\uae30":[8,11],"\uc54a\ub294":[8,15],"\uc54a\ub294\ub2e4\uba74":7,"\uc54a\ub2e4\uba74":[1,14],"\uc54a\ub3c4\ub85d":8,"\uc54a\uc2b5\ub2c8\ub2e4":[0,7,8,10,15],"\uc54a\uc558\uae30":8,"\uc54a\uc558\ub2e4\uba74":[7,15],"\uc54a\uc558\uc2b5\ub2c8\ub2e4":[1,7],"\uc54a\uc558\uc744":0,"\uc54a\uc73c\ubbc0\ub85c":8,"\uc54a\uc740":[0,7,11,15],"\uc54a\uc744":[0,8],"\uc54a\uc9c0\ub9cc":8,"\uc54c\uace0\ub9ac\uc998\uc73c\ub85c":7,"\uc54c\ub9bc\uc744":0,"\uc54c\uc544\ub450\uc5b4\uc57c":[8,15],"\uc54c\uc544\ubcf4\uc138\uc694":8,"\uc54c\uc544\uc57c":8,"\uc554\ud638\uac00":[0,1],"\uc554\ud638\ub77c\uace0":1,"\uc560\ub2c8\uba54\uc774\uc158":0,"\uc560\ub2c8\uba54\uc774\uc158\uc774":0,"\uc560\ubbf8\uba54\uc774\uc158":0,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158":1,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744":10,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758":[1,11],"\uc57d":7,"\uc5b4\ub5a4":7,"\uc5b4\ub5bb\uac8c":[0,7,14],"\uc5b4\ub824\uc6b8":15,"\uc5b8\uae09\ub418\uc5c8\ub294\uc9c0":0,"\uc5b8\uae09\ub41c":0,"\uc5b8\ub354\ubc14\ub97c":8,"\uc5b8\uc5b4":0,"\uc5b8\uc5b4\ub97c":0,"\uc5b8\uc5b4\uc5d0":0,"\uc5b8\uc5b4\ud0dc\uadf8":0,"\uc5b8\uc81c\ub4e0\uc9c0":8,"\uc5bb\uac70\ub098":14,"\uc5bb\uac8c":0,"\uc5bb\uace0":3,"\uc5bb\uae30":[0,3],"\uc5c4\uccad\ub09c":8,"\uc5c5\uadf8\ub808\uc774\ub4dc":15,"\uc5c5\ub370\uc774\ud2b8":0,"\uc5c5\ub370\uc774\ud2b8\ub420":15,"\uc5c5\ub85c\ub4dc":0,"\uc5c5\ub85c\ub4dc\ub294":[0,8],"\uc5c5\ub85c\ub4dc\ud558\uace0":8,"\uc5c5\ub85c\ub4dc\ud558\uae30":8,"\uc5c5\ub85c\ub4dc\ud558\ub824\uba74":8,"\uc5c6":8,"\uc5c6\ub294":0,"\uc5c6\ub2e4\ub294":8,"\uc5c6\ub2e4\uba74":9,"\uc5c6\uc2b5\ub2c8\ub2e4":[0,7,8],"\uc5c6\uc73c\ubbc0\ub85c":1,"\uc5c6\uc744":10,"\uc5c6\uc74c":0,"\uc5c6\uc74c\uc744":0,"\uc5c6\uc774":8,"\uc5d0":[0,1,7,8],"\uc5d0\uac8c\ub294":8,"\uc5d0\ub7ec\ub098":11,"\uc5d0\ub7ec\ub97c":[9,11],"\uc5d0\ub9cc":15,"\uc5d0\uc11c":[0,1,3,7,8,10],"\uc5d0\uc11c\uc758":7,"\uc5ec\uae30\uc5d0":[1,8,15],"\uc5ec\uae30\uc5d0\ub294":0,"\uc5ec\uae30\uc5d0\uc11c":14,"\uc5ec\uae30\uc758":0,"\uc5ec\ub7ec":[0,6,8],"\uc5ec\ub7ec\uac00\uc9c0\ub97c":14,"\uc5ec\ubd80":[0,7],"\uc5ec\ubd80\ub97c":0,"\uc5ec\ubd80\uc785\ub2c8\ub2e4":0,"\uc5ed\ub3d9\uc801\uc778":15,"\uc5ed\uc2ac\ub798\uc2dc\uc640":8,"\uc5f0\uacb0":[0,7],"\uc5f0\uacb0\ub418\uc5b4\uc788\ub294":0,"\uc5f0\uacb0\ub41c":0,"\uc5f0\uacb0\uc785\ub2c8\ub2e4":14,"\uc5f4\uc5b4\uc57c":0,"\uc608":[0,8,9,10],"\uc608\ub97c":[0,3,8,10,11],"\uc608\uc2dc":8,"\uc608\uc2dc\ub4e4\uc740":15,"\uc608\uc2dc\ub97c":8,"\uc608\uc57d\ud558\ub294":7,"\uc608\uc678":[0,2,7],"\uc608\uc678\uac00":7,"\uc608\uc678\ub294":7,"\uc608\uc678\ub97c":7,"\uc608\uc81c":[0,2,6,9],"\uc608\uc81c\ub294":[3,8],"\uc624\uae30":8,"\uc624\ub7ab\ub3d9\uc548":8,"\uc624\ub958":[0,7],"\uc624\ub958\ub4e4\uc744":7,"\uc624\ub958\ub97c":7,"\uc624\ube0c\uc81d\ud2b8":[0,8],"\uc624\ube0c\uc81d\ud2b8\ub97c":8,"\uc624\ud504\ub77c\uc778":0,"\uc628":8,"\uc62c\ub77c\uc628":0,"\uc635\ub2c8\ub2e4":3,"\uc635\uc158":7,"\uc635\uc158\uacfc":7,"\uc635\uc158\ub4e4\uacfc":3,"\uc635\uc158\uc744":[0,3],"\uc640":[0,3,8],"\uc640\uc57c":8,"\uc644\ub8cc\ud558\uac8c":7,"\uc67c\ucabd\uc5d0\uc788\ub294":0,"\uc694\uad6c":9,"\uc694\uc18c":15,"\uc694\uc810":3,"\uc694\uccad":0,"\uc694\uccad\uacfc":0,"\uc694\uccad\uc740":8,"\uc694\uccad\uc744":[0,8],"\uc694\uccad\ud560":0,"\uc6b0\ub9ac\uac00":[3,14],"\uc6b0\ub9ac\ub294":[1,3,14],"\uc6b0\ub9ac\uc758":14,"\uc6b0\ub9b0":3,"\uc6b4\uc774":8,"\uc6b4\uc88b\uac8c\ub3c4":14,"\uc6d0\ub9ac":15,"\uc6d0\uc778\uc740":8,"\uc6d0\ud558\uc9c0":7,"\uc6d0\ud55c\ub2e4\uba74":[1,7],"\uc6f9\uc0ac\uc774\ud2b8":1,"\uc6f9\uc18c\ucf13":0,"\uc704\ubc30\ub429\ub2c8\ub2e4":0,"\uc704\uc5d0":8,"\uc704\ud558\uc5ec":8,"\uc704\ud55c":[3,7,9,15],"\uc704\ud574":[3,6,7,8,10],"\uc704\ud574\uc11c":[1,3,8],"\uc704\ud574\uc11c\ub294":[0,1,3,8,10,11],"\uc704\ud574\uc11c\ub294\ub2e4\uc74c\uc744":8,"\uc704\ud5d8\uc744":0,"\uc708\ub3c4\uc6b0\ub97c":10,"\uc708\ub3c4\uc6b0\uc5d0\uc11c":[10,14],"\uc720\ub2c8\ucf54\ub4dc":8,"\uc720\ub2c8\ucf54\ub4dc\ub85c":8,"\uc720\uba85\ud55c":8,"\uc720\uc6a9\ud569\ub2c8\ub2e4":7,"\uc720\uc758\uc801":15,"\uc720\uc758\ud558\uc2ed\uc2dc\uc624":1,"\uc720\uc800":0,"\uc720\uc800\uac00":0,"\uc720\uc800\ub294":[0,1],"\uc720\uc800\ub97c":1,"\uc720\uc800\uc640":0,"\uc720\uc9c0\ud558\ub294":10,"\uc720\uc9c0\ud558\ub294\ub370":3,"\uc720\ucd9c\ud558\uc600\ub2e4\uba74":1,"\uc720\ud615\uc744":0,"\uc720\ud615\uc774\uc5ec\uc57c":0,"\uc720\ud6a8\ud558\uc9c0":0,"\uc720\ud6a8\ud55c":8,"\uc720\ud6a8\ud569\ub2c8\ub2e4":0,"\uc735\ud1b5\uc131\uc788\uace0":6,"\uc73c\ub85c":0,"\uc740":[0,8],"\uc744":[1,7,11],"\uc74c\uc131":[0,10],"\uc751\ub2f5\ud558\ub294":10,"\uc758":[0,3,14,15],"\uc758\uc874\uc131":15,"\uc758\ud574":0,"\uc774":[0,1,3,6,7,8,10,11,14,15],"\uc774\uac74":14,"\uc774\uac83\uacfc":8,"\uc774\uac83\uc740":[0,1,3,7,8],"\uc774\uac83\uc744":[1,3,7],"\uc774\uac83\uc774":0,"\uc774\uac8c":1,"\uc774\ub294":[0,3,8,11,15],"\uc774\ub3d9\ud569\ub2c8\ub2e4":1,"\uc774\ub3d9\ud574":1,"\uc774\ub77c\ub294":[0,10],"\uc774\ub7ec\ud55c":10,"\uc774\ub7f0":[0,6,7],"\uc774\ub807\uac8c":[8,14],"\uc774\ub97c":[3,6,8,10],"\uc774\ub984":[0,8],"\uc774\ub984\uc5d0\uc11c":3,"\uc774\ub984\uc73c\ub85c":3,"\uc774\ub984\uc73c\ub85c\ub3c4":3,"\uc774\ub984\uc740":[3,8],"\uc774\ub984\uc744":[0,1,3,14,15],"\uc774\ub984\uc758":3,"\uc774\ub984\uc774":[0,8],"\uc774\ub984\uc774\uc9c0\ub9cc":0,"\uc774\ub984\uc785\ub2c8\ub2e4":0,"\uc774\uba54\uc77c":0,"\uc774\uba54\uc77c\uc785\ub2c8\ub2e4":0,"\uc774\ubaa8\ud2f0\ucf58":0,"\uc774\ubaa8\ud2f0\ucf58\uc73c\ub85c":0,"\uc774\ubaa8\ud2f0\ucf58\uc744":[0,8],"\uc774\ubaa8\ud2f0\ucf58\uc758":8,"\uc774\ubbf8":[7,8],"\uc774\ubbf8\uc9c0":0,"\uc774\ubbf8\uc9c0\ub85c":0,"\uc774\ubbf8\uc9c0\ub97c":0,"\uc774\ubbf8\uc9c0\uc758":8,"\uc774\ubca4\ud2b8":[0,7,8],"\uc774\ubca4\ud2b8\uac00":[0,10,11,14],"\uc774\ubca4\ud2b8\ub294":[10,14],"\uc774\ubca4\ud2b8\ub85c\ubd80\ud130":0,"\uc774\ubca4\ud2b8\ub97c":14,"\uc774\ubca4\ud2b8\uc5d0":[8,15],"\uc774\ubca4\ud2b8\uc5d0\uc11c":7,"\uc774\ubca4\ud2b8\uc758":[0,10,11],"\uc774\uc0c1\uc5d0\uc11c":10,"\uc774\uc0c1\uc758":10,"\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4":0,"\uc774\uc640":3,"\uc774\uc6a9\uc57d\uad00":0,"\uc774\uc6a9\ud558\uc138\uc694":10,"\uc774\uc6a9\ud55c":10,"\uc774\uc720\ub294":8,"\uc774\uc720\ub85c":6,"\uc774\uc81c":[1,3,10,14],"\uc774\ud558":10,"\uc774\ud558\uc5d0\uc11c\ub294":10,"\uc774\ud6c4":[7,14],"\uc778\uc218\ub294":11,"\uc778\uc2a4\ud134\uc2a4":[0,3],"\uc778\uc2a4\ud134\uc2a4\ub97c":[0,8,14],"\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c":8,"\uc778\uc6a9\uad6c\uc758":8,"\uc778\uc790":0,"\uc778\uc790\ub294":8,"\uc778\uc790\ub4e4\uc744":3,"\uc778\uc790\ub97c":8,"\uc778\uc790\ub9cc":8,"\uc778\uc790\uc785\ub2c8\ub2e4":8,"\uc778\uc99d\uc11c\ub85c":0,"\uc778\uc9c0":[7,14],"\uc778\uc9c0\ub97c":0,"\uc778\ud130\ub137":7,"\uc778\ud130\ub137\uc774":7,"\uc778\ud130\ud398\uc774\uc2a4\ub294":7,"\uc77c":0,"\uc77c\ub2e8":3,"\uc77c\ubc18":[0,1,9],"\uc77c\ubc18\uc801\uc73c\ub85c":3,"\uc77c\ubc18\uc801\uc778":[0,8],"\uc77c\ubd80\uac00":15,"\uc77c\uc218\ub3c4":0,"\uc77c\uc5b4\ub098\uace0":8,"\uc77c\uc5b4\ub0a0":7,"\uc77c\uc5b4\ub0ac\uc744\ub54c":14,"\uc77c\uc73c\ucf30\ub2e4\uba74":7,"\uc77c\uc73c\ud0a4\ub294":7,"\uc77c\uc73c\ud0a8\ub2e4\uba74":14,"\uc77c\uc744":8,"\uc77d\uae30":0,"\uc784\ubca0\ub4dc\ub97c":0,"\uc784\ubca0\ub4dc\uc5d0":8,"\uc784\ubca0\ub4dc\uc758":8,"\uc784\uc758\uc801\uc73c\ub85c":8,"\uc785\ub2c8\ub2e4":[0,8],"\uc788\uac8c":[3,8],"\uc788\uace0":[1,9],"\uc788\uae30":8,"\uc788\ub294":[0,1,3,7,8],"\uc788\ub294\uc9c0":[0,1,7,10],"\uc788\ub294\uc9c0\uc758":7,"\uc788\ub2e4\uace0":8,"\uc788\ub2e4\uba74":[7,8],"\uc788\uc2b5\ub2c8\ub2e4":[0,1,3,6,7,8,10,11,14,15],"\uc788\uc5b4\uc57c":1,"\uc788\uc73c\uba74":7,"\uc788\uc73c\ubbc0\ub85c":[0,8],"\uc788\uc744":0,"\uc788\uc74c\uc744":0,"\uc788\uc9c0":7,"\uc78a\uc9c0":8,"\uc790\uae30\ub9cc\uc758":7,"\uc790\ub3d9":0,"\uc790\ub3d9\uc73c\ub85c":0,"\uc790\ub3d9\uc801\uc73c\ub85c":3,"\uc790\uc0b0\uc744":0,"\uc790\uc138\ud55c":[1,3,8,11],"\uc790\uc138\ud788":8,"\uc790\uc2e0\uc774":0,"\uc790\uc8fc":9,"\uc790\uccb4\uc758":0,"\uc791\ub3d9":[0,10,15],"\uc791\ub3d9\ud558\ub294":7,"\uc791\ub3d9\ud558\ub294\uc9c0":14,"\uc791\uc131\ub418\uc9c0":15,"\uc791\uc131\ub41c":[14,15],"\uc791\uc131\uc790":8,"\uc791\uc131\ud558\uae30":11,"\uc791\uc131\ud558\uc9c0":0,"\uc791\uc131\ud560":8,"\uc791\uc5c5":1,"\uc791\uc5c5\uc5d0":0,"\uc791\uc5c5\uc740":7,"\uc791\uc5c5\uc744":[6,8],"\uc791\uc5c5\ud558\uae30":1,"\uc791\uc6a9\ud558\uace0":7,"\uc791\uc740":0,"\uc798":7,"\uc798\ubabb\ub41c":[0,7],"\uc7a0\uc218":0,"\uc7a0\uc7ac\uc801\uc73c\ub85c":0,"\uc7ac\uc0dd":0,"\uc7ac\uc0dd\ud560\uc9c0":0,"\uc7ac\uc2dc\ub3c4\ud560":7,"\uc7ac\uc2dc\uc791\ud558\uae30":7,"\uc7ac\uc2dc\uc791\ud560\uc9c0\uc758":7,"\uc7ac\uc5f0\uacb0":7,"\uc7ac\uc5f0\uacb0\uc911":7,"\uc7ac\uc815\uc758\ud558\ub294":8,"\uc801\uc6a9":0,"\uc801\uc6a9\ub418\uae30\ub97c":7,"\uc801\uc6a9\ub418\uc5b4\uc57c":8,"\uc801\uc6a9\ub41c\ub2e4\ub294":15,"\uc801\uc6a9\ub429\ub2c8\ub2e4":[0,7],"\uc801\uc808\ud55c":8,"\uc804\uae4c\uc9c0":7,"\uc804\ub2ec\ub418\uc5c8\uac70\ub098":0,"\uc804\ub2ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4":0,"\uc804\ub2ec\uc778\uc790":7,"\uc804\ub2ec\uc778\uc790\ub3c4":7,"\uc804\ub2ec\ud558\ub294":8,"\uc804\ub2ec\ud558\uc138\uc694":3,"\uc804\ub2ec\ud560":0,"\uc804\ub2ec\ud569\ub2c8\ub2e4":3,"\uc804\ub2ec\ud574\uc57c":[0,8],"\uc804\ubd80":[8,9],"\uc804\uc1a1":0,"\uc804\uc1a1\ub41c":[0,8],"\uc804\uc1a1\ud558\ub294":8,"\uc804\uc1a1\ud558\ubbc0\ub85c":8,"\uc804\uc1a1\ud558\uc9c0":8,"\uc804\uc1a1\ud560":8,"\uc804\uc5d0":7,"\uc804\uc6a9":0,"\uc804\uccb4\uc5d0":10,"\uc804\ud600":8,"\uc808\ub300":8,"\uc808\ub300\ub85c":1,"\uc810\uc744":3,"\uc810\uc785\ub2c8\ub2e4":15,"\uc810\uc810":3,"\uc811\uadfc\ud560":8,"\uc811\ub450\uc0ac\ub97c":8,"\uc811\uc18d\ud558\uc9c0":1,"\uc811\uc18d\ud560":1,"\uc815\ub9ac\ud558\uc5ec":8,"\uc815\ubcf4":[1,8],"\uc815\ubcf4\ub97c":[1,3,8,10,11],"\uc815\uc218":0,"\uc815\uc758":3,"\uc815\uc758\ub418\uc5b4":0,"\uc815\uc758\ub41c":8,"\uc815\uc758\ud569\ub2c8\ub2e4":3,"\uc815\uc758\ud588\ub2e4\uba74":3,"\uc815\uc801":0,"\uc815\uc9c0\ud558\uae30":7,"\uc815\uc9c0\ud569\ub2c8\ub2e4":7,"\uc81c":7,"\uc81c3\uc790":8,"\uc81c\uac00":7,"\uc81c\uac70":15,"\uc81c\uac70\ub429\ub2c8\ub2e4":3,"\uc81c\uac70\ud558\uac70\ub098":7,"\uc81c\uac70\ud558\uace0\uc790":3,"\uc81c\uac70\ud588\ub4ef\uc774":3,"\uc81c\uacf1":0,"\uc81c\uacf5\ub41c":[0,8],"\uc81c\uacf5\ub429\ub2c8\ub2e4":[6,8],"\uc81c\uacf5\ud558\ub294":0,"\uc81c\uacf5\ud560":8,"\uc81c\uacf5\ud569\ub2c8\ub2e4":6,"\uc81c\ub108\ub808\uc774\ud130":3,"\uc81c\ub300\ub85c":[6,14],"\uc81c\uc548\ud558\uac70\ub098":8,"\uc81c\uc5b4\ud569\ub2c8\ub2e4":0,"\uc81c\uc678\ud558\uace0":7,"\uc81c\uc77c":1,"\uc81c\ucd9c\ud558\uc138\uc694":8,"\uc81c\ud55c":9,"\uc870\uac74":9,"\uc870\uc2ec\uc2a4\ub7fd\uac8c":8,"\uc870\uc2ec\ud574\uc57c\ud560":7,"\uc870\uc791\uc744":8,"\uc870\uc791\uc774":8,"\uc870\uc9c1\ud654\ud558\uace0":3,"\uc874\uc7ac\ud569\ub2c8\ub2e4":8,"\uc885\ub8cc\ud558\uae30":7,"\uc88b\uac8c\ub3c4":8,"\uc88b\uc740":8,"\uc8fc":15,"\uc8fc\ub294":[3,9,10],"\uc8fc\uc5b4\uc84c\uc2b5\ub2c8\ub2e4":7,"\uc8fc\uc5b4\uc9c0\uc9c0":7,"\uc8fc\uc694":[7,15],"\uc8fc\uc758\ud558\uc138\uc694":14,"\uc900\ube44\uac00":0,"\uc900\ube44\ub418\uae30":7,"\uc900\ube44\ub41c":9,"\uc900\ube44\ud55c":14,"\uc904\uc5d0":3,"\uc904\uc740":14,"\uc911":[0,3],"\uc911\ub2e8\ud558\uc9c0":8,"\uc911\uc2ec\uc5d0\ub294":3,"\uc911\uc2ec\uc73c\ub85c":10,"\uc911\uc778\uc9c0":0,"\uc911\uc785\ub2c8\ub2e4":7,"\uc911\uc9c0\ud558\uace0":8,"\uc911\ucca9\ub420":8,"\uc9c0\ub098\uac04":7,"\uc9c0\uc5f0":0,"\uc9c0\uc6d0":1,"\uc9c0\uc6d0\ub418\uc9c0":10,"\uc9c0\uc810\uc73c\ub85c":8,"\uc9c0\uc815":0,"\uc9c0\uc815\ub418\uc9c0":11,"\uc9c0\uc815\ub41c":0,"\uc9c0\uc815\ud569\ub2c8\ub2e4":[0,11],"\uc9c0\ud5a5":9,"\uc9c1\uc811":0,"\uc9c4\ud589\ub418\ubbc0\ub85c":14,"\uc9c4\ud589\ub429\ub2c8\ub2e4":10,"\uc9c4\ud589\ud558\uace0":10,"\uc9c4\ud589\ud574\ubd05\uc2dc\ub2e4":14,"\uc9c8\ubb38":9,"\uc9c8\ubb38\uc740":8,"\uc9c8\ubb38\uc744":8,"\uc9c8\ubb38\uc758":8,"\uc9c8\uc758\ud560":3,"\uc9d1\ud569\uc744":7,"\uc9d3\uace0":1,"\uc9d3\uc744":1,"\ucc28\ub2e8":0,"\ucc28\ub2e8\ub418\uc9c0":8,"\ucc28\ub2e8\ub41c\ub2e4\uba74":8,"\ucc28\ub2e8\ub420":0,"\ucc28\ub2e8\uc740":8,"\ucc28\ub2e8\uc744":8,"\ucc28\ub2e8\uc774":8,"\ucc28\ub2e8\ud558\uac70\ub098":1,"\ucc28\ub2e8\ud558\ub294":8,"\ucc28\ub2e8\ud558\uc9c0":8,"\ucc28\ub2e8\ud55c":0,"\ucc28\ub2e8\ud560":8,"\ucc38\uace0":3,"\ucc38\uace0\ud558\uc138\uc694":[3,8],"\ucc38\uace0\ud558\uc5ec":8,"\ucc38\uace0\ud574\uc57c":3,"\ucc38\uace0\ud574\uc8fc\uc138\uc694":3,"\ucc38\uc5ec\uc911\uc778":0,"\ucc38\uc870\ud55c\ub2e4\ub294":3,"\ucc3e\ub294\ub370":8,"\ucc3e\uc544\ubcfc":3,"\ucc3e\uc544\uc635\ub2c8\ub2e4":3,"\ucc3e\uc73c\uc2dc\ub294":9,"\ucc3e\uc73c\uc2e4":8,"\ucc3e\uc744":8,"\ucc44\ub110":0,"\ucc44\ub110\ub9cc":0,"\ucc44\ub110\uc5d0":14,"\ucc44\ub110\uc744":0,"\ucc44\ub110\uc758":8,"\ucc44\ub110\uc785\ub2c8\ub2e4":0,"\ucc44\ud305":0,"\ucc44\ud305\uc5d0":0,"\ucc44\ud305\uc5d0\uc11c":0,"\ucc44\ud305\uc744":0,"\ucc44\ud305\uc911\uc5d0":0,"\ucc98\ub7fc":7,"\ucc98\ub9ac":[0,7,15],"\ucc98\ub9ac\uae30":0,"\ucc98\ub9ac\ub3fc\uc57c":7,"\ucc98\ub9ac\ub418\ub294":7,"\ucc98\ub9ac\ub418\ub294\ub370":7,"\ucc98\ub9ac\ub418\uc9c0":[0,7],"\ucc98\ub9ac\ub97c":7,"\ucc98\ub9ac\ud558\uac70\ub098":7,"\ucc98\ub9ac\ud558\uae30":7,"\ucc98\ub9ac\ud558\ub294":6,"\ucc98\ub9ac\ud560":7,"\ucc98\ub9ac\ud574\uc57c":7,"\ucc98\uc74c\uc5d0":6,"\ucc98\uc74c\uc758":8,"\ucca8\ubd80":0,"\ucca8\ubd80\ud558\ub294":8,"\uccab":[8,15],"\uccab\ubc88\uc9f8":14,"\uccb4\ud06c\uac00":1,"\uccb4\ud06c\ub418\uc5b4":1,"\uccb4\ud06c\ubc15\uc2a4\uc5d0":1,"\uccb4\ud06c\ud569\ub2c8\ub2e4":1,"\ucd08":[0,7],"\ucd08\ub300":9,"\ucd08\ub300\ud558\uace0":1,"\ucd08\ub300\ud558\ub294":1,"\ucd08\ub300\ud560":1,"\ucd1d":0,"\ucd5c\uace0":7,"\ucd5c\uadfc":0,"\ucd5c\uc18c\ud55c\uc758":9,"\ucd5c\uc2e0\uc758":9,"\ucd5c\uc801\ud654":9,"\ucd5c\uc801\ud654\ub97c":8,"\ucd94\uac00":[0,2,7,8,11,15],"\ucd94\uac00\ub41c":0,"\ucd94\uac00\ub420":1,"\ucd94\uac00\ub429\ub2c8\ub2e4":3,"\ucd94\uac00\uc801\uc778":8,"\ucd94\uac00\ud558\ub294":1,"\ucd94\uac00\ud569\ub2c8\ub2e4":7,"\ucd94\uc0c1\ud654\ud558\ub294":7,"\ucd94\ucc9c\ud569\ub2c8\ub2e4":11,"\ucd95\uc18c\ub41c":8,"\ucd95\ud558\ud569\ub2c8\ub2e4":10,"\ucd9c\ub825\ub418\uc9c0":11,"\ucd9c\ub825\ud558\ub294":11,"\ucd9c\ub825\ud558\uc9c0\ub9cc":7,"\ucd9c\ub825\ud560":11,"\ucda9\ub3cc":0,"\ucda9\ub3cc\ud558\ubbc0\ub85c":14,"\ucde8\uc18c\ub418\uace0":7,"\ucde8\uc18c\ub418\uc5c8\ub294\uc9c0":7,"\ucde8\uc18c\ud558\ub294":7,"\ucde8\uc18c\ud558\uc138\uc694":7,"\ucde8\uc18c\ud560\ub54c\ub3c4":7,"\ucde8\uc18c\ud568":7,"\uce21\uba74\uc740":8,"\uce21\uba74\uc744":[6,8],"\uce21\uc815\ud569\ub2c8\ub2e4":0,"\uce5c\uad6c":0,"\uce5c\uad6c\ub85c":0,"\uce5c\uad6c\uc778":0,"\uce74\ud14c\uace0\ub9ac\ub97c":3,"\uce90\uc2dc\ub97c":0,"\uce90\uc2f1\ub41c":0,"\ucee4\ub125\ud130":0,"\ucee4\ub9e8\ub4dc\ub4e4\uacfc":3,"\ucee4\ub9e8\ub4dc\ub4e4\uc758":3,"\ucee4\ub9e8\ub4dc\uc5d0":3,"\ucee4\uc2a4\ud130\ub9c8\uc774\uc988":3,"\ucee8\ud0dd\uc2a4\ud2b8":7,"\uceec\ub809\uc158\uc744":8,"\ucef4\ud329\ud2b8":0,"\ucef4\ud4e8\ud305":0,"\ucf00\uc774\uc2a4\ub85c":8,"\ucf1c\uace0":0,"\ucf24":0,"\ucf54\ub4dc":8,"\ucf54\ub4dc\uac00":11,"\ucf54\ub4dc\ub97c":10,"\ucf54\ub8e8\ud2f4":[7,9],"\ucf54\ub8e8\ud2f4\uacfc":8,"\ucf54\ub8e8\ud2f4\uc740":[7,8],"\ucf54\ub8e8\ud2f4\uc744":7,"\ucf54\ub8e8\ud2f4\uc758":8,"\ucf54\ub8e8\ud2f4\uc774":7,"\ucf58\uc194\uc5d0":11,"\ucf5c\ubc31\uc740":14,"\ud06c\uae30":0,"\ud06c\uae30\ub294":0,"\ud06c\uae30\ub97c":0,"\ud070":9,"\ud074\ub77c\uc774\uc5b8\ud2b8":[1,9],"\ud074\ub77c\uc774\uc5b8\ud2b8\uac00":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\ub294":[0,14],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc640":0,"\ud074\ub77c\uc774\uc5b8\ud2b8\uc758":0,"\ud074\ub798\uc2a4":[0,3,7,15],"\ud074\ub798\uc2a4\uac00":7,"\ud074\ub798\uc2a4\ub4e4\uc758":7,"\ud074\ub798\uc2a4\ub85c":0,"\ud074\ub798\uc2a4\uc5d0":[0,3,15],"\ud074\ub798\uc2a4\uc5d0\ub294":0,"\ud074\ub798\uc2a4\uc758":0,"\ud074\ub798\uc2a4\uc774\uae30":3,"\ud074\ub798\uc2a4\uc785\ub2c8\ub2e4":3,"\ud074\ub9ad\ud558\uc138\uc694":1,"\ud074\ub9ad\ud558\uc5ec":1,"\ud074\ub9ad\ud569\ub2c8\ub2e4":1,"\ud0a4\uc6cc\ub4dc":[3,7,8],"\ud0c0\ub2f9\ud55c":9,"\ud0c0\uc774\ud551":0,"\ud0c0\uc785":[0,8],"\ud0dc\uadf8":0,"\ud0dc\uadf8\uc5d0":0,"\ud0dc\uadf8\uc640":0,"\ud0dc\uc2a4\ud06c":7,"\ud0dc\uc2a4\ud06c\uac00":7,"\ud0dc\uc2a4\ud06c\ub97c":7,"\ud0ed":0,"\ud0ed\uc73c\ub85c":1,"\ud14c\ub9c8\uc785\ub2c8\ub2e4":0,"\ud14c\uc2a4\ud06c\uac00":7,"\ud14c\uc2a4\ud06c\ub97c":7,"\ud1a0\ud070\uc73c\ub85c":[0,14],"\ud1a0\ud070\uc740":1,"\ud1a0\ud070\uc744":[1,14],"\ud1b5\uc9f8\ub85c":3,"\ud1b5\ud558\uc5ec":8,"\ud1b5\ud55c":7,"\ud1b5\ud574":[3,8],"\ud29c\ud1a0\ub9ac\uc5bc\uc744":11,"\ud29c\ud50c\uc758":0,"\ud2b9\ubcc4\ud55c":[6,9],"\ud2b9\ubcc4\ud788":8,"\ud2b9\uc774":8,"\ud2b9\uc815":[1,7,8,14],"\ud2b9\uc815\ud55c":[3,7],"\ud30c\ub77c\ubbf8\ud130\ub97c":3,"\ud30c\uc774\uc36c":[11,14],"\ud30c\uc77c":8,"\ud30c\uc77c\uc5d0":11,"\ud30c\uc77c\uc744":0,"\ud30c\uc77c\uc758":[8,14],"\ud30c\uc77c\uc774\ub984":0,"\ud328\ud134\uc740":7,"\ud398\uc774\uc9c0":[1,9],"\ud398\uc774\uc9c0\ub294":[8,14],"\ud398\uc774\uc9c0\ub97c":1,"\ud398\uc774\uc9c0\uc5d0\uc11c":9,"\ud398\uc774\uc9c0\uc758":1,"\ud3b8\ub9ac\ud55c":7,"\ud3b8\uc9d1":0,"\ud3b8\uc9d1\uc5d0":0,"\ud3b8\uc9d1\ud569\ub2c8\ub2e4":0,"\ud3c9\uc18c\uc640":10,"\ud3ec\uad04\uc801\uc774\uc9c0":15,"\ud3ec\ub9f7\uc73c\ub85c":0,"\ud3ec\uc778\ud2b8\uac00":8,"\ud3ec\uc778\ud2b8\ub97c":8,"\ud3ec\ud568\ub418\uc9c0":0,"\ud3ec\ud568\ub429\ub2c8\ub2e4":15,"\ud3ec\ud568\ud558\uace0":[7,8],"\ud3ec\ud568\ud558\uc9c0":8,"\ud3f4\ub354":8,"\ud3f4\ub354\ub85c":10,"\ud45c\uc2dc":0,"\ud45c\uc2dc\ub418\ub294":0,"\ud45c\uc2dc\ub418\uc5b4\uc57c\ub9cc":3,"\ud45c\uc2dc\ub418\uc9c0\ub294":8,"\ud45c\uc2dc\ub429\ub2c8\ub2e4":3,"\ud45c\uc2dc\ub97c":0,"\ud45c\uc2dc\ud560\uc9c0":0,"\ud45c\uc900":[10,11],"\ud478\uc2dc":0,"\ud480\ub9c1\uc5d0":0,"\ud504\ub808\uc784\uc6cc\ud06c":9,"\ud504\ub808\uc784\uc6cc\ud06c\ub97c":6,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c":8,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c\ub294":8,"\ud504\ub85c\uadf8\ub7a8\uc774":8,"\ud504\ub85c\uc81d\ud2b8":10,"\ud504\ub85c\ud1a0\ucf5c":0,"\ud504\ub85c\ud1a0\ucf5c\ub85c":3,"\ud504\ub85c\ud544":0,"\ud504\ub85c\ud544\uc744":0,"\ud504\ub85d\uc2dc":0,"\ud504\ub9ac\ubbf8\uc5c4":0,"\ud504\ub9ac\ubbf8\uc5c4\uc774":0,"\ud50c\ub808\uc774\uc5b4\ub294":8,"\ud50c\ub808\uc774\uc911\uc778":0,"\ud544\ub4dc\uac00":0,"\ud544\ub4dc\ub294":0,"\ud544\uc694":8,"\ud544\uc694\ub294":8,"\ud544\uc694\ub85c":[1,8],"\ud544\uc694\ud558\ub2e4\uba74":14,"\ud544\uc694\ud55c":[1,10],"\ud544\uc694\ud569\ub2c8\ub2e4":[0,10],"\ud544\ud130\uc785\ub2c8\ub2e4":0,"\ud558\uac8c":1,"\ud558\uace0":3,"\ud558\uae30":[7,8],"\ud558\uae30\uc5d0\ub294":6,"\ud558\ub098\ub97c":[0,8],"\ud558\ub098\ub9cc\uc744":7,"\ud558\ub098\uc5ec\uc57c":0,"\ud558\ub098\uc758":8,"\ud558\ub294":[0,7],"\ud558\ub294\uac8c":1,"\ud558\ub824\uba74":0,"\ud558\uba70":0,"\ud558\uba74":14,"\ud558\uc138\uc694":8,"\ud558\uc5ec":1,"\ud558\uc9c0\ub9cc":8,"\ud55c":[0,3,8],"\ud55c\uacc4\ub85c":8,"\ud55c\uacc4\uc785\ub2c8\ub2e4":8,"\ud55c\ub2e4\uba74":[3,7],"\ud55c\ubc88":14,"\ud560":[0,1,3,7,8,15],"\ud568\uaed8":[0,3,6,8],"\ud568\uc218":[0,8],"\ud568\uc218\uac00":[7,8,15],"\ud568\uc218\ub294":[0,7,8],"\ud568\uc218\ub97c":15,"\ud568\uc218\uc640":[8,15],"\ud568\uc218\uc758":[8,15],"\ud569\ub2c8\ub2e4":[0,1,3,7,8,10,14,15],"\ud569\ub2c8\ub514":3,"\ud569\uc2dc\ub2e4":14,"\ud56d\ubaa9\uc73c\ub85c":14,"\ud56d\ubaa9\uc744":14,"\ud56d\uc0c1":[0,8],"\ud574\uacb0\ud558\uae30":[8,15],"\ud574\ub2f9":[0,8],"\ud574\ub2f9\ud569\ub2c8\ub2e4":0,"\ud574\ub3c4":1,"\ud574\uc2dc":0,"\ud574\uc2dc\ub97c":0,"\ud574\uc57c":3,"\ud574\uc57c\ud558\ub098\uc694":7,"\ud574\uc57c\ud569\ub2c8\ub2e4":[0,8,14],"\ud574\uc81c\ub418\uc5b4":1,"\ud574\uc81c\ub41c":1,"\ud574\uc90d\ub2c8\ub2e4":[3,8],"\ud588\ub294\uc9c0":1,"\ud588\uc2b5\ub2c8\ub2e4":0,"\ud589\ub3d9\uc5d0\ub294":1,"\ud589\ub3d9\uc744":[3,8],"\ud5c8\uc6a9":0,"\ud5c8\uc6a9\ud569\ub2c8\ub2e4":8,"\ud5ec\ud37c":9,"\ud604\ub300\uc801\uc774\uace0":9,"\ud604\uc7ac":[0,7],"\ud615\uc2dd":[0,2,7],"\ud615\uc2dd\ub4e4\uc740":7,"\ud615\uc2dd\ub4e4\uc744":7,"\ud615\uc2dd\uc740":0,"\ud615\uc2dd\uc758":[0,7],"\ud615\uc2dd\uc774":0,"\ud615\uc2dd\uc785\ub2c8\ub2e4":0,"\ud638\ucd9c":[0,8],"\ud638\ucd9c\ub418\uace0":14,"\ud638\ucd9c\ub418\ub294":14,"\ud638\ucd9c\ub418\ub3c4\ub85d":7,"\ud638\ucd9c\ub420":7,"\ud638\ucd9c\ub429\ub2c8\ub2e4":[7,14],"\ud638\ucd9c\ub85c":3,"\ud638\ucd9c\uc744":8,"\ud638\ucd9c\ud558\uae30":8,"\ud638\ucd9c\ud558\ub294":8,"\ud638\ucd9c\ud558\uc138\uc694":8,"\ud638\ucd9c\ud560":8,"\ud638\ucd9c\ud574\uc57c":8,"\ud638\ud658\ub418\uc9c0":15,"\ud639\uc740":10,"\ud63c\ub780\uc2a4\ub7ec\uc6b8":6,"\ud655\uc2e4\ud558\uc9c0":1,"\ud655\uc2e4\ud788":14,"\ud655\uc778":0,"\ud655\uc778\ud558\uba74":14,"\ud655\uc778\ud558\uc138\uc694":[1,7,10,11],"\ud655\uc778\ud558\uc5ec":11,"\ud655\uc778\ud560":0,"\ud655\uc778\ud569\ub2c8\ub2e4":[0,7,14],"\ud655\uc778\ud574\uc57c":1,"\ud655\uc778\ud574\uc8fc\uc138\uc694":14,"\ud655\uc7a5":6,"\ud655\uc7a5\ub41c":9,"\ud655\uc7a5\uc758":7,"\ud658\uacbd\uc5d0\uc11c":10,"\ud658\uacbd\uc744":10,"\ud65c\ub3d9":0,"\ud65c\uc131\ud654\ub418\uc5c8\ub2e4\uba74":8,"\ud65c\uc131\ud654\ub41c":1,"\ud65c\uc131\ud654\ud558\ub294":8,"\ud65c\uc131\ud654\ud558\uc138\uc694":10,"\ud65c\uc131\ud654\ud558\uc2dc\ub824\uba74":10,"\ud65c\uc6a9\ud558\uc138\uc694":8,"\ud65c\uc6a9\ud574\uc57c":8,"\ud69f\uc218":7,"\ud6c4":7,"\ud754\ud558\uc9c0\ub9cc":7,"\ud754\ud55c":7,"\ud798\ub4e4\uace0":6,"abstract":[2,9,12,13],"aiohttp\uc758":8,"api\ub97c":[1,10],"api\uc5d0":0,"api\uc758":[9,15],"authorization\uc744":0,"boolean":[0,2],"break":[12,13],"byte":[0,2,16],"case":[0,2,4,5,12,16],"catch":[2,4],"char":2,"class":[2,3,4,7,9,10,12,16],"cog\ub294":3,"cog\ub97c":3,"cog\uc758":3,"cogs\uac00":3,"cogs\ub294":3,"cogs\ub97c":3,"default":[0,2,4,12,16],"dm\uc744":0,"enum":[0,6,9,13,16],"final":[0,2,5,13,16],"float":[0,2,7],"function":[2,4,5,9,12,16],"gif\ub97c":0,"heartbeat\uc640":0,"hypesquadhouse\uac00":0,"id\uac00":8,"id\ub294":8,"id\uc785\ub2c8\ub2e4":0,"import":[0,2,4,5,7,8,10,11,13,14,16],"int":[0,2,3,4,7,16],"long":[0,2,8,12,16],"mfa\ub97c":0,"new":[0,1,4,12],"none\uc785\ub2c8\ub2e4":0,"null":16,"pip\ub97c":10,"png\ud615\uc2dd\uc73c\ub85c\ub9cc":0,"public":[0,1,16],"py\ub294":[9,10],"py\uc5d0":10,"py\uc758":10,"pypi\uc5d0\uc11c":10,"python\uc2a4\ub7ec\uc6b4":9,"python\uc740":8,"python\uc758":15,"request\ub97c":8,"return":[0,2,3,4,8,12,13,14,16],"short":[0,2,13],"state\ub4e4\uc744":3,"static":0,"super":4,"switch":16,"throw":[0,16],"true":[0,2,4,7,12,16],"try":[0,2,8,12,13],"ui\uc758":0,"url\uc744":[0,1,8],"utc\ub85c":0,"while":[0,2,4,12,13,16],AND:0,Added:[0,12,16],Adding:[0,4],And:12,But:12,DMs:[2,4,12,16],For:[0,2,4,5,9,13,16],IDs:[0,2,12,16],Its:0,Not:[0,2,16],One:[0,4,12],TTS:0,That:[0,2],The:[0,2,4,5,12,13,16],Then:12,There:[0,2,4,5,12,13,16],These:[0,2,4,12],Use:[0,2,12,16],Used:0,Useful:[0,2,12],Using:[0,2,12],With:[4,12],Yes:1,__call__:2,__cause__:2,__eq__:16,__init__:[2,3,4,7,12],__name__:2,__repr__:16,__slots__:[0,15,16],__version__:0,_batch:7,_eval:4,_last_memb:3,_list:4,_original_help_command:12,_updat:13,abc:[0,2,4,8,12,16],abcdefg:0,abcmeta:2,abil:[5,12,16],abl:0,about:[0,2,4,5,12,16],abov:[0,4],abstracteventloop:[0,7],abstractmethod:0,abus:[0,2],accept:[0,2,4,12],accept_invit:12,access:[0,2,4,12,16],accommod:16,accompani:[0,12],accomplish:[0,12],accord:0,account:[0,2,12,16],accumul:2,accur:0,achiev:0,ack:0,acquir:7,across:0,act:[0,2],action:[0,12],activ:[2,8,10,12,16],activitytyp:[0,8],actual:[0,2,4,12,16],add:[0,1,2,4,5,12,16],add_aliases_format:2,add_bot_commands_format:2,add_check:[2,16],add_cog:[2,3],add_command:[2,4,5],add_command_format:2,add_exception_typ:[7,16],add_field:0,add_indented_command:2,add_lin:2,add_listen:2,add_react:[0,8,12,16],add_recipi:0,add_rol:[0,12],add_subcommand_format:2,added:[0,2,5,12,16],addhandl:11,adding:[0,16],addit:[0,16],administr:0,advanc:0,affect:13,afk:[0,2],afk_channel:0,afk_timeout:0,africa:0,after:[0,2,4,13,16],after_any_command:12,after_foo_command:12,after_invok:[2,12],after_loop:7,after_slow_count:7,afterward:2,again:[2,12,16],against:2,age:0,aggreg:12,aid:[0,2,4,16],aiohttp:[0,8,10,12],akin:12,album:0,album_cover_url:0,algorithm:0,alia:[0,2],alias:[0,2,12,16],aliases_head:2,aliv:16,all:[0,2,4,12,13,16],all_channel:0,all_command:[2,12],all_memb:0,all_messag:0,allevi:12,alloc:12,allow:[0,2,4,12,13,16],allowed_command:2,allowed_ment:[0,2],allowedment:2,almost:[0,13],alon:0,along:[0,2,12,16],alpha:[0,16],alphabet:2,alreadi:[0,2,8,16],also:[0,2,4,5,12,16],altern:[0,2],although:[0,5],alwai:[0,2,4,12],ambigu:4,amount:[0,2,4,12,16],amsterdam:0,analog:0,analogu:0,analysi:0,ani:[0,2,4,5,12,13,16],anim:[0,2,16],animate_emoji:0,animated_icon:0,annot:4,announc:[0,16],anonym:0,anoth:[0,2,4,5,12,16],anticip:16,anymor:16,anyon:0,anyth:[0,2,4,13],anywher:0,api:[6,9,12,13,15,16],appeal:4,appear:[0,16],append:2,appinfo:[0,2,16],appli:[0,2,4,5,12,16],applic:[0,1,2,12],application_id:0,application_info:[0,2,12,16],approach:12,appropri:[0,2,4,12,16],approxim:0,approximate_member_count:[0,2],approximate_presence_count:[0,2],apt:10,arbitrari:[0,2],arbitrarili:4,aren:0,arg1:4,arg2:4,arg:[0,2,4,7],argument:[0,2,12,16],argumentparsingerror:2,aris:13,around:[0,2,16],arrai:0,artist:0,as_need:0,asctim:11,ask:[0,2,4],aspect:[0,2,4,12],asset:16,assign:[2,12,13],associ:[0,2,12],assum:0,assume_synced_clock:16,assume_unsync_clock:0,async:[2,3,4,5,7,8,9,10,12,13,14],async_ev:13,asynchron:[0,4,9],asyncio:[0,2,8,9,12,13,16],asynciter:[0,2,12],asyncpg:7,asyncwebhookadapt:0,atom:[0,2],attach:[4,8,12,16],attach_fil:0,attempt:[0,2,4,16],attr:[0,2],attribut:[0,2,12,13,16],attributeerror:[0,16],audio:[0,12],audioplay:12,audiosourc:[0,12],audit:[9,12,16],audit_log:[0,12],auditlogact:0,auditlogactioncategori:0,auditlogchang:0,auditlogdiff:0,auditlogentri:0,authent:[0,2],author:[0,1,2,3,4,5,8,10,12,14],author__nam:0,authoris:0,auto:12,automat:[0,2,12],autoshardedbot:[2,12],autoshardedcli:[0,2,12,16],avail:[0,2,16],avatar:[0,12],avatar_url:[0,12,13,16],avatar_url_a:[0,12],avconv:0,averag:0,average_lat:0,avoid:[0,2,16],avprob:0,awai:[0,2],await:[0,2,3,4,5,7,8,9,12,13,14],awar:[0,13],aws:8,back:[0,2,4,12,16],background:[0,2,16],background_task:8,backtick:2,backward:[2,12,16],bad:[0,2,4,8],badargu:[2,4],badunionargu:[2,4],balanc:0,ban:[0,2,4,12,13,16],ban_memb:[0,16],banentri:0,banner:0,banner_url:0,banner_url_a:0,bar:2,base64:0,base:[2,4,9,12,16],baseact:2,baseconnector:0,baseexcept:7,basi:[0,2,12],basic:[0,2,12,13],basic_ext:5,basicauth:0,basicconfig:11,bat:10,batch:7,batch_upd:7,becaus:[0,2,4,12,13],becom:[0,2,13],been:[0,2,4,12,13,16],beer:4,befor:[0,2,13,16],before_any_command:12,before_foo_command:12,before_invok:[2,12],before_loop:7,before_opt:0,before_print:7,beforehand:0,begin:[0,2],behav:[2,12],behaviour:[0,2,4,12,13,16],being:[0,2,4,5,12,16],belong:[0,2,12],below:[0,2,4,12,13,16],benefit:12,best:0,beta:0,better:[0,2,12,16],between:[0,2,4,12,16],beyond:4,big:[2,16],biggest:[12,13],bin:10,binari:0,binaryio:0,bind:12,bit:[0,12,16],bitrat:[0,16],bitrate_limit:[0,16],block:[0,2,4,13,16],blue:0,blurpl:0,bodi:[2,16],bold:2,bool:[0,2,7],boost:[0,16],bot:[0,1,3,4,5,7,8,9,10,12,16],bot_add:0,bot_check:[2,3,12],bot_check_onc:[2,3,12],bot_has_any_rol:2,bot_has_guild_permiss:[2,16],bot_has_permiss:2,bot_has_rol:2,bot_publ:0,bot_require_code_gr:0,both:[0,2,16],botmissinganyrol:2,botmissingpermiss:2,botmissingrol:2,bottl:4,bottom:0,bound:[0,2],branch:8,braveri:0,brazil:[0,16],brief:2,brillianc:0,bring:[0,16],broadcast:0,bucket:[0,2,16],buckettyp:[2,16],buffer:0,bufferediobas:0,bug:0,bug_hunt:0,build:[0,4],built:[0,2,4,5,12],bulk:[0,7,16],bulker:7,bump:16,by_categori:[0,12],bypass:[0,2,12],bytesio:[0,8],cach:[0,2,12,16],cache_auth:16,cached_messag:[0,2,12,16],calcul:[0,16],call:[0,2,4,5,12,13,16],call_end:0,call_hook:2,call_onc:2,callabl:[0,2,4,12,16],callback:[0,2,14],caller:0,callmessag:16,came:12,can:[0,2,4,12,13,16],can_:13,can_manage_messag:13,can_run:[2,16],cancel:[0,2,7,12,16],cancellederror:[7,16],candid:[0,2],cannot:[0,2,4,16],cap:[0,2],capabl:0,care:[0,2,4],carri:2,case_insensit:2,cast:[0,4,13,16],cat:8,categori:[0,2,12,16],category_id:0,categorychannel:[2,4,12],categorychannelconvert:[2,4],caught:[0,2],caus:[2,16],caveat:[12,16],cdn:[0,16],central:0,certain:[0,2,4,12,13,16],chain:[0,2,12],chanc:0,chang:[0,2,4,5,9],change_interv:[7,16],change_nicknam:[0,12,16],change_pres:[0,2,8,16],change_statu:16,changed_rol:0,changelog:9,changeset:16,channel:[0,2,3,4,8,13,14,16],channel_cr:0,channel_delet:0,channel_follow:0,channel_follow_add:[0,16],channel_icon_chang:0,channel_id:[0,2,16],channel_ment:0,channel_name_chang:0,channel_upd:0,channelconvert:12,channeltyp:[0,13,16],charact:[0,2,8,16],check:[0,5,6,8,9,16],check_ani:[2,16],check_command:2,check_if_it_is_m:2,check_onc:[2,12],checkanyfailur:2,checkfailur:[2,4],child:2,choic:[0,4],choos:2,chunk:[0,12,16],circumst:0,citizen:12,clamp:4,clash:4,classic:0,classmethod:[0,2,4],clean:[0,2,4,6,9,12],clean_cont:[0,2,4,12,16],clean_param:2,clean_prefix:[2,12,16],cleandoc:2,cleanup:[0,2,12,16],clear:[0,2,16],clear_exception_typ:7,clear_field:0,clear_react:[0,12,16],clever:0,click:2,client:[0,2,7,8,10,12,14,16],client_id:0,clientexcept:[0,2],clientrespons:0,clientsess:[0,8,12],clientus:[0,2,12],clock:[0,16],clone:[0,16],close:[0,2,12,13,16],close_pag:2,close_quot:2,closur:0,cloudflar:16,cls:[2,4,12,16],code:[0,1,2,4,5,16],codec:0,codepoint:[0,2],cog:[6,7,9,16],cog_after_invok:[2,3,12],cog_before_invok:[2,3,12],cog_check:[2,3,12],cog_command_error:[2,3,12],cog_nam:2,cog_unload:[2,3,7,12],cogabcmeta:2,cogmeta:[2,3,12],coincid:0,coinflip:3,collect:[0,2],colon:0,color:0,colour:[2,4,12],colourconvert:[2,4],combin:[0,12],combo:0,come:[4,5,12,16],comma:2,command:[0,3,5,7,8,9],command_attr:[2,16],command_callback:2,command_fail:[2,12],command_has_no_subcommand_found:2,command_nam:2,command_not_found:[2,12],command_prefix:[2,4,16],commanderror:[2,4],commandinvokeerror:2,commandnotfound:2,commandoncooldown:2,commands_head:2,commerc:0,common:[0,2,4,12,13],commun:[0,2],compar:[0,16],comparison:16,compart:0,compat:[0,2,16],complet:[0,2,12],complic:[0,12],compon:0,compos:0,comprehend:4,compress:16,compris:0,comput:[0,2,13,16],compute_prune_count:0,compute_prune_memb:16,comrad:4,con:7,concept:[0,4,5,12],concurr:[2,8,16],condit:[0,2,16],configur:[0,2],conflict:0,confus:2,conjunct:5,connect:[0,2,7,9,13,16],connected_account:0,connected_channel:0,connectionclos:[0,2],connector:0,consequ:[2,12,13],consid:[0,2,4,13,16],consider:[0,16],consist:[0,12],consol:4,constant:13,constraint:16,construct:[0,2,4,12,16],constructor:[0,2,4],consum:[2,8],contain:[0,2,4],content:[0,2,4,8,10,12,14,16],content_typ:0,contentfilt:0,context:[0,6,8,9,13,16],continu:[2,4],contribut:16,control:[0,2,12,13],conveni:0,convers:[2,12],conversionerror:2,convert:[0,6,9,16],convert_emoticon:0,cool:[0,2,8,12],cool_filenam:12,cool_imag:8,cooldown:[2,12,16],cooldown_after_pars:2,copi:[0,1,2,12,16],core:[4,5],coro:[0,2,7,8],coroutin:[0,2,5,7,8,12,16],correct:16,correctli:2,correspond:[0,12,13],cost:0,could:[0,2,4,8,12,13],count:[0,2,7,16],counter:[0,2],coupl:[0,12,16],cours:12,cover:0,cover_imag:0,cover_image_url:0,cpu:16,crash:[12,16],creat:[0,1,2,4,12,16],create_categori:0,create_category_channel:0,create_channel:12,create_custom_emoji:[0,12,16],create_dm:[0,12],create_ffmpeg_play:[12,16],create_group:0,create_guild:[0,2,12],create_instant_invit:0,create_invit:[0,12],create_rol:[0,12],create_serv:[12,16],create_stream_play:12,create_text_channel:[0,12],create_voice_channel:[0,12],create_webhook:0,create_ytdl_play:12,created_at:[0,2,4,12,16],creation:[0,2,16],credenti:[0,2,13,16],criteria:0,critic:11,crosspost:0,ctx:[2,3,4,5,8,12],ctype:0,current:[0,2,16],current_loop:7,current_s:0,custom:[0,2,4,8,12,16],custom_emoji:[0,8],custom_prob:0,customact:16,customis:[2,12],dai:[0,4],dark:0,dark_blu:0,dark_gold:0,dark_green:0,dark_grei:0,dark_magenta:0,dark_orang:0,dark_purpl:0,dark_r:0,dark_teal:0,darker_grei:0,dash:2,data:[2,4,7,8,9,13,16],databas:[2,7,12],date:[0,2,12,16],datetim:[0,2,7,16],dave:0,deaf:[0,12],deafen:[0,16],deafen_memb:0,deal:[0,2,12,16],dealloc:16,debug:[0,11,16],decid:[0,4,12,16],decod:2,decor:[0,2,4,12,13,16],dedic:16,deep:2,def:[0,2,3,4,5,7,8,10,12,13,14],default_avatar:0,default_avatar_url:0,default_channel:[12,13],default_guilds_restrict:0,default_message_notif:0,default_notif:0,default_rol:[0,13,16],defaultavatar:0,defaulthelpcommand:[2,12],defin:[0,2,4,5],definit:[4,12],delai:[0,16],delet:[0,2,12,16],delete_aft:[0,2],delete_channel:12,delete_channel_permiss:12,delete_custom_emoji:[12,16],delete_dai:4,delete_invit:[0,2,12,16],delete_members_dai:0,delete_messag:[0,12],delete_message_dai:[0,4],delete_rol:12,delete_serv:12,delta:4,deni:[0,13],denot:[0,2,12,16],departur:16,depend:[0,4,9,16],deposit_monei:3,deprec:[12,16],depth:4,deriv:[2,4,12],descript:[0,2,16],design:[4,12],desir:16,desktop:0,desktop_statu:0,destin:[0,2],detail:[0,2,12,13,16],detect:0,detect_platform_account:0,determin:0,dev:[2,10],develop:[5,12,16],developer_mod:0,devic:0,diagnost:0,dict:[0,2,16],dictat:[0,2],dictionari:[0,2,12,13,16],did:[0,2,5,12,16],diff:0,differ:[0,2,4,12],differenti:12,difficult:0,digit:0,direct:0,directli:[0,2,4],disabl:[0,2,4,12,16],disable_games_tab:0,disabledcommand:2,disallow:16,disambigu:16,discard:[2,16],disconnect:[0,2,12,16],discord:[0,1,2,3,5,8,10,11,12,13,14],discordapp:0,discordexcept:[0,2],discover:0,discoveri:[0,16],discovery_splash:0,discovery_splash_url:[0,16],discovery_splash_url_a:0,discrim:2,discrimin:[0,4,16],discuss:4,dispatch:[0,2,16],displai:[0,2],display_nam:[0,5],dispos:12,disturb:[0,16],dll:0,dm_channel:0,dm_help:2,dm_help_threshold:2,dm_onli:[2,16],dmchannel:12,dnd:[0,16],do_bulk:7,do_not_disturb:[0,16],doc:16,docstr:2,document:[0,2,4,5,12,13,16],doe:[0,2,12],doesn:[0,2,4,12,16],doing:[0,2,4,12,13,16],don:[0,4],done:[0,2,4,7,8,12,13,16],dot:[0,2,5],double_table_flip:0,down:[0,4,16],download:[0,8,16],drive:0,drop:[12,13],dubai:[0,16],duck:16,due:[0,2,4,12,13,16],duplic:[2,16],durat:0,dure:[0,2,5,16],dynam:[0,2,4,12,16],each:0,earlier:[4,12,13],early_support:0,eas:[0,2,13],easi:[0,4,12,16],easier:[0,4,12,13,16],easili:[0,12,16],east:0,echo:8,economi:3,edit:[0,2,12,16],edit_channel:12,edit_channel_permiss:[12,13],edit_custom_emoji:[12,16],edit_messag:[12,16],edit_profil:12,edit_rol:12,edit_serv:[12,16],edit_set:0,edited_at:[0,12,16],edited_timestamp:12,effect:2,effort:12,either:[0,2,4,12,16],elem:0,element:[0,12],elif:4,els:[0,2,3,4,12],email:[0,12,16],emb:[2,8,12,16],embed:0,embed_link:0,embedproxi:0,emoji:[2,4,8,12,16],emoji_cr:0,emoji_delet:0,emoji_id:0,emoji_limit:[0,16],emoji_upd:0,emojiconvert:[2,4],emploi:0,empti:[0,2,4,16],emptiv:[0,16],enabl:[0,2,4,12],enable_tts_command:0,encod:[0,2,11,16],encount:[0,2],encrypt:16,end:[0,2],ended_timestamp:0,endian:16,endpoint:[0,12],english:0,enough:[2,4],ensur:[0,2,16],entir:[0,2,12],entiti:[2,12],entri:[0,2,5],enumer:[9,12,16],env:10,environ:[0,10],epoch:0,equal:[0,2,16],equival:[0,2,4,12],ergo:12,error:[0,2,5,6,7,8,9,11,12,13,16],escap:[0,2,16],escape_markdown:[0,2,16],escape_ment:0,especi:2,essenti:[0,4,12],establish:0,estim:0,estimate_pruned_memb:[0,12],etc:[0,2,12,16],etf:12,eu_centr:[0,16],eu_west:[0,16],europ:[0,16],eval:[4,16],evalu:4,even:[0,2,16],event:[3,4,6,8,9,10,14,16],event_method:[0,2],event_typ:[0,16],eventu:12,everi:[0,2,4,12,13],everyon:[0,2,4,12,16],everyth:12,exact:[0,2],exactli:2,exampl:[0,2,4,5,12,13],example_bot:14,exc_info:0,exce:[2,16],except:[4,5,6,7,8,9,12,13,16],exclud:0,exclus:[0,4,13],execut:[0,2,4,13],exercis:16,exhaust:[0,16],exist:[0,2,12,16],expand:12,expect:[0,2,4,12,16],expectedclosingquoteerror:2,expens:[0,2],experi:16,experienc:16,expir:[0,2],explicit:0,explicit_content_filt:[0,12],explicitli:[0,12,13,16],exponenti:12,expos:[2,13,16],express:4,ext:[2,4,5,8,9],ext_commands_help_command:2,extend:[0,2,5],extended_check:2,extens:[0,2,3,4,6,9,16],extensionalreadyload:2,extensionerror:2,extensionfail:2,extensionnotfound:[2,16],extensionnotload:2,extern:2,external_emoji:[0,16],extra:[0,2,8],extract:2,extran:[0,2,12],extrem:0,face:16,facil:16,facilit:[2,12,16],fact:[0,2,16],factor:0,factori:[0,2],fail:[0,2,4,7,12,16],failur:[0,2],fairli:4,fall:0,fallback:0,fals:[0,2,4,12,13,16],falsei:16,familiar:3,far:0,faster:[13,16],favour:12,featur:[0,4,12],feel:[2,3,4],fetch:[2,4,8,12,16],fetch_ban:0,fetch_channel:[0,2,16],fetch_emoji:[0,8],fetch_guild:[0,2,8],fetch_invit:[0,2,12,16],fetch_memb:[0,8,16],fetch_messag:[0,2,8,12],fetch_offline_memb:[0,2,16],fetch_rol:[0,16],fetch_us:[0,2,8,12],fetch_user_profil:[0,2],fetch_webhook:[0,2],fetch_widget:[0,2],few:[0,4,16],fewer:[0,12],ffmpeg:0,ffmpegaudio:0,ffmpegopusaudio:[0,16],ffmpegpcmaudio:[0,8,12],ffprobe:0,field:[0,2,16],figur:[0,16],file:[2,5,8,12,16],filehandl:11,filenam:[0,8,11,12],filesize_limit:[0,16],fill:[0,2],filter:[0,2,12,16],filter_command:2,find:[0,2,4,8,12],find_librari:0,fine:[0,2,4],finer:0,finicki:13,finish:0,fire:[2,16],first:[0,2,4,12],fit:2,five:0,fix_channel_ment:2,flag:[0,2,16],flatten:[0,2,12],flavour:4,flip:16,flow:0,fluent:0,fmt:4,folder:5,follow:[0,2,4,12,13,16],foo:[0,2,4,12,13],footer:0,forbidden:[0,2,4,16],forc:[0,16],form:[0,4],format:[0,2,3,4,5,8,10,12,13,14,16],formatt:[2,11],former:0,found:[0,2,4,8,12,13],fragment:[0,16],frame:[0,2],framework:[5,12],frankfurt:0,free:2,frequenc:16,frequent:12,friend:0,friend_source_flag:0,friendflag:0,friendli:[0,16],friendship:0,from:[0,2,4,5,7,8,10,12,13,16],from_dict:0,from_hsv:0,from_pair:0,from_prob:0,from_rgb:[0,12],from_url:0,full:[0,2,4,12],full_parent_nam:2,fulli:[0,2,16],func:[0,2,3],fundament:13,further:4,fut:8,futur:[0,8,12,16],gain:[0,12],gambl:3,game:[2,4,8,12,16],gameconvert:[2,4],gamesdk:0,gap:[0,2,16],gate:4,gatewai:[0,2,12,16],gatewaynotfound:[0,2],gather:0,gener:[0,2,4,12,16],generalis:[4,12],get:[0,2,4,8,12,13,16],get_all_channel:[0,2],get_all_emoji:[12,16],get_all_memb:[0,2],get_ban:[12,16],get_bot_map:2,get_channel:[0,2,8,12],get_cog:[2,3],get_command:[2,3],get_command_signatur:[2,12],get_context:[2,12],get_default_channel:13,get_default_rol:13,get_destin:[2,12],get_emoji:[0,2,8],get_ending_not:2,get_event_loop:[0,7,13],get_guild:[0,2,8,12],get_invit:12,get_listen:[2,3],get_max_s:2,get_memb:[0,8],get_member_nam:0,get_messag:12,get_opening_not:2,get_prefix:2,get_raw_channel_ment:13,get_raw_ment:13,get_reaction_us:[12,16],get_relationship:0,get_rol:[0,8,12],get_serv:12,get_task:7,get_us:[0,2,8,12],get_user_info:[12,16],getlogg:11,getticket:0,gif:0,gif_auto_plai:0,gigant:16,git:8,give:[0,2,4,13],given:[0,2,4],global:[2,12],globally_block_dm:4,goal:[0,12],goe:[0,10,12],going:[0,2,12],gold:0,gone:[0,12,16],good:8,googl:0,got:[0,4,12,16],grab:0,gracefulli:16,grain:[0,2],grammar:4,grant:[0,1],granular:[2,16],greater:[0,2],greatli:16,greedi:[2,16],greedili:2,green:0,greet:[0,2,3],greypl:0,group:[0,2,4,8,12,16],groupcal:16,groupchannel:12,groupmixin:2,guarante:[0,2,13],guild:[2,3,4,8,16],guild__nam:0,guild_and_friend:0,guild_creat:16,guild_id:[0,2,4],guild_onli:[2,4,12],guild_permiss:0,guild_posit:0,guild_subscript:0,guild_upd:0,guildchannel:[0,2,12,16],had:[0,2,12,13,16],handi:12,handl:[0,2,6,9,12,13,16],handle_execution_respons:0,handler:[0,2,4,11,12,16],handshak:[0,12,16],happen:[0,2,4,5,8,12,16],hard:0,has:[0,2,4,12,13,16],has_any_rol:2,has_guild_permiss:[2,16],has_permiss:2,has_rol:2,hash:[0,16],have:[0,2,4,7,8,12,13,14,16],head:[2,12],header:16,heard:0,heartbeat:[0,2,8,16],heartbeat_ack:[0,2,16],heartbeat_timeout:0,hei:4,height:0,hello:[0,2,3,5,8,12,13,14],help:[0,4,6,9,16],help_command:[2,12],helpcommand:[2,12,16],helper:[0,2,16],helpformatt:16,here:[0,2,3,4,7,8,10,12,14,16],hex:[0,2],hidden:[2,16],hierarchi:[12,16],high:0,higher:[0,12,16],highest:0,hint:[4,12,16],histori:[0,2,12],hmm:8,hoist:0,hold:[0,2],hong:0,hongkong:0,hood:4,hook:2,host:0,hot:5,hour:7,hous:0,hover:0,how:[0,2,4,12,13,16],howev:[0,2,4,12,13],hsv:0,http:[0,2,8,15,16],httpexcept:[0,2,16],hub:0,human:16,hunter:0,hypesquad:0,hypesquad_hous:0,hypesquadhous:0,i18n:2,icon:[0,2,16],icon_url:[0,13,16],icon_url_a:[0,16],ideal:[0,2,12],idempot:2,ident:0,identifi:[0,16],idiom:4,idl:[0,2],ietf:0,ignor:[0,2,4,16],ignore_extra:2,ignore_link:0,illustr:0,imag:[0,2,8,12,16],immedi:16,implement:[0,2,3,4,12,16],impli:0,implic:[0,13],implicit:16,implicitli:0,importerror:[14,16],imposs:0,improp:0,improv:9,inaccess:0,inact:0,includ:[0,2,12,13,16],inclus:0,incom:0,incoming_request:0,incompat:12,incomplet:2,incorrect:[0,2,12,16],increas:0,inde:[2,13],indefinit:[0,2],indent:2,independ:0,index:[0,7,13],indexerror:0,india:[0,16],indic:[0,2,16],individu:0,info:[0,2,4,11,16],info_error:4,inform:[0,2,4,12,13,16],infrastructur:0,inher:0,inherit:[0,2,4,12],initi:[0,2,12],initialis:[0,2],inlin:0,inline_attachment_media:0,inline_embed_media:0,inner:16,input:[0,2,4,16],insensit:2,insert:[0,2,7],insert_field_at:[0,16],insid:[0,2,4,12,16],insight:0,inspect:2,instal:[0,10],instanc:[0,2,4,12,16],instant:0,instanti:0,instantli:0,instead:[0,2,4,12,16],integ:[0,2,4],integr:[0,16],integration_cr:0,integration_delet:0,integration_upd:0,intellig:4,intend:0,intent:12,intention:0,interact:0,interfac:[0,2,4,12,16],intermix:2,intern:[0,2,12,13,16],internet:[0,2,12],interpret:0,interv:16,intric:4,introduc:4,introspect:2,invalid:[0,2,8,13,16],invalidargu:[0,2],invaliddata:[0,2],invalidendofquotedstringerror:2,invis:[0,16],invit:[2,4,12,16],invite_cr:0,invite_delet:0,invite_splash:0,invite_upd:0,invite_url:0,inviteconvert:[2,4],invites_from:[12,16],invoc:[2,6,9],invok:[0,2,4,12],invoke_without_command:2,invoked_subcommand:[2,8,16],invoked_with:2,involv:[0,2,12,13,16],ipc:[0,12],is_avatar_anim:0,is_being_cancel:7,is_binari:13,is_block:0,is_clos:[0,2,12],is_connect:0,is_crosspost:0,is_custom_emoji:0,is_default:[0,12,13],is_default_channel:13,is_empti:[0,16],is_everyon:[13,16],is_friend:0,is_guild_own:2,is_icon_anim:[0,16],is_in_guild:4,is_load:[0,16],is_m:[0,2],is_new:[0,4],is_nsfw:[0,2,12,16],is_on_cooldown:2,is_on_mobil:0,is_opu:0,is_own:[2,4,12],is_paus:0,is_plai:[0,12],is_priv:12,is_readi:[0,2,12],is_run:7,is_spoil:0,is_strict_subset:0,is_strict_superset:0,is_subset:0,is_superset:0,is_system:[0,16],is_unicode_emoji:0,is_us:[0,16],isinst:[0,4,12],isn:[0,2,12],issu:[2,13,16],issubclass:0,item:[0,2,16],iter:[2,9,16],its:[0,2,4,5,12,13],itself:[0,2,4,12],jake:0,japan:0,join:[0,2,4,16],join_notif:0,join_voice_channel:12,joindist:4,joindistanceconvert:4,joined_at:[0,4],jpeg:0,jpg:[0,2],json:[0,8,12],json_url:0,jump:0,jump_url:0,just:[0,2,4,12,16],kbp:0,keep:[4,12,16],kei:[0,2,16],kept:[0,12,16],keyboardinterrupt:[0,2],keyword:[0,2,12,16],kick:[0,12,13,16],kick_memb:[0,16],know:[0,2,4,5,12,13,16],known:[0,2],kong:0,kwarg:[0,2,7],lack:2,lambda:[0,12,16],languag:0,larg:[0,2,16],large_imag:0,large_image_text:0,large_image_url:0,large_text:0,large_threshold:0,larger:[0,2],largest:2,last:[0,2,13],last_messag:0,last_message_id:0,last_pin:0,latenc:[0,2],later:2,latest:[0,16],launch:[0,12,16],lead:[0,2,16],leak:16,learn:0,least:[0,4],leav:[0,4,12],leave_serv:12,left:[0,2,4,7,16],legaci:16,len:[0,2,4,7,8],length:[0,2,8],less:[0,2,16],let:[0,2,7],level:[0,2,4,11,12,16],levelnam:11,lib:0,libffi:10,libnacl:10,libopu:0,librari:[2,4,5,12,13,16],light:0,light_grei:0,lighter_grei:0,like:[0,2,4,5,12,13],likewis:0,limit:[0,2,16],line:[0,2,12,16],linear:[0,4],linger:[0,2],link:0,linter:16,linux:[0,16],liquid:4,list:[0,2,3,4,12,13,16],listen:[0,2,3,12],littl:16,live:[0,16],load:[0,2,5,16],load_extens:[2,5],load_opu:0,local:[0,2,4,12],locat:0,lock:[0,4,7,16],log:[2,9,10,11,12,14,16],logger:11,logic:[0,2,12,16],login:[0,2,12,13,16],loginfailur:[0,2],logout:[0,2,13],logs_from:[12,13,16],london:0,longer:[2,12,13,16],look:[0,2,5,12],lookup:[0,2,8,13,16],loop:[0,2,7,8,13,16],loss:0,lost:0,lot:[0,2,4,12,13,16],low:[0,2],lower:[0,4,12,13,16],lowest:0,luckili:4,lul:8,lying:[0,2],m_id:12,machin:[0,16],machineri:[0,12],made:[0,2,4,13,16],magenta:0,mai:[0,2],main:[0,2,13,16],main_task:13,mainli:[0,2,16],major:[9,13],make:[0,2,4,5,8,12,13,16],manag:[0,2,16],manage_channel:[0,2],manage_emoji:[0,16],manage_guild:[0,12],manage_messag:[0,2,13],manage_nicknam:0,manage_permiss:[0,16],manage_rol:0,manage_serv:12,manage_webhook:[0,16],mani:[0,2,4,12,13,16],manner:[0,4],manual:[0,2,16],map:[0,2,12],mark:[0,2,12,13],markdown:[0,2,16],mass:[0,4],massiv:[12,13],master:8,match:[0,2,16],mate:[0,2],matter:2,max:[0,2,16],max_ag:0,max_concurr:[2,16],max_memb:0,max_messag:[0,16],max_pres:0,max_siz:[2,16],max_us:0,maxconcurrencyreach:2,maximum:[0,2,16],maximum_s:0,mayb:[4,16],mean:[0,2,4,5,12,13,16],meaning:0,meant:[2,13,16],measur:2,mechan:[2,5],medium:0,meet:[0,2,12],member2:4,member:[2,3,4,8,16],member_count:0,member_disconnect:0,member_id:0,member_mov:0,member_prun:0,member_role_upd:0,member_upd:0,memberconvert:[2,4],memberrol:4,members_remov:0,membership:0,membership_st:0,memori:[0,12,16],mention:[0,2,3,4,12,13,16],mention_everyon:0,mentioned_in:[0,16],meow:8,merger:12,messag:[2,4,8,9,10,11,13,14,16],message_bulk_delet:0,message_delet:0,message_display_compact:0,message_id:[0,8],message_length:0,message_pin:0,message_reaction_remov:16,message_reaction_remove_al:16,message_unpin:0,messageconvert:[2,4,16],messageflag:16,messagetyp:[0,16],met:[0,2],meta:[2,6,9],metaclass:[2,12],meth:3,method:[0,2,4,12,16],mfa:0,mfa_en:0,mfa_level:[0,16],mid:2,might:[0,2,4],mighti:0,migrat:[9,16],millisecond:[0,16],mimic:0,mind:[0,4,12],miniatur:0,minifi:2,minim:2,minimalhelpcommand:[2,12,16],minimalist:12,minimis:4,minimum:0,minor:16,minut:[0,7],mirror:[0,2,16],misc:0,miscellan:[0,2],mismatch:[0,16],miss:[0,2,16],missing_perm:2,missing_rol:2,missinganyrol:2,missingpermiss:2,missingrequiredargu:2,missingrol:2,mister:2,misus:12,mix:[0,4],mixin:2,mobil:0,mobile_statu:0,mode:[0,11,16],model:[0,4,9],moder:[0,2],modif:2,modifi:0,modul:[0,2,12,16],modulenotfounderror:14,moduletyp:2,moment:0,monei:3,more:[0,2,4,5,8,12,13,16],more_emoji:0,most:[0,2,4,12,16],move:[0,12,16],move_channel:12,move_memb:[0,12,16],move_rol:12,move_to:[0,16],mp3:12,msg:[0,2,12],much:[0,2,4,12,16],multi:4,multipart:0,multipl:[0,2,4,12,16],must:[0,2,4,5,12,13],mute:[0,16],mute_memb:0,mutual:0,mutual_friend:0,mutual_guild:0,my_aft:8,my_fil:[8,12],my_last_messag:12,my_messag:2,my_url:8,my_whitelist:2,mybot:12,myclient:[0,10],mycog:[2,3,7,12],mycontext:12,myconvert:12,myhelpcommand:12,naiv:[0,2],name:[0,2,3,4,5,8,11,12,13,16],namedtupl:[0,12,16],nan:0,nativ:0,natur:[0,2,12],necessari:[0,2,12],need:[0,2,4,5,12,13,16],nest:[0,4],never:[2,5],new_filenam:8,new_memb:0,new_password:0,newer:13,newest:[0,2],newli:0,next:[0,2,4],next_iter:[7,16],nice:4,nick:0,nicknam:[0,2,4,16],nitro:[0,16],nitro_class:0,no_categori:2,no_pm:12,no_rol:0,nobodi:0,noentrypointerror:2,nois:16,noisi:4,nomoreitem:0,non:[0,2,4,16],nonc:[0,2,16],none:[0,2,3,4,7,8,12,16],nonetyp:2,nonsens:2,noon:0,noprivatemessag:[2,4],normal:[0,12,16],note:[0,2,4,12,13,16],notfound:[0,2,16],noth:[0,2,4],notif:[0,2],notificationlevel:0,notown:2,now:[0,2,5,13,16],nsfw:[0,2,12,16],nsfwchannelrequir:2,ntp:0,number:[0,2,4],oauth2:[0,1],oauth_url:[0,1],obj:[0,16],object:[2,4,12,16],obtain:0,occur:[0,2,5,16],octob:0,off:[0,2,4,12],offer:0,offici:[0,12,16],offlin:[0,2,12,16],often:[0,4,16],old:[0,2,12,13,16],older:[0,13],oldest:[0,2],oldest_first:[0,2],omit:[0,4],on_:[0,2],on_bulk_message_delet:0,on_bulker_cancel:7,on_channel_:12,on_channel_cr:12,on_channel_delet:12,on_channel_upd:[12,13],on_command:[2,12],on_command_complet:[2,12],on_command_error:[2,4,12,16],on_connect:0,on_disconnect:0,on_error:[0,2],on_group_join:0,on_group_remov:0,on_guild_avail:[0,12],on_guild_channel_:12,on_guild_channel_cr:[0,12],on_guild_channel_delet:[0,12],on_guild_channel_pins_upd:0,on_guild_channel_upd:[0,12],on_guild_emojis_upd:[0,12],on_guild_integrations_upd:0,on_guild_join:[0,12],on_guild_remov:[0,12],on_guild_role_cr:[0,12],on_guild_role_delet:[0,12],on_guild_role_upd:[0,12],on_guild_unavail:[0,12],on_guild_upd:[0,12],on_help_command_error:[2,12,16],on_invite_cr:[0,16],on_invite_delet:[0,16],on_member_ban:[0,12,16],on_member_join:[0,3],on_member_remov:0,on_member_unban:[0,16],on_member_upd:[0,13,16],on_messag:[0,2,10,12,13,14],on_message_delet:0,on_message_edit:0,on_private_channel_:12,on_private_channel_cr:[0,12],on_private_channel_delet:[0,12],on_private_channel_pins_upd:0,on_private_channel_upd:[0,12],on_raw_bulk_message_delet:0,on_raw_message_delet:0,on_raw_message_edit:0,on_raw_reaction_add:0,on_raw_reaction_clear:0,on_raw_reaction_clear_emoji:[0,16],on_raw_reaction_remov:0,on_reaction_add:[0,16],on_reaction_clear:[0,16],on_reaction_clear_emoji:[0,16],on_reaction_remov:[0,16],on_readi:[0,2,10,14,16],on_relationship_add:0,on_relationship_remov:0,on_relationship_upd:0,on_resum:[0,16],on_server_avail:12,on_server_emojis_upd:[12,16],on_server_join:12,on_server_remov:12,on_server_role_cr:12,on_server_role_delet:12,on_server_role_upd:[12,13],on_server_unavail:12,on_server_upd:12,on_shard_readi:[0,16],on_socket_clos:13,on_socket_open:13,on_socket_raw_rec:0,on_socket_raw_send:[0,13],on_socket_rec:13,on_statu:13,on_typ:0,on_user_upd:0,on_voice_state_upd:[0,12,13,16],on_webhooks_upd:0,onc:[0,2,5,12,16],one:[0,2,4,12,13,16],ones:[0,2,12],onli:[0,2,12,13,16],onlin:[0,2,13],only_for_m:2,only_for_own:2,only_m:2,only_ment:0,onto:[0,2],opcod:16,open:[0,2,4,8],oper:[0,2,12,13],opportun:12,opportunist:0,opposit:12,optimis:[0,12],option:[0,2,6,7,9,12],optiona:0,opu:16,opuserror:0,opusnotload:0,orang:0,order:[0,2,4,12,13,16],ordereddict:2,origin:[0,2,8],other:[0,2,4,12,13,16],otherwis:[0,2,16],our:[4,5,7,12],ourselv:0,out:[0,2,4,5,12,13,16],outag:[0,2],outgoing_request:0,outlin:[0,2],output:[0,2,16],outsid:[0,2,12],over:[0,2,12],overal:0,overrid:[0,2,4,12],overridden:[0,2,12],overwrit:[0,12,16],overwrite_cr:0,overwrite_delet:0,overwrite_upd:0,overwrites_for:0,own:[0,2,4,16],owner:[0,2,4,12,16],owner_id:[0,2,12,16],owner_or_permiss:2,ownership:0,packag:[10,16],packet:0,pad:2,page:[0,2,4,12,13,16],pagin:[0,2,16],pair:[0,2],param:2,paramet:[0,2,5,6,9,12,13,16],parent:[2,12,16],parenthes:[12,16],pars:[0,2,4,16],parser:[2,4],part:[0,2,12],parti:0,partial:0,partialemoji:[2,4],partialemojiconvert:[2,4],partialinvitechannel:2,partialinviteguild:2,particip:[0,2],particular:[0,12],partner:[0,16],party_id:0,pass:[0,2,3,4,7,8,12,13,16],pass_context:12,password:[0,12],past:0,patch:12,path:[0,5,8],pathlik:0,paus:[0,12],payload:[0,2,13,16],pcm:0,pcmaudio:0,pcmvolumetransform:[0,12],peopl:[0,2,4],pep:[0,4],per:[0,2,12],percentag:0,perform:[0,2,13],period:[0,2],perm:[0,2],permiss:[1,2,4,12,13,16],permissionoverwrit:16,permissions_for:[0,2,16],permissions_in:[0,16],permissions_sync:[0,16],person:[2,4],phone:0,pin:[0,2,12,16],pin_messag:12,pins_add:[0,16],pins_from:12,pip:10,pipe:0,pixel:0,pjsalt:0,place:[0,2,13],plai:[0,2,8,12],plain:5,plan:16,platform:[0,16],player:[0,12,16],pleas:[0,2,4,16],plug:12,plugin:5,png:[0,2,8,12],point:[0,2,5],pointless:0,pointlessli:0,pool:[2,7],popen:0,pornographi:0,port:16,portion:[0,2],posit:[0,12,16],posix:2,possibl:[0,4,13,16],post:[0,2,12],postgresconnectionerror:7,potenti:[0,2],power:[0,2,4,12,13],pre:[0,2,16],precis:[0,16],pred:12,predic:[0,2,4,16],prefer:0,preferred_local:0,prefix:[0,2,4,13,16],prefixes_for:2,prematur:2,premium:[0,16],premium_guild_subscript:0,premium_guild_tier_1:0,premium_guild_tier_2:0,premium_guild_tier_3:0,premium_sinc:[0,16],premium_subscrib:[0,16],premium_subscript:0,premium_subscription_count:[0,16],premium_ti:[0,16],premium_typ:0,premiumtyp:0,prepar:[0,2],prepare_help_command:[2,12],presenc:[0,2,12],present:[0,12],pretend:[5,12],pretti:[4,13],prevent:[0,2,16],previou:[0,2,12,16],previous:[0,2,13],price:4,primari:0,primary_sku_id:0,primer:[6,9],print:[0,2,3,5,7,10,12,14],printer:7,prior:[0,2,12,13],priority_speak:0,privaci:0,privat:[0,2,12,16],private_channel:[0,2,13],privatechannel:[0,2,12],privatemessageonli:2,probabl:[0,2],probe:0,problem:[0,12],procedur:2,process:[0,2,4,5,12,16],process_command:[2,8],produc:0,profil:[2,9,16],program:0,prone:0,proof:12,propag:[0,2,4,16],proper:[0,2,16],properli:[2,16],properti:[0,2,4,16],protocol:2,provid:[0,2,4,12,13,16],proxi:0,proxy_auth:0,proxy_url:0,prune:[0,16],prune_memb:[0,12,16],pseudo:12,public_dis:0,publicli:16,publish:0,pull:8,pure:[0,2],purg:[0,12],purge_from:12,purpl:0,purpos:[0,2,12],push:[0,2,8],put:12,python3:[8,10,14],python:[0,2,3,4,5,9,10,13,16],qualifi:[2,5],qualified_nam:[2,3,12],queri:[0,2,16],query_memb:[0,16],question:13,queue:2,quick:12,quickli:[5,16],quit:13,quot:[2,4,12,16],race:[2,16],raffl:0,rais:[0,2,4,12,16],randint:3,random:[0,3,4,8],randomli:16,rang:4,rare:[0,5],rate:[0,2,16],ratelimit:0,rather:[0,2,16],raw:[0,2,16],raw_channel_ment:[0,13],raw_ment:[0,13],raw_role_ment:0,rawmessageupdateev:16,rawreactionactionev:16,reach:[0,2,4,12],react:[0,2,16],reaction:[2,12,16],reaction_add:[0,2,12],reaction_remov:0,read:[0,2,5,8,12,16],read_messag:[0,16],read_message_histori:[0,2],reader:16,readi:[0,2,16],realiti:0,realli:0,reason:[0,2,4,12,13,16],receiv:[0,2,4,12,13,16],recent:[0,2],recipi:0,recipient_add:0,recipient_remov:0,recognis:[0,16],recommend:[0,2,12],reconnect:[0,2,7,12,16],record_usag:2,recurs:[0,2],red:0,redesign:12,redirect:[0,16],redirect_uri:0,reduc:[13,16],refer:[4,5,6,9,12,13,16],referenc:4,refresh:2,regard:[2,16],regardless:[0,2,12],regener:1,regex:16,region:[0,2,12,13,16],regist:[0,2,4,12,13],registr:[0,2,12],regress:16,regular:[0,2,4,12,16],regularli:2,reinvok:[2,12],reiter:13,relat:[0,2,12,13,16],relationship:0,relationshiptyp:0,relax:4,releas:16,releaselevel:0,relev:12,reli:[0,2,16],reliabl:16,reload:[2,6,9],reload_extens:[2,5],remain:[0,16],remot:8,remov:[0,2,4,5,13,16],remove_check:[2,16],remove_cog:[2,3],remove_command:[2,16],remove_exception_typ:7,remove_field:0,remove_friend:0,remove_listen:2,remove_ment:2,remove_react:[0,12,16],remove_recipi:0,remove_rol:[0,12],renam:[12,16],render:[0,2,16],render_emb:0,render_react:0,reorder:4,replac:[0,2,12,16],replace_rol:12,repli:[0,2,12],repres:[0,2,12,16],represent:0,request:[0,2,4,8,12,16],request_offline_memb:[0,2],requestswebhookadapt:[0,16],requir:[0,1,2,4,12,16],require_colon:0,reset:[0,2,16],reset_cooldown:2,resili:12,resolut:[0,16],resolv:0,resolve_invit:0,resourc:12,resp:[8,12],respect:[0,2,12],respons:[0,16],rest:[2,4,8],rest_is_raw:[2,4],restart:[0,2,5,7,16],restrict:16,restricted_guild:0,result:[0,2,4,8,12,16],resum:[0,2,4,12,16],retreiv:0,retri:[2,12,16],retriev:[0,2,12,16],retry_aft:2,revamp:12,revert:12,revok:[0,2,16],rewritten:16,rfc:0,rgb:[0,12],rich:[0,2,4,12,16],right:[0,4,12],ring:0,risk:2,robust:4,role:[2,4,12,13,16],role_a:16,role_b:16,role_cr:0,role_delet:0,role_hierarchi:[12,16],role_id:0,role_ment:0,role_upd:0,roleconvert:[2,4],roll:2,root:[2,12],root_par:[2,12],roughli:[0,2],routin:2,rpc:0,rpc_origin:0,rule:[0,2,16],rules_channel:[0,16],run:[0,2,4,5,10,12,14,16],run_coroutine_threadsaf:8,run_until_complet:[0,2,13],rung:0,runtim:[2,12,16],runtimeerror:[2,7,12],russia:0,safe:0,safeti:[0,16],sai:[0,2,3,12],said:[0,2,12,13],same:[0,2,4,16],san:2,save:[0,4,12,16],scan:0,scenario:[0,2],scope:1,screen:0,script:10,scrub:[2,12],search:[0,2],second:[0,2,4,7,8,16],secret:[0,4,12],secret_cog_data:12,secretguilddata:4,secretguilddata_error:4,section:2,see:[0,2,4,12,13,16],seek:0,seek_begin:0,seemingli:16,seen:[0,4,13],select:0,self:[0,2,3,4,7,10,12],self_bot:2,self_deaf:0,self_mut:0,self_stream:[0,16],self_video:0,sell:0,send:[0,2,3,4,5,8,9,14,16],send_audio_packet:0,send_bot_help:[2,12],send_cog_help:[2,12],send_command_help:[2,12],send_error_messag:[2,12],send_fil:[12,16],send_friend_request:0,send_group_help:[2,12],send_help:[2,12,16],send_messag:[0,12,13,16],send_pag:2,send_tts_messag:0,send_typ:12,sens:13,sent:[0,2,16],sentinel:0,separ:[0,2,13],seq:0,sequenc:[0,2,13,16],server:[0,2,8,13,16],server_permiss:16,server_voice_st:[12,16],serverregion:[13,16],servic:2,sess:12,session:[0,8,12,16],session_id:0,set:[0,2,4,12,16],set_author:0,set_channel_permiss:13,set_field_at:0,set_foot:0,set_imag:[0,8],set_permiss:[0,12],set_thumbnail:0,setformatt:11,setlevel:11,settabl:0,setup:[2,5],sever:[2,12],shallow:0,shard:[0,2,9,16],shard_count:[0,12],shard_id:[0,12],share:[0,2],shift:[0,2],shim:16,short_doc:2,shortcut:[0,2,12,16],shorten:2,shorten_text:2,shorter:4,shorthand:[0,2],should:[0,2,4,12,13,16],shouldn:16,show:[0,12,16],show_current_gam:0,show_hidden:2,shown:[0,2,16],side:4,sidestep:16,sign:8,signal:[0,2,4,16],signatur:[2,4,12,13],signific:12,significantli:[12,16],silent:[0,2,4],similar:[0,2,4,5,12],similarli:[0,2,4,12],simpl:[4,5,12],simplifi:16,sinc:[0,2,4,12,13,16],singapor:0,singl:[0,2,4,5,12,16],singular:[4,12],situat:0,size:[0,2,12,16],skip:[0,4],sku:0,slap:4,slapper:4,slash:0,sleep:[0,8,16],sleep_until:[0,16],slightli:[0,4],slim:0,slot:[0,16],slow:[0,2],slow_count:7,slowmod:0,slowmode_delai:0,slug:0,small:[0,16],small_imag:0,small_image_text:0,small_image_url:0,small_text:0,snippet:12,snowflak:[0,2],snowflake_tim:0,sold:0,sole:[0,2,4],some:[0,2,3,4,7,8,12,13,16],some_channel:8,some_fp:12,somecogmixin:2,somehow:[0,2,16],somemixin:2,someon:[0,2,16],someth:[0,2,4,12,13],sometim:[0,4,5,16],somewhat:16,song:[0,8],sort:[0,2,12],sort_command:2,sourc:[0,10,12],source_message_delet:0,south:0,southafrica:0,space:[2,4,12],spam:4,speak:[0,16],special:[0,2,12],specif:[0,2,4,12,16],specifi:[0,2,4,12,13,16],spectat:0,speech:[0,2],spell:2,spike:16,splash:[0,16],splash_url:0,splash_url_a:0,split:[0,4],spoiler:0,spotifi:16,stack:16,staff:0,stand:0,standard:[0,16],start:[0,2,7,12,16],start_private_messag:12,startswith:[0,2,14],state:[0,2,4,13,16],statement:0,static_format:0,statu:[0,2,8,12,13,16],status:16,status_cod:8,stderr:[0,2,4,7,16],stdin:0,step:[0,4,5],stereo:0,still:[0,2,4,13,16],stop:[0,2,7,12,16],store:[0,12],str:[0,2,4,8,16],straightforward:13,strang:0,strategi:[0,2],stream:[8,16],streamplay:16,strict:0,string:[0,2,4,5,12,13,16],stringli:0,strip:[2,4,16],structur:[13,16],stuff:[0,2,4,8],style:[0,16],sub:[0,2,4],subclass:[0,2,16],subcommand:[2,12],subcommand_not_found:[2,12],subcommand_pass:2,subject:16,subprocess:0,subprocess_kwarg:0,subscript:[0,16],subsequ:0,subset:0,substitut:0,succe:2,succeed:2,success:0,successfulli:[0,2],suffix:[2,16],suggest:[0,2],suit:0,suitabl:0,summari:0,superset:0,suppli:[0,2],support:[4,9,12,13,16],suppress:[0,16],suppress_emb:0,sure:[2,8],surpass:0,surpris:[4,16],swallow:0,sydnei:0,sync:[0,16],sync_permiss:0,synchron:12,syntax:[0,4],sys:[0,2,7],system:[0,2,4,12,16],system_channel:[0,3,16],system_channel_flag:[0,16],system_cont:[0,16],systemchannelflag:16,tabl:[0,4],table_flip:0,take:[0,2,4,5,12,13,16],taken:[0,16],talk:0,target:[0,4],task:[0,2,9,12,16],teal:0,team:[0,2,16],team_us:[0,16],teammemb:0,teammembershipst:0,teardown:[2,5],teaser_graph:8,technic:[4,16],techniqu:4,tediou:4,tell:[2,4,13],temporari:0,ten:0,term:[2,4],termin:[0,2,16],test:[2,4,12,13],test_error:4,text:[0,2,12,13,16],text_channel:[0,8,12],textchannel:[2,4,12,16],textchannelconvert:[2,4,12],than:[0,2,4,8,12,13,16],thank:16,thei:[0,2,4,12,13,16],them:[0,2,4,5,12,13,16],theme:0,thi:[0,2,3,4,5,12,13,16],thing:[0,4,12,13,16],third:2,those:[0,2,4,12,16],though:0,thousand:16,thread:[0,13,16],three:2,through:[0,2,4,12,13,16],throughout:4,thrown:[0,2],thu:[0,2,12],thumb:[0,2,8],thumbnail:0,thumbsup:8,tier:0,tighten:16,time:[0,2,4,5,8,12,16],timedelta:0,timeout:[0,2,12,16],timeouterror:[0,2,12],timestamp:[0,12],timezon:[0,2],timezone_offset:0,titl:[0,12],to_dict:0,to_fil:[0,16],to_rgb:[0,12],to_slap:4,to_tupl:12,to_upp:4,togeth:[2,4,12],toggl:[4,16],token:[0,2,10,12,13,14,16],too:[0,2,12,16],took:[0,12],tool:2,toomanyargu:2,top:0,top_rol:[0,16],topic:0,total:[0,2],toward:12,traceback:0,track:0,track_id:0,tradit:0,traffic:0,trait:0,transfer:0,transform:[0,2],transmit:0,transpar:[0,12],trap:16,treat:4,tri:[0,4,16],tribool:2,trigger:[0,2,16],trigger_typ:[0,2,12],trust:[0,16],tts:[0,2,13],tune:4,tupl:[0,2,4,12,16],turn:[0,4,12],twice:16,twitch:0,twitch_nam:0,two:[0,2,4,12,16],type:[0,2,7,8,13,16],typeerror:[0,2,7,16],typic:[0,2],u0001f44d:8,ultim:5,unavail:[0,2,16],unban:[0,12,16],unbind:2,unblock:0,unbound:12,unboundlocalerror:16,uncaught:0,unchang:2,uncondition:16,under:[0,2,4,16],undergo:12,underli:12,underlin:2,understand:2,undetermin:4,undo:[0,2],undocu:16,unexpect:[0,2],unexpectedquoteerror:2,unicod:[0,16],unintend:[2,4],union:[0,2],uniqu:[0,2],unix:0,unknown:[0,2,16],unless:[0,2,12],unlik:[0,2,4],unlimit:0,unload:[2,5,12],unload_extens:2,unnecessari:16,unpack:16,unpin:[0,12],unpin_messag:12,unrestrict:0,unset:2,unspecifi:[0,2],unsuppress:0,unsync:0,until:[0,2,4,13,16],updat:[0,2,7,12,16],upgrad:[9,16],upload:[0,2,12],upon:[0,2,16],upper:4,urgent:0,uri:0,url:[0,2,8,12,16],us_centr:0,us_east:0,us_south:0,us_west:[0,2,13],usabl:[0,16],usag:[0,2,4,12,16],use:[0,2,4,5,12,13,16],use_cach:0,use_external_emoji:[0,16],use_nicknam:[2,4],use_voice_activ:0,used:[0,2,4,5,12,16],useful:[0,2,4,5,12,16],useless:13,user:[2,4,8,10,13,14,16],user_id:[0,2],user_limit:0,usercontentfilt:0,userconvert:[2,4,12],userinputerror:[2,16],usernam:[0,4,16],uses:[0,2,12,16],using:[0,2,4,12,13,16],usual:[0,2,4,5],utc:[0,2],utf:[2,11],util:[1,2,8,9,12,13,16],valid:[0,2,4,12,13,16],valu:[0,2,4,13,16],valueerror:[0,7,16],vaniti:[0,12],vanity_cod:0,vanity_invit:[0,12],vanity_url:0,vanity_url_cod:0,variabl:[0,12,13],variou:16,venv:10,verb:0,veri:[0,2],verif:[0,16],verifi:[0,2],verification_level:[0,16],verificationlevel:[0,16],verify_check:2,verify_kei:0,version:[0,2,9,13,16],version_info:[0,16],versionad:0,very_high:0,via:[0,2,4,12,13,16],video:0,view:[0,12],view_audit_log:[0,12],view_channel:[0,16],view_guild_insight:[0,16],vip:[0,16],vip_amsterdam:0,vip_region:0,vip_us_east:0,vip_us_west:0,virtual:10,visibl:[12,16],voic:[2,8,9,10,16],voice_channel:[0,12],voice_cli:[0,2,12,16],voice_client_in:16,voice_memb:12,voice_st:[0,16],voice_state_for:0,voicechannel:[2,4,12,16],voicechannelconvert:[2,4,12],voicecli:[0,2,12,16],voiceregion:[0,2,16],voicest:[12,16],volum:[0,12],wai:[0,2,4,12,16],wait:[0,2,7,9,16],wait_for:[0,2,12],wait_for_messag:[12,16],wait_for_react:[12,16],wait_until_login:[12,16],wait_until_readi:[0,2,7,12,16],walk:2,walk_command:[2,3],wall:4,want:[0,2,4,5,12,13],warn:[0,4,11,16],watch:[0,8],web:0,web_statu:0,webhook:[2,9,12,16],webhook_cr:0,webhook_delet:0,webhook_id:[0,2,12],webhook_upd:0,webhookadapt:0,webhooktyp:[0,16],webm:0,webp:0,websocket:[0,2,12,16],week:0,welcom:[0,3],welcome_screen_en:0,well:[0,2,4,12,16],went:13,were:[0,2,12,13,16],west:[0,13],what:[0,2,4,5,12,13,16],whatev:[0,16],when:[0,2,4,5,12,13,16],when_ment:2,when_mentioned_or:2,whenev:[0,2,12],where:[0,2,4,12,13,16],whether:[0,2,12,16],which:[0,2,4,5,12,13,16],whisper:12,white:4,whitelist:2,who:[0,2,16],whose:0,why:[0,2],wide:[0,2],widget:[2,16],widget_channel:0,widget_en:0,width:[0,2,16],window:0,winner:0,wise:[0,2,12],wish:0,with_count:[0,2],withdraw_monei:3,within:[0,2,4,16],without:[0,2,5,12,16],won:0,word:4,work:[0,2,4,12,13,16],world:0,worth:0,would:[0,2,4,12,16],wrap:[0,4,12],write:[4,16],written:[0,4],wrong:[0,2],x__y:0,xsalsa20_poly1305_lit:16,yes:4,yet:16,yield:[0,2,8,13],you:[0,2,4,5,8,12,13,16],your:[0,2,4,8,10,12,13,14,16],yourself:[0,2,4,12],youtub:[0,16],zip:8},titles:["API \ub808\ud37c\ub7f0\uc2a4","\ubd07 \uacc4\uc815 \uc0dd\uc131","API Reference","Cogs","Commands","Extensions","
discord.ext.commands
\u2013 Bot commands \ud504\ub808\uc784\uc6cc\ud06c","discord.ext.tasks
\u2013 asyncio.Task \ud5ec\ud37c","\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38","discord.py\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4","\uc18c\uac1c","\ub85c\uae45 \uc124\uc815","Migrating to v1.0","Migrating to v0.10.0","\ube60\ub978 \uc2dc\uc791","\ubc84\uc804 \uac1c\ub7f0\ud2f0","Changelog"],titleterms:{"\uac00":8,"\uac00\uc0c1":10,"\uac04\ub2e8\ud55c":3,"\uac10\uc0ac":8,"\uac16\uace0\uc624\ub098\uc694":8,"\uac1c\ub150":10,"\uac1c\ub7f0\ud2f0":15,"\uac1c\uc778":8,"\uac80\uc0ac":3,"\uac83\uc744":9,"\uac83\uc758":15,"\uacc4\uc815":1,"\uad00\ub828\ub41c":0,"\uad00\ub828\uc131":0,"\uae30\ubcf8":10,"\ub0b4\uc6a9":9,"\ub0b4\uc7a5":8,"\ub294":8,"\ub3cc\ub9b4":8,"\ub4f1\ub85d":3,"\ub514\uc2a4\ucf54\ub4dc":0,"\ub530\uc634\ud45c":8,"\ub73b\uc774":8,"\ub808\uc2dc\ud53c":7,"\ub808\ud37c\ub7f0\uc2a4":[0,7],"\ub85c\uadf8\ub97c":8,"\ub85c\uae45":11,"\ub9ac\ud018\uc2a4\ud2b8\ub294":8,"\ub9cc\ub4dc\ub098\uc694":8,"\ub9cc\ub4e4\uc8e0":8,"\uba48\ucd94\uac8c":8,"\uba54\uc18c\ub4dc\ub4e4":3,"\uba54\uc2dc\uc9c0":8,"\uba54\uc2dc\uc9c0\ub97c":8,"\uba54\uc2dc\uc9c0\uc5d0":8,"\uba54\uc2dc\uc9c0\uc758":8,"\uba85\ub839\uc5b4":8,"\uba85\ub839\uc5b4\ub97c":8,"\ubaa8\ub378":0,"\ubaa8\ub378\uc740":8,"\ubb34\uc5b8\uac00\ub97c":8,"\ubb38\uc11c":9,"\ubb3b\ub294":8,"\ubb54\uac00\uc694":8,"\ubbf8\uc2dc\uc9c0\ub97c":8,"\ubc18\uc751\uc744":8,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":8,"\ubc84\uc804":15,"\ubc84\uc804\uacfc":0,"\ubcc0\ud654\uac00":15,"\ubcc0\ud654\uc758":15,"\ubcf4\ub0b8":8,"\ubcf4\ub0bc":8,"\ubcfc":8,"\ubd07":[1,14],"\ubd07\uc758":8,"\ube60\ub978":14,"\uc0ac\uc6a9\uc790":0,"\uc0ac\uc6a9\ud558\uae30":3,"\uc0ac\uc6a9\ud560":8,"\uc0ac\uc9c4\uc5d0":8,"\uc0c1\ud0dc":8,"\uc0dd\uc131":1,"\uc0dd\uc131\ud558\ub294":8,"\uc124\uc815":11,"\uc124\uc815\ud560":8,"\uc124\uce58":10,"\uc18c\uac1c":10,"\uc218":8,"\uc2dc\uc791":14,"\uc544\ub2cc":15,"\uc5b4\ub514\uc11c":8,"\uc5b4\ub514\uc5d0":8,"\uc5b4\ub5bb\uac8c":8,"\uc5bb\ub098\uc694":8,"\uc5bb\uc744":8,"\uc5c5\ub85c\ub4dc\ud560":8,"\uc608":15,"\uc608\uc2dc\ub4e4\uc744":8,"\uc608\uc81c":3,"\uc624\uc2e0":9,"\uc65c":8,"\uc694\uad6c":10,"\uc6d0\ubcf8":8,"\uc6f9":8,"\uc744":8,"\uc758":8,"\uc774\ubbf8\uc9c0":8,"\uc774\ubbf8\uc9c0\ub97c":8,"\uc774\ubca4\ud2b8\uac00":8,"\uc778\uc6a9\uad6c":8,"\uc778\uc790\uc5d0":8,"\uc77c\ubc18":8,"\uc784\ubca0\ub4dc":8,"\uc788\ub098\uc694":8,"\uc790\uc8fc":8,"\uc804\ub2ec\ud558\ub098\uc694":8,"\uc815\ubcf4":[0,9],"\uc81c":8,"\uc870\uac74":10,"\uc911":8,"\uc9c8\ubb38":8,"\ucc44\ub110\uc5d0":8,"\ucd08\ub300":1,"\ucd5c\uc18c\ud55c\uc758":14,"\ucd94\uac00":9,"\ucd94\uac00\ud560":8,"\ucf54\ub8e8\ud2f4":8,"\ucf54\ub8e8\ud2f4\uc744":8,"\ucf54\ub8e8\ud2f4\uc774":8,"\ud070":15,"\ud074\ub77c\uc774\uc5b8\ud2b8":0,"\ud2b9\ubcc4\ud55c":3,"\ud2b9\uc815\ud55c":8,"\ud30c\uc77c\uc744":8,"\ud504\ub808\uc784\uc6cc\ud06c":6,"\ud50c\ub808\uc774\uc5b4\uc758":8,"\ud544\uc694\ud558\uc8e0":8,"\ud558\ub294":8,"\ud558\uba74":8,"\ud558\uc704":8,"\ud568\uc218\uc5d0":8,"\ud5ec\ud37c":7,"\ud655\uc7a5":[8,9],"\ud658\uacbd":10,"\ud658\uc601\ud569\ub2c8\ub2e4":9,"abstract":0,"await\uc744":8,"break":16,"class":0,"enum":2,"function":[0,13],"id\ub97c":8,"int":12,"message\ub97c":8,"new":16,"py\uc5d0":9,For:12,activ:0,adapt:0,advanc:4,after:[8,12],allowedment:0,api:[0,2,7],argument:[4,13],asset:0,async:0,asynchron:12,asyncio:7,attach:0,audit:0,base:0,baseact:0,basic:4,befor:12,block:8,bool:4,bot:[2,6],bug:16,callmessag:0,categorychannel:0,chang:[12,13,16],changelog:16,channel:12,check:[2,4,12],clean:5,client:13,cog:[2,3,5,12],colour:0,command:[2,4,6,12,16],connect:12,context:[2,4,12],convert:[2,4,12],coroutin:13,customact:0,data:0,depend:12,dict:12,discord:[4,6,7,9,16],dmchannel:0,emb:0,emoji:0,enumer:[0,13],error:4,event:[0,2,12,13],except:[0,2],ext:[6,7,16],extens:[5,12],featur:16,fetch:0,file:0,fix:16,forc:13,game:0,global:4,greedi:4,groupcal:0,groupchannel:0,guild:[0,12],handl:4,help:[2,12],helper:12,helpformatt:12,hierarchi:[0,2],hook:12,improv:[12,16],inlin:4,invit:0,invoc:[4,12],iter:[0,12,13],keyword:[4,13],librari:0,log:0,major:12,manag:13,member:[0,12,13],messag:[0,12],messageflag:0,meta:3,migrat:[12,13],miscellan:[12,16],model:12,now:12,object:0,on_messag:8,onli:4,option:[3,4],opu:0,paramet:4,partialemoji:0,partialinvitechannel:0,partialinviteguild:0,perform:16,permiss:0,permissionoverwrit:0,posit:4,primer:5,profil:0,properti:[12,13],python:12,rawbulkmessagedeleteev:0,rawmessagedeleteev:0,rawmessageupdateev:0,rawreactionactionev:0,rawreactionclearemojiev:0,rawreactionclearev:0,reaction:0,refer:[0,2],registr:13,reliabl:0,reload:5,remov:12,renam:13,role:0,run:13,send:12,server:12,shard:12,show:2,snowflak:12,special:4,split:12,spotifi:0,state:12,stream:0,subclass:12,support:0,systemchannelflag:0,task:7,textchannel:0,type:[4,12],union:4,upgrad:12,user:[0,12],util:0,valu:12,variabl:4,version:12,voic:[0,12],voicechannel:0,voicest:0,wait:12,webhook:0,widget:0,widgetchannel:0,widgetmemb:0}}) \ No newline at end of file +Search.setIndex({docnames:["api","discord","ext/commands/api","ext/commands/cogs","ext/commands/commands","ext/commands/extensions","ext/commands/index","ext/tasks/index","faq","index","intro","logging","migrating","migrating_to_async","quickstart","version_guarantees","whats_new"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","discord.rst","ext\\commands\\api.rst","ext\\commands\\cogs.rst","ext\\commands\\commands.rst","ext\\commands\\extensions.rst","ext\\commands\\index.rst","ext\\tasks\\index.rst","faq.rst","index.rst","intro.rst","logging.rst","migrating.rst","migrating_to_async.rst","quickstart.rst","version_guarantees.rst","whats_new.rst"],objects:{"discord.Activity":{application_id:[0,1,1,""],assets:[0,1,1,""],details:[0,1,1,""],emoji:[0,1,1,""],end:[0,2,1,""],large_image_text:[0,2,1,""],large_image_url:[0,2,1,""],name:[0,1,1,""],party:[0,1,1,""],small_image_text:[0,2,1,""],small_image_url:[0,2,1,""],start:[0,2,1,""],state:[0,1,1,""],timestamps:[0,1,1,""],type:[0,1,1,""],url:[0,1,1,""]},"discord.ActivityType":{custom:[0,1,1,""],listening:[0,1,1,""],playing:[0,1,1,""],streaming:[0,1,1,""],unknown:[0,1,1,""],watching:[0,1,1,""]},"discord.AllowedMentions":{everyone:[0,1,1,""],roles:[0,1,1,""],users:[0,1,1,""]},"discord.AppInfo":{bot_public:[0,1,1,""],bot_require_code_grant:[0,1,1,""],cover_image:[0,1,1,""],cover_image_url:[0,2,1,""],description:[0,1,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],primary_sku_id:[0,1,1,""],rpc_origins:[0,1,1,""],slug:[0,1,1,""],summary:[0,1,1,""],team:[0,1,1,""],verify_key:[0,1,1,""]},"discord.Asset":{read:[0,2,1,""],save:[0,2,1,""]},"discord.AsyncIterator":{filter:[0,2,1,""],find:[0,2,1,""],flatten:[0,2,1,""],get:[0,2,1,""],map:[0,2,1,""],next:[0,2,1,""]},"discord.AsyncWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Attachment":{filename:[0,1,1,""],height:[0,1,1,""],id:[0,1,1,""],is_spoiler:[0,2,1,""],proxy_url:[0,1,1,""],read:[0,2,1,""],save:[0,2,1,""],size:[0,1,1,""],to_file:[0,2,1,""],url:[0,1,1,""],width:[0,1,1,""]},"discord.AudioSource":{cleanup:[0,2,1,""],is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.AuditLogAction":{ban:[0,1,1,""],bot_add:[0,1,1,""],channel_create:[0,1,1,""],channel_delete:[0,1,1,""],channel_update:[0,1,1,""],emoji_create:[0,1,1,""],emoji_delete:[0,1,1,""],emoji_update:[0,1,1,""],guild_update:[0,1,1,""],integration_create:[0,1,1,""],integration_delete:[0,1,1,""],integration_update:[0,1,1,""],invite_create:[0,1,1,""],invite_delete:[0,1,1,""],invite_update:[0,1,1,""],kick:[0,1,1,""],member_disconnect:[0,1,1,""],member_move:[0,1,1,""],member_prune:[0,1,1,""],member_role_update:[0,1,1,""],member_update:[0,1,1,""],message_bulk_delete:[0,1,1,""],message_delete:[0,1,1,""],message_pin:[0,1,1,""],message_unpin:[0,1,1,""],overwrite_create:[0,1,1,""],overwrite_delete:[0,1,1,""],overwrite_update:[0,1,1,""],role_create:[0,1,1,""],role_delete:[0,1,1,""],role_update:[0,1,1,""],unban:[0,1,1,""],webhook_create:[0,1,1,""],webhook_delete:[0,1,1,""],webhook_update:[0,1,1,""]},"discord.AuditLogActionCategory":{"delete":[0,1,1,""],create:[0,1,1,""],update:[0,1,1,""]},"discord.AuditLogChanges":{after:[0,1,1,""],before:[0,1,1,""]},"discord.AuditLogDiff":{afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],allow:[0,1,1,""],avatar:[0,1,1,""],bitrate:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],color:[0,1,1,""],colour:[0,1,1,""],deaf:[0,1,1,""],default_message_notifications:[0,1,1,""],default_notifications:[0,1,1,""],deny:[0,1,1,""],explicit_content_filter:[0,1,1,""],hoist:[0,1,1,""],icon:[0,1,1,""],id:[0,1,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],mentionable:[0,1,1,""],mfa_level:[0,1,1,""],mute:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],overwrites:[0,1,1,""],owner:[0,1,1,""],permissions:[0,1,1,""],position:[0,1,1,""],region:[0,1,1,""],roles:[0,1,1,""],slowmode_delay:[0,1,1,""],splash:[0,1,1,""],system_channel:[0,1,1,""],temporary:[0,1,1,""],topic:[0,1,1,""],type:[0,1,1,""],uses:[0,1,1,""],vanity_url_code:[0,1,1,""],verification_level:[0,1,1,""],widget_channel:[0,1,1,""],widget_enabled:[0,1,1,""]},"discord.AuditLogEntry":{action:[0,1,1,""],after:[0,1,1,""],before:[0,1,1,""],category:[0,1,1,""],changes:[0,1,1,""],created_at:[0,1,1,""],extra:[0,1,1,""],id:[0,1,1,""],reason:[0,1,1,""],target:[0,1,1,""],user:[0,1,1,""]},"discord.AutoShardedClient":{change_presence:[0,2,1,""],close:[0,2,1,""],latencies:[0,2,1,""],latency:[0,2,1,""],request_offline_members:[0,2,1,""],shard_ids:[0,1,1,""]},"discord.BaseActivity":{created_at:[0,2,1,""]},"discord.CallMessage":{call_ended:[0,2,1,""],channel:[0,2,1,""],duration:[0,2,1,""],ended_timestamp:[0,1,1,""],message:[0,1,1,""],participants:[0,1,1,""]},"discord.CategoryChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],channels:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_nsfw:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],text_channels:[0,2,1,""],type:[0,2,1,""],voice_channels:[0,2,1,""]},"discord.ChannelType":{"private":[0,1,1,""],category:[0,1,1,""],group:[0,1,1,""],news:[0,1,1,""],store:[0,1,1,""],text:[0,1,1,""],voice:[0,1,1,""]},"discord.Client":{activity:[0,2,1,""],allowed_mentions:[0,2,1,""],application_info:[0,2,1,""],cached_messages:[0,2,1,""],change_presence:[0,2,1,""],clear:[0,2,1,""],close:[0,2,1,""],connect:[0,2,1,""],create_guild:[0,2,1,""],delete_invite:[0,2,1,""],emojis:[0,2,1,""],event:[0,2,1,""],fetch_channel:[0,2,1,""],fetch_guild:[0,2,1,""],fetch_guilds:[0,2,1,""],fetch_invite:[0,2,1,""],fetch_user:[0,2,1,""],fetch_user_profile:[0,2,1,""],fetch_webhook:[0,2,1,""],fetch_widget:[0,2,1,""],get_all_channels:[0,2,1,""],get_all_members:[0,2,1,""],get_channel:[0,2,1,""],get_emoji:[0,2,1,""],get_guild:[0,2,1,""],get_user:[0,2,1,""],guilds:[0,2,1,""],is_closed:[0,2,1,""],is_ready:[0,2,1,""],latency:[0,2,1,""],login:[0,2,1,""],logout:[0,2,1,""],loop:[0,1,1,""],on_error:[0,2,1,""],private_channels:[0,2,1,""],request_offline_members:[0,2,1,""],run:[0,2,1,""],start:[0,2,1,""],user:[0,2,1,""],users:[0,2,1,""],voice_clients:[0,2,1,""],wait_for:[0,2,1,""],wait_until_ready:[0,2,1,""],ws:[0,1,1,""]},"discord.ClientUser":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],blocked:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_group:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],edit:[0,2,1,""],edit_settings:[0,2,1,""],email:[0,1,1,""],friends:[0,2,1,""],get_relationship:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],locale:[0,1,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mfa_enabled:[0,1,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],premium:[0,1,1,""],premium_type:[0,1,1,""],relationships:[0,2,1,""],system:[0,1,1,""],verified:[0,1,1,""]},"discord.Colour":{"default":[0,2,1,""],b:[0,2,1,""],blue:[0,2,1,""],blurple:[0,2,1,""],dark_blue:[0,2,1,""],dark_gold:[0,2,1,""],dark_green:[0,2,1,""],dark_grey:[0,2,1,""],dark_magenta:[0,2,1,""],dark_orange:[0,2,1,""],dark_purple:[0,2,1,""],dark_red:[0,2,1,""],dark_teal:[0,2,1,""],darker_grey:[0,2,1,""],from_hsv:[0,2,1,""],from_rgb:[0,2,1,""],g:[0,2,1,""],gold:[0,2,1,""],green:[0,2,1,""],greyple:[0,2,1,""],light_grey:[0,2,1,""],lighter_grey:[0,2,1,""],magenta:[0,2,1,""],orange:[0,2,1,""],purple:[0,2,1,""],r:[0,2,1,""],red:[0,2,1,""],teal:[0,2,1,""],to_rgb:[0,2,1,""],value:[0,1,1,""]},"discord.ConnectionClosed":{code:[0,1,1,""],reason:[0,1,1,""],shard_id:[0,1,1,""]},"discord.ContentFilter":{all_members:[0,1,1,""],disabled:[0,1,1,""],no_role:[0,1,1,""]},"discord.CustomActivity":{emoji:[0,1,1,""],name:[0,1,1,""],type:[0,2,1,""]},"discord.DMChannel":{created_at:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],me:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipient:[0,1,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Embed":{Empty:[0,1,1,""],add_field:[0,2,1,""],author:[0,2,1,""],clear_fields:[0,2,1,""],colour:[0,1,1,""],copy:[0,2,1,""],description:[0,1,1,""],fields:[0,2,1,""],footer:[0,2,1,""],from_dict:[0,2,1,""],image:[0,2,1,""],insert_field_at:[0,2,1,""],provider:[0,2,1,""],remove_field:[0,2,1,""],set_author:[0,2,1,""],set_field_at:[0,2,1,""],set_footer:[0,2,1,""],set_image:[0,2,1,""],set_thumbnail:[0,2,1,""],thumbnail:[0,2,1,""],timestamp:[0,1,1,""],title:[0,1,1,""],to_dict:[0,2,1,""],type:[0,1,1,""],url:[0,1,1,""],video:[0,2,1,""]},"discord.Emoji":{"delete":[0,2,1,""],animated:[0,1,1,""],available:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],is_usable:[0,2,1,""],managed:[0,1,1,""],name:[0,1,1,""],require_colons:[0,1,1,""],roles:[0,2,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.FFmpegAudio":{cleanup:[0,2,1,""]},"discord.FFmpegOpusAudio":{from_probe:[0,2,1,""],is_opus:[0,2,1,""],probe:[0,2,1,""],read:[0,2,1,""]},"discord.FFmpegPCMAudio":{is_opus:[0,2,1,""],read:[0,2,1,""]},"discord.File":{filename:[0,1,1,""],fp:[0,1,1,""],spoiler:[0,1,1,""]},"discord.FriendFlags":{everyone:[0,1,1,""],guild_and_friends:[0,1,1,""],mutual_friends:[0,1,1,""],mutual_guilds:[0,1,1,""],noone:[0,1,1,""]},"discord.Game":{end:[0,2,1,""],name:[0,1,1,""],start:[0,2,1,""],type:[0,2,1,""]},"discord.GroupCall":{call:[0,1,1,""],channel:[0,2,1,""],connected:[0,2,1,""],region:[0,1,1,""],ringing:[0,1,1,""],unavailable:[0,1,1,""],voice_state_for:[0,2,1,""]},"discord.GroupChannel":{add_recipients:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],leave:[0,2,1,""],me:[0,1,1,""],name:[0,1,1,""],owner:[0,1,1,""],permissions_for:[0,2,1,""],pins:[0,2,1,""],recipients:[0,1,1,""],remove_recipients:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""]},"discord.Guild":{"delete":[0,2,1,""],ack:[0,2,1,""],afk_channel:[0,1,1,""],afk_timeout:[0,1,1,""],audit_logs:[0,2,1,""],ban:[0,2,1,""],banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],bans:[0,2,1,""],bitrate_limit:[0,2,1,""],by_category:[0,2,1,""],categories:[0,2,1,""],channels:[0,2,1,""],chunked:[0,2,1,""],create_category:[0,2,1,""],create_category_channel:[0,2,1,""],create_custom_emoji:[0,2,1,""],create_role:[0,2,1,""],create_text_channel:[0,2,1,""],create_voice_channel:[0,2,1,""],created_at:[0,2,1,""],default_notifications:[0,1,1,""],default_role:[0,2,1,""],description:[0,1,1,""],discovery_splash:[0,1,1,""],discovery_splash_url:[0,2,1,""],discovery_splash_url_as:[0,2,1,""],edit:[0,2,1,""],emoji_limit:[0,2,1,""],emojis:[0,1,1,""],estimate_pruned_members:[0,2,1,""],explicit_content_filter:[0,1,1,""],features:[0,1,1,""],fetch_ban:[0,2,1,""],fetch_channels:[0,2,1,""],fetch_emoji:[0,2,1,""],fetch_emojis:[0,2,1,""],fetch_member:[0,2,1,""],fetch_members:[0,2,1,""],fetch_roles:[0,2,1,""],filesize_limit:[0,2,1,""],get_channel:[0,2,1,""],get_member:[0,2,1,""],get_member_named:[0,2,1,""],get_role:[0,2,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_icon_animated:[0,2,1,""],kick:[0,2,1,""],large:[0,2,1,""],leave:[0,2,1,""],max_members:[0,1,1,""],max_presences:[0,1,1,""],me:[0,2,1,""],member_count:[0,2,1,""],members:[0,2,1,""],mfa_level:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""],preferred_locale:[0,1,1,""],premium_subscribers:[0,2,1,""],premium_subscription_count:[0,1,1,""],premium_tier:[0,1,1,""],prune_members:[0,2,1,""],query_members:[0,2,1,""],region:[0,1,1,""],roles:[0,2,1,""],rules_channel:[0,2,1,""],shard_id:[0,2,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],system_channel:[0,2,1,""],system_channel_flags:[0,2,1,""],text_channels:[0,2,1,""],unavailable:[0,1,1,""],unban:[0,2,1,""],vanity_invite:[0,2,1,""],verification_level:[0,1,1,""],voice_channels:[0,2,1,""],voice_client:[0,2,1,""],webhooks:[0,2,1,""],widget:[0,2,1,""]},"discord.HTTPException":{code:[0,1,1,""],response:[0,1,1,""],status:[0,1,1,""],text:[0,1,1,""]},"discord.HypeSquadHouse":{balance:[0,1,1,""],bravery:[0,1,1,""],brilliance:[0,1,1,""]},"discord.Invite":{"delete":[0,2,1,""],approximate_member_count:[0,1,1,""],approximate_presence_count:[0,1,1,""],channel:[0,1,1,""],code:[0,1,1,""],created_at:[0,1,1,""],guild:[0,1,1,""],id:[0,2,1,""],inviter:[0,1,1,""],max_age:[0,1,1,""],max_uses:[0,1,1,""],revoked:[0,1,1,""],temporary:[0,1,1,""],url:[0,2,1,""],uses:[0,1,1,""]},"discord.Member":{activities:[0,1,1,""],activity:[0,2,1,""],add_roles:[0,2,1,""],avatar:[0,2,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],ban:[0,2,1,""],block:[0,2,1,""],bot:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],desktop_status:[0,2,1,""],discriminator:[0,2,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],guild:[0,1,1,""],guild_permissions:[0,2,1,""],history:[0,2,1,""],id:[0,2,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],is_on_mobile:[0,2,1,""],joined_at:[0,1,1,""],kick:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mobile_status:[0,2,1,""],move_to:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,2,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],premium_since:[0,1,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],remove_roles:[0,2,1,""],roles:[0,1,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],status:[0,2,1,""],system:[0,2,1,""],top_role:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unban:[0,2,1,""],unblock:[0,2,1,""],voice:[0,2,1,""],web_status:[0,2,1,""]},"discord.Message":{"delete":[0,2,1,""],ack:[0,2,1,""],activity:[0,1,1,""],add_reaction:[0,2,1,""],application:[0,1,1,""],attachments:[0,1,1,""],author:[0,1,1,""],call:[0,1,1,""],channel:[0,1,1,""],channel_mentions:[0,1,1,""],clean_content:[0,1,1,""],clear_reaction:[0,2,1,""],clear_reactions:[0,2,1,""],content:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],edited_at:[0,2,1,""],embeds:[0,1,1,""],flags:[0,1,1,""],guild:[0,1,1,""],id:[0,1,1,""],is_system:[0,2,1,""],jump_url:[0,2,1,""],mention_everyone:[0,1,1,""],mentions:[0,1,1,""],nonce:[0,1,1,""],pin:[0,2,1,""],pinned:[0,1,1,""],publish:[0,2,1,""],raw_channel_mentions:[0,1,1,""],raw_mentions:[0,1,1,""],raw_role_mentions:[0,1,1,""],reactions:[0,1,1,""],remove_reaction:[0,2,1,""],role_mentions:[0,1,1,""],system_content:[0,1,1,""],tts:[0,1,1,""],type:[0,1,1,""],unpin:[0,2,1,""],webhook_id:[0,1,1,""]},"discord.MessageFlags":{crossposted:[0,1,1,""],is_crossposted:[0,1,1,""],source_message_deleted:[0,1,1,""],suppress_embeds:[0,1,1,""],urgent:[0,1,1,""],value:[0,1,1,""]},"discord.MessageType":{"default":[0,1,1,""],call:[0,1,1,""],channel_follow_add:[0,1,1,""],channel_icon_change:[0,1,1,""],channel_name_change:[0,1,1,""],new_member:[0,1,1,""],pins_add:[0,1,1,""],premium_guild_subscription:[0,1,1,""],premium_guild_tier_1:[0,1,1,""],premium_guild_tier_2:[0,1,1,""],premium_guild_tier_3:[0,1,1,""],recipient_add:[0,1,1,""],recipient_remove:[0,1,1,""]},"discord.NotificationLevel":{all_messages:[0,1,1,""],only_mentions:[0,1,1,""]},"discord.Object":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.PCMAudio":{read:[0,2,1,""],stream:[0,1,1,""]},"discord.PCMVolumeTransformer":{cleanup:[0,2,1,""],read:[0,2,1,""],volume:[0,2,1,""]},"discord.PartialEmoji":{animated:[0,1,1,""],id:[0,1,1,""],is_custom_emoji:[0,2,1,""],is_unicode_emoji:[0,2,1,""],name:[0,1,1,""],url:[0,2,1,""]},"discord.PartialInviteChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],type:[0,1,1,""]},"discord.PartialInviteGuild":{banner:[0,1,1,""],banner_url:[0,2,1,""],banner_url_as:[0,2,1,""],created_at:[0,2,1,""],description:[0,1,1,""],features:[0,1,1,""],icon:[0,1,1,""],icon_url:[0,2,1,""],icon_url_as:[0,2,1,""],id:[0,1,1,""],name:[0,1,1,""],splash:[0,1,1,""],splash_url:[0,2,1,""],splash_url_as:[0,2,1,""],verification_level:[0,1,1,""]},"discord.PermissionOverwrite":{from_pair:[0,2,1,""],is_empty:[0,2,1,""],pair:[0,2,1,""],update:[0,2,1,""]},"discord.Permissions":{add_reactions:[0,1,1,""],administrator:[0,1,1,""],all:[0,2,1,""],all_channel:[0,2,1,""],attach_files:[0,1,1,""],ban_members:[0,1,1,""],change_nickname:[0,1,1,""],connect:[0,1,1,""],create_instant_invite:[0,1,1,""],deafen_members:[0,1,1,""],embed_links:[0,1,1,""],external_emojis:[0,1,1,""],general:[0,2,1,""],is_strict_subset:[0,2,1,""],is_strict_superset:[0,2,1,""],is_subset:[0,2,1,""],is_superset:[0,2,1,""],kick_members:[0,1,1,""],manage_channels:[0,1,1,""],manage_emojis:[0,1,1,""],manage_guild:[0,1,1,""],manage_messages:[0,1,1,""],manage_nicknames:[0,1,1,""],manage_permissions:[0,1,1,""],manage_roles:[0,1,1,""],manage_webhooks:[0,1,1,""],mention_everyone:[0,1,1,""],move_members:[0,1,1,""],mute_members:[0,1,1,""],none:[0,2,1,""],priority_speaker:[0,1,1,""],read_message_history:[0,1,1,""],read_messages:[0,1,1,""],send_messages:[0,1,1,""],send_tts_messages:[0,1,1,""],speak:[0,1,1,""],stream:[0,1,1,""],text:[0,2,1,""],update:[0,2,1,""],use_external_emojis:[0,1,1,""],use_voice_activation:[0,1,1,""],value:[0,1,1,""],view_audit_log:[0,1,1,""],view_channel:[0,1,1,""],view_guild_insights:[0,1,1,""],voice:[0,2,1,""]},"discord.PremiumType":{nitro:[0,1,1,""],nitro_classic:[0,1,1,""]},"discord.Profile":{bug_hunter:[0,1,1,""],connected_accounts:[0,1,1,""],early_supporter:[0,1,1,""],hypesquad:[0,1,1,""],hypesquad_houses:[0,1,1,""],mutual_guilds:[0,1,1,""],nitro:[0,1,1,""],partner:[0,1,1,""],premium:[0,1,1,""],premium_since:[0,1,1,""],staff:[0,1,1,""],system:[0,1,1,""],team_user:[0,1,1,""],user:[0,1,1,""]},"discord.RawBulkMessageDeleteEvent":{cached_messages:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_ids:[0,1,1,""]},"discord.RawMessageDeleteEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawMessageUpdateEvent":{cached_message:[0,1,1,""],channel_id:[0,1,1,""],data:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionActionEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],event_type:[0,1,1,""],guild_id:[0,1,1,""],member:[0,1,1,""],message_id:[0,1,1,""],user_id:[0,1,1,""]},"discord.RawReactionClearEmojiEvent":{channel_id:[0,1,1,""],emoji:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.RawReactionClearEvent":{channel_id:[0,1,1,""],guild_id:[0,1,1,""],message_id:[0,1,1,""]},"discord.Reaction":{clear:[0,2,1,""],count:[0,1,1,""],custom_emoji:[0,2,1,""],emoji:[0,1,1,""],me:[0,1,1,""],message:[0,1,1,""],remove:[0,2,1,""],users:[0,2,1,""]},"discord.Relationship":{"delete":[0,2,1,""],accept:[0,2,1,""],type:[0,1,1,""],user:[0,1,1,""]},"discord.RelationshipType":{blocked:[0,1,1,""],friend:[0,1,1,""],incoming_request:[0,1,1,""],outgoing_request:[0,1,1,""]},"discord.RequestsWebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""]},"discord.Role":{"delete":[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],hoist:[0,1,1,""],id:[0,1,1,""],is_default:[0,2,1,""],managed:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],mentionable:[0,1,1,""],name:[0,1,1,""],permissions:[0,2,1,""],position:[0,1,1,""]},"discord.Spotify":{album:[0,2,1,""],album_cover_url:[0,2,1,""],artist:[0,2,1,""],artists:[0,2,1,""],color:[0,2,1,""],colour:[0,2,1,""],created_at:[0,2,1,""],duration:[0,2,1,""],end:[0,2,1,""],name:[0,2,1,""],party_id:[0,2,1,""],start:[0,2,1,""],title:[0,2,1,""],track_id:[0,2,1,""],type:[0,2,1,""]},"discord.Status":{dnd:[0,1,1,""],do_not_disturb:[0,1,1,""],idle:[0,1,1,""],invisible:[0,1,1,""],offline:[0,1,1,""],online:[0,1,1,""]},"discord.Streaming":{assets:[0,1,1,""],details:[0,1,1,""],game:[0,1,1,""],name:[0,1,1,""],platform:[0,1,1,""],twitch_name:[0,2,1,""],type:[0,2,1,""],url:[0,1,1,""]},"discord.SystemChannelFlags":{join_notifications:[0,1,1,""],premium_subscriptions:[0,1,1,""],value:[0,1,1,""]},"discord.Team":{icon:[0,1,1,""],icon_url:[0,2,1,""],id:[0,1,1,""],members:[0,1,1,""],name:[0,1,1,""],owner:[0,2,1,""],owner_id:[0,1,1,""]},"discord.TeamMember":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],id:[0,1,1,""],membership_state:[0,1,1,""],name:[0,1,1,""],team:[0,1,1,""]},"discord.TeamMembershipState":{accepted:[0,1,1,""],invited:[0,1,1,""]},"discord.TextChannel":{"delete":[0,2,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],create_webhook:[0,2,1,""],created_at:[0,2,1,""],delete_messages:[0,2,1,""],edit:[0,2,1,""],fetch_message:[0,2,1,""],follow:[0,2,1,""],guild:[0,1,1,""],history:[0,2,1,""],id:[0,1,1,""],invites:[0,2,1,""],is_news:[0,2,1,""],is_nsfw:[0,2,1,""],last_message:[0,2,1,""],last_message_id:[0,1,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],pins:[0,2,1,""],position:[0,1,1,""],purge:[0,2,1,""],send:[0,2,1,""],set_permissions:[0,2,1,""],slowmode_delay:[0,1,1,""],topic:[0,1,1,""],trigger_typing:[0,2,1,""],type:[0,2,1,""],typing:[0,2,1,""],webhooks:[0,2,1,""]},"discord.Theme":{dark:[0,1,1,""],light:[0,1,1,""]},"discord.User":{avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],block:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],create_dm:[0,2,1,""],created_at:[0,2,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],dm_channel:[0,2,1,""],fetch_message:[0,2,1,""],history:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],is_blocked:[0,2,1,""],is_friend:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],mutual_friends:[0,2,1,""],name:[0,1,1,""],permissions_in:[0,2,1,""],pins:[0,2,1,""],profile:[0,2,1,""],relationship:[0,2,1,""],remove_friend:[0,2,1,""],send:[0,2,1,""],send_friend_request:[0,2,1,""],system:[0,1,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""],unblock:[0,2,1,""]},"discord.UserContentFilter":{all_messages:[0,1,1,""],disabled:[0,1,1,""],friends:[0,1,1,""]},"discord.VerificationLevel":{double_table_flip:[0,1,1,""],extreme:[0,1,1,""],high:[0,1,1,""],low:[0,1,1,""],medium:[0,1,1,""],none:[0,1,1,""],table_flip:[0,1,1,""],very_high:[0,1,1,""]},"discord.VoiceChannel":{"delete":[0,2,1,""],bitrate:[0,1,1,""],category:[0,2,1,""],category_id:[0,1,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],connect:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],guild:[0,1,1,""],id:[0,1,1,""],invites:[0,2,1,""],members:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""],type:[0,2,1,""],user_limit:[0,1,1,""],voice_states:[0,2,1,""]},"discord.VoiceClient":{average_latency:[0,2,1,""],channel:[0,1,1,""],disconnect:[0,2,1,""],endpoint:[0,1,1,""],guild:[0,2,1,""],is_connected:[0,2,1,""],is_paused:[0,2,1,""],is_playing:[0,2,1,""],latency:[0,2,1,""],loop:[0,1,1,""],move_to:[0,2,1,""],pause:[0,2,1,""],play:[0,2,1,""],resume:[0,2,1,""],send_audio_packet:[0,2,1,""],session_id:[0,1,1,""],source:[0,2,1,""],stop:[0,2,1,""],token:[0,1,1,""],user:[0,2,1,""]},"discord.VoiceRegion":{amsterdam:[0,1,1,""],brazil:[0,1,1,""],dubai:[0,1,1,""],eu_central:[0,1,1,""],eu_west:[0,1,1,""],europe:[0,1,1,""],frankfurt:[0,1,1,""],hongkong:[0,1,1,""],india:[0,1,1,""],japan:[0,1,1,""],london:[0,1,1,""],russia:[0,1,1,""],singapore:[0,1,1,""],southafrica:[0,1,1,""],sydney:[0,1,1,""],us_central:[0,1,1,""],us_east:[0,1,1,""],us_south:[0,1,1,""],us_west:[0,1,1,""],vip_amsterdam:[0,1,1,""],vip_us_east:[0,1,1,""],vip_us_west:[0,1,1,""]},"discord.VoiceState":{afk:[0,1,1,""],channel:[0,1,1,""],deaf:[0,1,1,""],mute:[0,1,1,""],self_deaf:[0,1,1,""],self_mute:[0,1,1,""],self_stream:[0,1,1,""],self_video:[0,1,1,""]},"discord.Webhook":{"delete":[0,2,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],channel:[0,2,1,""],channel_id:[0,1,1,""],created_at:[0,2,1,""],edit:[0,2,1,""],execute:[0,2,1,""],from_url:[0,2,1,""],guild:[0,2,1,""],guild_id:[0,1,1,""],id:[0,1,1,""],name:[0,1,1,""],partial:[0,2,1,""],send:[0,2,1,""],token:[0,1,1,""],type:[0,1,1,""],url:[0,2,1,""],user:[0,1,1,""]},"discord.WebhookAdapter":{handle_execution_response:[0,2,1,""],request:[0,2,1,""],webhook:[0,1,1,""]},"discord.WebhookType":{channel_follower:[0,1,1,""],incoming:[0,1,1,""]},"discord.Widget":{channels:[0,1,1,""],created_at:[0,2,1,""],fetch_invite:[0,2,1,""],id:[0,1,1,""],invite_url:[0,2,1,""],json_url:[0,2,1,""],members:[0,1,1,""],name:[0,1,1,""]},"discord.WidgetChannel":{created_at:[0,2,1,""],id:[0,1,1,""],mention:[0,2,1,""],name:[0,1,1,""],position:[0,1,1,""]},"discord.WidgetMember":{activity:[0,1,1,""],avatar:[0,1,1,""],avatar_url:[0,2,1,""],avatar_url_as:[0,2,1,""],bot:[0,1,1,""],color:[0,2,1,""],colour:[0,2,1,""],connected_channel:[0,1,1,""],created_at:[0,2,1,""],deafened:[0,1,1,""],default_avatar:[0,2,1,""],default_avatar_url:[0,2,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],id:[0,1,1,""],is_avatar_animated:[0,2,1,""],mention:[0,2,1,""],mentioned_in:[0,2,1,""],muted:[0,1,1,""],name:[0,1,1,""],nick:[0,1,1,""],permissions_in:[0,2,1,""],status:[0,1,1,""],suppress:[0,1,1,""]},"discord.abc":{Connectable:[0,0,1,""],GuildChannel:[0,0,1,""],Messageable:[0,0,1,""],PrivateChannel:[0,0,1,""],Snowflake:[0,0,1,""],User:[0,0,1,""]},"discord.abc.GuildChannel":{"delete":[0,2,1,""],category:[0,2,1,""],changed_roles:[0,2,1,""],clone:[0,2,1,""],create_invite:[0,2,1,""],created_at:[0,2,1,""],guild:[0,1,1,""],invites:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""],overwrites:[0,2,1,""],overwrites_for:[0,2,1,""],permissions_for:[0,2,1,""],permissions_synced:[0,2,1,""],position:[0,1,1,""],set_permissions:[0,2,1,""]},"discord.abc.Messageable":{fetch_message:[0,2,1,""],history:[0,2,1,""],pins:[0,2,1,""],send:[0,2,1,""],trigger_typing:[0,2,1,""],typing:[0,2,1,""]},"discord.abc.PrivateChannel":{me:[0,1,1,""]},"discord.abc.Snowflake":{created_at:[0,2,1,""],id:[0,1,1,""]},"discord.abc.User":{avatar:[0,1,1,""],bot:[0,1,1,""],discriminator:[0,1,1,""],display_name:[0,2,1,""],mention:[0,2,1,""],name:[0,1,1,""]},"discord.discord.ext.commands":{BucketType:[2,0,1,""]},"discord.discord.ext.commands.BucketType":{"default":[2,1,1,""],category:[2,1,1,""],channel:[2,1,1,""],guild:[2,1,1,""],member:[2,1,1,""],role:[2,1,1,""],user:[2,1,1,""]},"discord.ext.commands":{ArgumentParsingError:[2,3,1,""],AutoShardedBot:[2,0,1,""],BadArgument:[2,3,1,""],BadUnionArgument:[2,3,1,""],Bot:[2,0,1,""],BotMissingAnyRole:[2,3,1,""],BotMissingPermissions:[2,3,1,""],BotMissingRole:[2,3,1,""],CategoryChannelConverter:[2,0,1,""],CheckAnyFailure:[2,3,1,""],CheckFailure:[2,3,1,""],Cog:[2,0,1,""],CogMeta:[2,0,1,""],ColourConverter:[2,0,1,""],Command:[2,0,1,""],CommandError:[2,3,1,""],CommandInvokeError:[2,3,1,""],CommandNotFound:[2,3,1,""],CommandOnCooldown:[2,3,1,""],Context:[2,0,1,""],ConversionError:[2,3,1,""],Converter:[2,0,1,""],DefaultHelpCommand:[2,0,1,""],DisabledCommand:[2,3,1,""],EmojiConverter:[2,0,1,""],ExpectedClosingQuoteError:[2,3,1,""],ExtensionAlreadyLoaded:[2,3,1,""],ExtensionError:[2,3,1,""],ExtensionFailed:[2,3,1,""],ExtensionNotFound:[2,3,1,""],ExtensionNotLoaded:[2,3,1,""],GameConverter:[2,0,1,""],Greedy:[2,4,1,""],Group:[2,0,1,""],GroupMixin:[2,0,1,""],HelpCommand:[2,0,1,""],InvalidEndOfQuotedStringError:[2,3,1,""],InviteConverter:[2,0,1,""],MaxConcurrencyReached:[2,3,1,""],MemberConverter:[2,0,1,""],MessageConverter:[2,0,1,""],MinimalHelpCommand:[2,0,1,""],MissingAnyRole:[2,3,1,""],MissingPermissions:[2,3,1,""],MissingRequiredArgument:[2,3,1,""],MissingRole:[2,3,1,""],NSFWChannelRequired:[2,3,1,""],NoEntryPointError:[2,3,1,""],NoPrivateMessage:[2,3,1,""],NotOwner:[2,3,1,""],Paginator:[2,0,1,""],PartialEmojiConverter:[2,0,1,""],PrivateMessageOnly:[2,3,1,""],RoleConverter:[2,0,1,""],TextChannelConverter:[2,0,1,""],TooManyArguments:[2,3,1,""],UnexpectedQuoteError:[2,3,1,""],UserConverter:[2,0,1,""],UserInputError:[2,3,1,""],VoiceChannelConverter:[2,0,1,""],after_invoke:[2,5,1,""],before_invoke:[2,5,1,""],bot_has_any_role:[2,5,1,""],bot_has_guild_permissions:[2,5,1,""],bot_has_permissions:[2,5,1,""],bot_has_role:[2,5,1,""],check:[2,5,1,""],check_any:[2,5,1,""],clean_content:[2,0,1,""],command:[2,5,1,""],cooldown:[2,5,1,""],dm_only:[2,5,1,""],group:[2,5,1,""],guild_only:[2,5,1,""],has_any_role:[2,5,1,""],has_guild_permissions:[2,5,1,""],has_permissions:[2,5,1,""],has_role:[2,5,1,""],is_nsfw:[2,5,1,""],is_owner:[2,5,1,""],max_concurrency:[2,5,1,""],when_mentioned:[2,5,1,""],when_mentioned_or:[2,5,1,""]},"discord.ext.commands.BadUnionArgument":{converters:[2,1,1,""],errors:[2,1,1,""],param:[2,1,1,""]},"discord.ext.commands.Bot":{activity:[2,2,1,""],add_check:[2,2,1,""],add_cog:[2,2,1,""],add_command:[2,2,1,""],add_listener:[2,2,1,""],after_invoke:[2,2,1,""],allowed_mentions:[2,2,1,""],application_info:[2,2,1,""],before_invoke:[2,2,1,""],cached_messages:[2,2,1,""],case_insensitive:[2,1,1,""],change_presence:[2,2,1,""],check:[2,2,1,""],check_once:[2,2,1,""],clear:[2,2,1,""],cogs:[2,2,1,""],command:[2,2,1,""],command_prefix:[2,1,1,""],commands:[2,2,1,""],connect:[2,2,1,""],create_guild:[2,2,1,""],delete_invite:[2,2,1,""],description:[2,1,1,""],emojis:[2,2,1,""],event:[2,2,1,""],extensions:[2,2,1,""],fetch_channel:[2,2,1,""],fetch_guild:[2,2,1,""],fetch_guilds:[2,2,1,""],fetch_invite:[2,2,1,""],fetch_user:[2,2,1,""],fetch_user_profile:[2,2,1,""],fetch_webhook:[2,2,1,""],fetch_widget:[2,2,1,""],get_all_channels:[2,2,1,""],get_all_members:[2,2,1,""],get_channel:[2,2,1,""],get_cog:[2,2,1,""],get_command:[2,2,1,""],get_context:[2,2,1,""],get_emoji:[2,2,1,""],get_guild:[2,2,1,""],get_prefix:[2,2,1,""],get_user:[2,2,1,""],group:[2,2,1,""],guilds:[2,2,1,""],help_command:[2,1,1,""],invoke:[2,2,1,""],is_closed:[2,2,1,""],is_owner:[2,2,1,""],is_ready:[2,2,1,""],latency:[2,2,1,""],listen:[2,2,1,""],load_extension:[2,2,1,""],login:[2,2,1,""],logout:[2,2,1,""],on_command_error:[2,2,1,""],on_error:[2,2,1,""],owner_id:[2,1,1,""],owner_ids:[2,1,1,""],private_channels:[2,2,1,""],process_commands:[2,2,1,""],reload_extension:[2,2,1,""],remove_check:[2,2,1,""],remove_cog:[2,2,1,""],remove_command:[2,2,1,""],remove_listener:[2,2,1,""],request_offline_members:[2,2,1,""],run:[2,2,1,""],self_bot:[2,1,1,""],start:[2,2,1,""],unload_extension:[2,2,1,""],user:[2,2,1,""],users:[2,2,1,""],voice_clients:[2,2,1,""],wait_for:[2,2,1,""],wait_until_ready:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.BotMissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.BotMissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.BotMissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.CategoryChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.CheckAnyFailure":{checks:[2,1,1,""],errors:[2,1,1,""]},"discord.ext.commands.Cog":{bot_check:[2,2,1,""],bot_check_once:[2,2,1,""],cog_after_invoke:[2,2,1,""],cog_before_invoke:[2,2,1,""],cog_check:[2,2,1,""],cog_command_error:[2,2,1,""],cog_unload:[2,2,1,""],description:[2,2,1,""],get_commands:[2,2,1,""],get_listeners:[2,2,1,""],listener:[2,2,1,""],qualified_name:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.CogMeta":{command_attrs:[2,1,1,""],name:[2,1,1,""]},"discord.ext.commands.ColourConverter":{convert:[2,2,1,""]},"discord.ext.commands.Command":{__call__:[2,2,1,""],add_check:[2,2,1,""],after_invoke:[2,2,1,""],aliases:[2,1,1,""],before_invoke:[2,2,1,""],brief:[2,1,1,""],callback:[2,1,1,""],can_run:[2,2,1,""],checks:[2,1,1,""],clean_params:[2,2,1,""],cog:[2,1,1,""],cog_name:[2,2,1,""],cooldown_after_parsing:[2,1,1,""],copy:[2,2,1,""],description:[2,1,1,""],enabled:[2,1,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],help:[2,1,1,""],hidden:[2,1,1,""],ignore_extra:[2,1,1,""],invoked_subcommand:[2,1,1,""],is_on_cooldown:[2,2,1,""],name:[2,1,1,""],parent:[2,1,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],reset_cooldown:[2,2,1,""],rest_is_raw:[2,1,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],usage:[2,1,1,""]},"discord.ext.commands.CommandInvokeError":{original:[2,1,1,""]},"discord.ext.commands.CommandOnCooldown":{cooldown:[2,1,1,""],retry_after:[2,1,1,""]},"discord.ext.commands.Context":{args:[2,1,1,""],author:[2,1,1,""],bot:[2,1,1,""],channel:[2,1,1,""],cog:[2,2,1,""],command:[2,1,1,""],command_failed:[2,1,1,""],fetch_message:[2,2,1,""],guild:[2,1,1,""],history:[2,2,1,""],invoke:[2,2,1,""],invoked_subcommand:[2,1,1,""],invoked_with:[2,1,1,""],kwargs:[2,1,1,""],me:[2,1,1,""],message:[2,1,1,""],pins:[2,2,1,""],prefix:[2,1,1,""],reinvoke:[2,2,1,""],send:[2,2,1,""],send_help:[2,2,1,""],subcommand_passed:[2,1,1,""],trigger_typing:[2,2,1,""],typing:[2,2,1,""],valid:[2,2,1,""],voice_client:[2,2,1,""]},"discord.ext.commands.ConversionError":{converter:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.Converter":{convert:[2,2,1,""]},"discord.ext.commands.DefaultHelpCommand":{add_command_formatting:[2,2,1,""],add_indented_commands:[2,2,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],indent:[2,1,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],shorten_text:[2,2,1,""],sort_commands:[2,1,1,""],width:[2,1,1,""]},"discord.ext.commands.EmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.ExpectedClosingQuoteError":{close_quote:[2,1,1,""]},"discord.ext.commands.ExtensionError":{name:[2,1,1,""]},"discord.ext.commands.ExtensionFailed":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.ExtensionNotFound":{name:[2,1,1,""],original:[2,1,1,""]},"discord.ext.commands.GameConverter":{convert:[2,2,1,""]},"discord.ext.commands.Group":{add_check:[2,2,1,""],add_command:[2,2,1,""],after_invoke:[2,2,1,""],before_invoke:[2,2,1,""],can_run:[2,2,1,""],case_insensitive:[2,1,1,""],clean_params:[2,2,1,""],cog_name:[2,2,1,""],command:[2,2,1,""],commands:[2,2,1,""],copy:[2,2,1,""],error:[2,2,1,""],full_parent_name:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],invoke_without_command:[2,1,1,""],is_on_cooldown:[2,2,1,""],parents:[2,2,1,""],qualified_name:[2,2,1,""],remove_check:[2,2,1,""],remove_command:[2,2,1,""],reset_cooldown:[2,2,1,""],root_parent:[2,2,1,""],short_doc:[2,2,1,""],signature:[2,2,1,""],update:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.GroupMixin":{add_command:[2,2,1,""],all_commands:[2,1,1,""],case_insensitive:[2,1,1,""],command:[2,2,1,""],commands:[2,2,1,""],get_command:[2,2,1,""],group:[2,2,1,""],remove_command:[2,2,1,""],walk_commands:[2,2,1,""]},"discord.ext.commands.HelpCommand":{clean_prefix:[2,2,1,""],cog:[2,2,1,""],command_attrs:[2,1,1,""],command_callback:[2,2,1,""],command_not_found:[2,2,1,""],context:[2,1,1,""],filter_commands:[2,2,1,""],get_bot_mapping:[2,2,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_max_size:[2,2,1,""],invoked_with:[2,2,1,""],on_help_command_error:[2,2,1,""],prepare_help_command:[2,2,1,""],remove_mentions:[2,2,1,""],send_bot_help:[2,2,1,""],send_cog_help:[2,2,1,""],send_command_help:[2,2,1,""],send_error_message:[2,2,1,""],send_group_help:[2,2,1,""],show_hidden:[2,1,1,""],subcommand_not_found:[2,2,1,""],verify_checks:[2,1,1,""]},"discord.ext.commands.InvalidEndOfQuotedStringError":{"char":[2,1,1,""]},"discord.ext.commands.InviteConverter":{convert:[2,2,1,""]},"discord.ext.commands.MaxConcurrencyReached":{number:[2,1,1,""],per:[2,1,1,""]},"discord.ext.commands.MemberConverter":{convert:[2,2,1,""]},"discord.ext.commands.MessageConverter":{convert:[2,2,1,""]},"discord.ext.commands.MinimalHelpCommand":{add_aliases_formatting:[2,2,1,""],add_bot_commands_formatting:[2,2,1,""],add_command_formatting:[2,2,1,""],add_subcommand_formatting:[2,2,1,""],aliases_heading:[2,1,1,""],commands_heading:[2,1,1,""],dm_help:[2,1,1,""],dm_help_threshold:[2,1,1,""],get_command_signature:[2,2,1,""],get_destination:[2,2,1,""],get_ending_note:[2,2,1,""],get_opening_note:[2,2,1,""],no_category:[2,1,1,""],paginator:[2,1,1,""],send_pages:[2,2,1,""],sort_commands:[2,1,1,""]},"discord.ext.commands.MissingAnyRole":{missing_roles:[2,1,1,""]},"discord.ext.commands.MissingPermissions":{missing_perms:[2,1,1,""]},"discord.ext.commands.MissingRequiredArgument":{param:[2,1,1,""]},"discord.ext.commands.MissingRole":{missing_role:[2,1,1,""]},"discord.ext.commands.Paginator":{add_line:[2,2,1,""],clear:[2,2,1,""],close_page:[2,2,1,""],max_size:[2,1,1,""],pages:[2,2,1,""],prefix:[2,1,1,""],suffix:[2,1,1,""]},"discord.ext.commands.PartialEmojiConverter":{convert:[2,2,1,""]},"discord.ext.commands.RoleConverter":{convert:[2,2,1,""]},"discord.ext.commands.TextChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.UnexpectedQuoteError":{quote:[2,1,1,""]},"discord.ext.commands.UserConverter":{convert:[2,2,1,""]},"discord.ext.commands.VoiceChannelConverter":{convert:[2,2,1,""]},"discord.ext.commands.clean_content":{convert:[2,2,1,""],escape_markdown:[2,1,1,""],fix_channel_mentions:[2,1,1,""],use_nicknames:[2,1,1,""]},"discord.ext.tasks":{Loop:[7,0,1,""],loop:[7,5,1,""]},"discord.ext.tasks.Loop":{add_exception_type:[7,2,1,""],after_loop:[7,2,1,""],before_loop:[7,2,1,""],cancel:[7,2,1,""],change_interval:[7,2,1,""],clear_exception_types:[7,2,1,""],current_loop:[7,2,1,""],error:[7,2,1,""],failed:[7,2,1,""],get_task:[7,2,1,""],is_being_cancelled:[7,2,1,""],is_running:[7,2,1,""],next_iteration:[7,2,1,""],remove_exception_type:[7,2,1,""],restart:[7,2,1,""],start:[7,2,1,""],stop:[7,2,1,""]},"discord.opus":{OpusError:[0,3,1,""],OpusNotLoaded:[0,3,1,""],is_loaded:[0,5,1,""],load_opus:[0,5,1,""]},"discord.opus.OpusError":{code:[0,1,1,""]},"discord.utils":{escape_markdown:[0,5,1,""],escape_mentions:[0,5,1,""],find:[0,5,1,""],get:[0,5,1,""],oauth_url:[0,5,1,""],resolve_invite:[0,5,1,""],sleep_until:[0,5,1,""],snowflake_time:[0,5,1,""]},discord:{Activity:[0,0,1,""],ActivityType:[0,0,1,""],AllowedMentions:[0,0,1,""],AppInfo:[0,0,1,""],Asset:[0,0,1,""],AsyncIterator:[0,0,1,""],AsyncWebhookAdapter:[0,0,1,""],Attachment:[0,0,1,""],AudioSource:[0,0,1,""],AuditLogAction:[0,0,1,""],AuditLogActionCategory:[0,0,1,""],AuditLogChanges:[0,0,1,""],AuditLogDiff:[0,0,1,""],AuditLogEntry:[0,0,1,""],AutoShardedClient:[0,0,1,""],BaseActivity:[0,0,1,""],CallMessage:[0,0,1,""],CategoryChannel:[0,0,1,""],ChannelType:[0,0,1,""],Client:[0,0,1,""],ClientException:[0,3,1,""],ClientUser:[0,0,1,""],Colour:[0,0,1,""],ConnectionClosed:[0,3,1,""],ContentFilter:[0,0,1,""],CustomActivity:[0,0,1,""],DMChannel:[0,0,1,""],DiscordException:[0,3,1,""],Embed:[0,0,1,""],Emoji:[0,0,1,""],FFmpegAudio:[0,0,1,""],FFmpegOpusAudio:[0,0,1,""],FFmpegPCMAudio:[0,0,1,""],File:[0,0,1,""],Forbidden:[0,3,1,""],FriendFlags:[0,0,1,""],Game:[0,0,1,""],GatewayNotFound:[0,3,1,""],GroupCall:[0,0,1,""],GroupChannel:[0,0,1,""],Guild:[0,0,1,""],HTTPException:[0,3,1,""],HypeSquadHouse:[0,0,1,""],InvalidArgument:[0,3,1,""],InvalidData:[0,3,1,""],Invite:[0,0,1,""],LoginFailure:[0,3,1,""],Member:[0,0,1,""],Message:[0,0,1,""],MessageFlags:[0,0,1,""],MessageType:[0,0,1,""],NoMoreItems:[0,3,1,""],NotFound:[0,3,1,""],NotificationLevel:[0,0,1,""],Object:[0,0,1,""],PCMAudio:[0,0,1,""],PCMVolumeTransformer:[0,0,1,""],PartialEmoji:[0,0,1,""],PartialInviteChannel:[0,0,1,""],PartialInviteGuild:[0,0,1,""],PermissionOverwrite:[0,0,1,""],Permissions:[0,0,1,""],PremiumType:[0,0,1,""],Profile:[0,0,1,""],RawBulkMessageDeleteEvent:[0,0,1,""],RawMessageDeleteEvent:[0,0,1,""],RawMessageUpdateEvent:[0,0,1,""],RawReactionActionEvent:[0,0,1,""],RawReactionClearEmojiEvent:[0,0,1,""],RawReactionClearEvent:[0,0,1,""],Reaction:[0,0,1,""],Relationship:[0,0,1,""],RelationshipType:[0,0,1,""],RequestsWebhookAdapter:[0,0,1,""],Role:[0,0,1,""],Spotify:[0,0,1,""],Status:[0,0,1,""],Streaming:[0,0,1,""],SystemChannelFlags:[0,0,1,""],Team:[0,0,1,""],TeamMember:[0,0,1,""],TeamMembershipState:[0,0,1,""],TextChannel:[0,0,1,""],Theme:[0,0,1,""],User:[0,0,1,""],UserContentFilter:[0,0,1,""],VerificationLevel:[0,0,1,""],VoiceChannel:[0,0,1,""],VoiceClient:[0,0,1,""],VoiceRegion:[0,0,1,""],VoiceState:[0,0,1,""],Webhook:[0,0,1,""],WebhookAdapter:[0,0,1,""],WebhookType:[0,0,1,""],Widget:[0,0,1,""],WidgetChannel:[0,0,1,""],WidgetMember:[0,0,1,""],__version__:[0,4,1,""],on_bulk_message_delete:[0,5,1,""],on_command:[2,5,1,""],on_command_completion:[2,5,1,""],on_command_error:[2,5,1,""],on_connect:[0,5,1,""],on_disconnect:[0,5,1,""],on_error:[0,5,1,""],on_group_join:[0,5,1,""],on_group_remove:[0,5,1,""],on_guild_available:[0,5,1,""],on_guild_channel_create:[0,5,1,""],on_guild_channel_delete:[0,5,1,""],on_guild_channel_pins_update:[0,5,1,""],on_guild_channel_update:[0,5,1,""],on_guild_emojis_update:[0,5,1,""],on_guild_integrations_update:[0,5,1,""],on_guild_join:[0,5,1,""],on_guild_remove:[0,5,1,""],on_guild_role_create:[0,5,1,""],on_guild_role_delete:[0,5,1,""],on_guild_role_update:[0,5,1,""],on_guild_unavailable:[0,5,1,""],on_guild_update:[0,5,1,""],on_invite_create:[0,5,1,""],on_invite_delete:[0,5,1,""],on_member_ban:[0,5,1,""],on_member_join:[0,5,1,""],on_member_remove:[0,5,1,""],on_member_unban:[0,5,1,""],on_member_update:[0,5,1,""],on_message:[0,5,1,""],on_message_delete:[0,5,1,""],on_message_edit:[0,5,1,""],on_private_channel_create:[0,5,1,""],on_private_channel_delete:[0,5,1,""],on_private_channel_pins_update:[0,5,1,""],on_private_channel_update:[0,5,1,""],on_raw_bulk_message_delete:[0,5,1,""],on_raw_message_delete:[0,5,1,""],on_raw_message_edit:[0,5,1,""],on_raw_reaction_add:[0,5,1,""],on_raw_reaction_clear:[0,5,1,""],on_raw_reaction_clear_emoji:[0,5,1,""],on_raw_reaction_remove:[0,5,1,""],on_reaction_add:[0,5,1,""],on_reaction_clear:[0,5,1,""],on_reaction_clear_emoji:[0,5,1,""],on_reaction_remove:[0,5,1,""],on_ready:[0,5,1,""],on_relationship_add:[0,5,1,""],on_relationship_remove:[0,5,1,""],on_relationship_update:[0,5,1,""],on_resumed:[0,5,1,""],on_shard_ready:[0,5,1,""],on_socket_raw_receive:[0,5,1,""],on_socket_raw_send:[0,5,1,""],on_typing:[0,5,1,""],on_user_update:[0,5,1,""],on_voice_state_update:[0,5,1,""],on_webhooks_update:[0,5,1,""],version_info:[0,4,1,""]}},objnames:{"0":["py","class","Python \ud074\ub798\uc2a4"],"1":["py","attribute","Python \uc18d\uc131"],"2":["py","method","Python \uba54\uc11c\ub4dc"],"3":["py","exception","Python \uc608\uc678"],"4":["py","data","Python \ub370\uc774\ud130"],"5":["py","function","Python \ud568\uc218"]},objtypes:{"0":"py:class","1":"py:attribute","2":"py:method","3":"py:exception","4":"py:data","5":"py:function"},terms:{"0\ubd80\ud130":0,"0rc1":0,"0x11806a":0,"0x1abc9c":0,"0x1f8b4c":0,"0x206694":0,"0x2ecc71":0,"0x3498db":0,"0x546e7a":0,"0x607d8b":0,"0x71368a":0,"0x7289da":0,"0x95a5a6":0,"0x979c9f":0,"0x992d22":0,"0x99aab5":0,"0x9b59b6":0,"0xa84300":0,"0xad1457":0,"0xc27c0e":0,"0xe67e22":0,"0xe74c3c":0,"0xe91e63":0,"0xf1c40f":0,"1000\uc73c\ub85c":0,"128\uac1c\uc758":0,"16\uc5d0\uc11c":0,"1\uc5d0\uc11c":[0,2],"20m":0,"2fa":[0,1,16],"2fa\uac00":1,"2fa\ub97c":1,"3\ubc84\uc804":10,"3\uc5d0\uc11c":[0,2],"4096\uc0ac\uc774\uc758":0,"429s":16,"48khz":0,"4\uc5d0\uc11c":2,"502s":16,"512kbp":16,"5xx":0,"\uac00":[0,3,7,9,10,14],"\uac00\ub2a5\uc131\uc740":1,"\uac00\ub2a5\ud558\uac8c\ub054":8,"\uac00\ub2a5\ud558\uace0":6,"\uac00\ub2a5\ud558\uc9c0\ub9cc":8,"\uac00\ub2a5\ud55c":[0,1,7],"\uac00\ub2a5\ud569\ub2c8\ub2e4":[3,11],"\uac00\uc11c":14,"\uac00\uc138\uc694":10,"\uac00\uc785\ud55c":0,"\uac00\uc7a5":[0,7,8],"\uac00\uc815\ud558\ubbc0\ub85c":14,"\uac00\uc838":8,"\uac00\uc838\uc57c":7,"\uac00\uc838\uc624\uac70\ub098":7,"\uac00\uc838\uc62c":10,"\uac00\uc838\uc640":8,"\uac00\uc9c0":[0,3],"\uac00\uc9c0\uace0":[0,3,10],"\uac00\uc9c0\uae30":7,"\uac00\uc9c0\ub97c":8,"\uac00\uc9c0\uba74\uc11c":3,"\uac00\uc9c0\uc758":0,"\uac00\uc9c4":[0,5],"\uac00\uc9c8":0,"\uac00\uc9d1\ub2c8\ub2e4":5,"\uac01\uac01\uc758":3,"\uac04\uaca9":7,"\uac04\uaca9\uc73c\ub85c":7,"\uac04\uaca9\uc744":7,"\uac04\uacb0\ud55c":14,"\uac04\ub2e8\ud558\uac8c":11,"\uac04\ub2e8\ud55c":[5,6,7,8,9],"\uac04\ub2e8\ud569\ub2c8\ub2e4":[1,8,14],"\uac04\ud3b8\ud55c":9,"\uac10\uc218\ud558\uace0":0,"\uac10\uc9c0\ud558\uace0":10,"\uac10\uc9c0\ud558\uae30":3,"\uac10\uc9c0\ud560\uc9c0":0,"\uac10\uc9c0\ud569\ub2c8\ub2e4":0,"\uac12\uc744":15,"\uac12\uc774":[0,7],"\uac15\ub825\ud55c":6,"\uac15\ub825\ud788":11,"\uac16\uace0":[1,7,8,14],"\uac16\uace0\uc62c":8,"\uac16\ub294":[1,7],"\uac16\ub3c4\ub85d":8,"\uac19\uc2b5\ub2c8\ub2e4":[0,3],"\uac19\uc740":[0,8,11],"\uac19\uc740\uc9c0":0,"\uac19\uc774":[3,5,8,10,11],"\uac1c\ub150":9,"\uac1c\ub150\uc744":[5,10],"\uac1c\ub150\uc774":10,"\uac1c\ub7f0\ud2f0":[0,9],"\uac1c\ub7f0\ud2f0\ub85c\ub294":15,"\uac1c\ubc1c":[3,5],"\uac1c\ubc1c\uc5d0":6,"\uac1c\ubc1c\uc790":0,"\uac1c\uc218":0,"\uac1c\uc218\ub9cc\ud07c":7,"\uac1c\uc758":8,"\uac1d\uccb4":9,"\uac70\ub4ed":0,"\uac70\uc758":0,"\uac70\uce58\ub294":0,"\uac71\uc815\ub4e4\uc744":7,"\uac71\uc815\ud558\uc9c0":8,"\uac80\uc0ac":[6,9],"\uac80\uc0ac\ud558\ub294\ub370":3,"\uac80\uc0c9":[0,9],"\uac80\uc0c9\ud560":3,"\uac83":[0,1,7,11,15],"\uac83\uacfc":0,"\uac83\ub3c4":8,"\uac83\ub4e4\uc774":[7,14],"\uac83\uc5d0":[1,14],"\uac83\uc73c\ub85c":[8,15],"\uac83\uc740":[0,6,8,15],"\uac83\uc744":[1,3,7,8,11],"\uac83\uc758":9,"\uac83\uc774\uae30":11,"\uac83\uc774\uba70":0,"\uac83\uc785\ub2c8\ub2e4":[0,5,7,8,10,11],"\uac8c\uc784":0,"\uac8c\uc784\uc744":0,"\uacb0\uacfc\ub97c":8,"\uacbd\uace0\uac00":11,"\uacbd\uace0\ub97c":8,"\uacbd\ub85c":8,"\uacbd\ub85c\ub294":5,"\uacbd\uc6b0":[0,5,7,8,11],"\uacbd\uc6b0\ub294":0,"\uacbd\uc6b0\ub97c":0,"\uacbd\uc6b0\uc5d0\ub294":0,"\uacc4\uc0b0\ub429\ub2c8\ub2e4":0,"\uacc4\uc18d\ud558\uae30":1,"\uacc4\uc815":[0,9,14],"\uacc4\uc815\ub9cc":0,"\uacc4\uc815\uc5d0\ub294":0,"\uacc4\uc815\uc5d0\ub9cc":0,"\uacc4\uc815\uc744":[0,1],"\uacc4\uc815\uc758":0,"\uacc4\uc815\uc774":[0,1],"\uace0\uae09":11,"\uace0\ub824\ud574\ubcf4\uc138\uc694":8,"\uace0\ub824\ud574\uc57c":3,"\uace0\uc720":0,"\uacf3":7,"\uacf5\uac1c":15,"\uacf5\uac1c\uc801\uc73c\ub85c":15,"\uacf5\uc2dd\uc801\uc73c\ub85c":0,"\uacf5\uc720\ud558\uae30":3,"\uacf5\uc720\ud558\uc9c0":1,"\uacf5\uc720\ud574\uc11c\ub294":1,"\uacfc":8,"\uacfc\ub294":7,"\uacfc\ub3c4\ud558\uac8c":8,"\uacfc\uc5b8\uc774":1,"\uacfc\uc815\uc740":1,"\uad00\ub150\uc801\uc778":7,"\uad00\ub828":[0,8],"\uad00\ub828\ub41c":[8,9],"\uad00\ub828\uc131\ub97c":0,"\uad00\ub828\uc131\uc740":0,"\uad00\ub828\uc131\uc744":0,"\uad00\ub828\uc131\uc774":0,"\uad00\ub839\uc131\uc758":0,"\uad00\ub9ac":1,"\uad00\ub9ac\uc790":1,"\uad6c\ubb38\uc744":9,"\uad6c\ubd84\ub418\uc5b4":8,"\uad6c\ubd84\ub418\uc5b4\uc57c":5,"\uad6c\uc131\ub420":11,"\uad6c\uc131\uc6d0":0,"\uad6c\uc131\ud558\ub294":11,"\uad6c\uccb4\uc801\uc778":8,"\uad6c\ud604":9,"\uad6c\ud604\uc744":7,"\uad81\uadf9\uc801\uc73c\ub85c":3,"\uad81\uadf9\uc801\uc73c\ub85c\ub294":5,"\uad8c\uc7a5\ub429\ub2c8\ub2e4":11,"\uad8c\ud55c":0,"\uad8c\ud55c\uc5d0":1,"\uad8c\ud55c\uc744":[0,1,10],"\uad8c\ud55c\uc774":10,"\uadf8":[0,1,7,8,10,14],"\uadf8\uac83\uc740":[8,14,15],"\uadf8\uac83\uc744":3,"\uadf8\ub0e5":1,"\uadf8\ub300\ub85c":14,"\uadf8\ub798\ub3c4":8,"\uadf8\ub7ec\uace0":14,"\uadf8\ub7ec\ub098":[6,15],"\uadf8\ub807\uac8c":[0,8],"\uadf8\ub807\ub2e4\uba74":14,"\uadf8\ub807\uc9c0":[0,14],"\uadf8\ub8f9":0,"\uadf8\ub8f9\uc740":8,"\uadf8\ub8f9\uc744":0,"\uadf8\ub8f9\uc758":0,"\uadf8\ub8f9\ud654\ud558\uc5ec":8,"\uadf8\ub9ac":8,"\uadf8\ub9ac\uace0":[1,3,8],"\uadf8\uc800":14,"\uae30\uae30\ub85c":0,"\uae30\ub2a5\ub4e4":9,"\uae30\ub2a5\uc744":[5,9,10],"\uae30\ub2a5\uc774":0,"\uae30\ub2a5\uc785\ub2c8\ub2e4":14,"\uae30\ub2e4\ub9ac\ub3c4\ub85d":7,"\uae30\ub2e4\ub9bc":7,"\uae30\ub85d\ub418\uace0\ub2f9\uc2e0\uc758":11,"\uae30\ub85d\ud558\uace0":11,"\uae30\ub85d\ud560":11,"\uae30\ubc18":10,"\uae30\ubcf8":[0,7,9,15],"\uae30\ubcf8\uac12\uc73c\ub85c":11,"\uae30\ubcf8\uac12\uc740":0,"\uae30\ubcf8\uac12\uc744":8,"\uae30\ubcf8\uc73c\ub85c":7,"\uae30\ubcf8\uc778":0,"\uae30\ubcf8\uc801\uc73c\ub85c":0,"\uae30\ubcf8\uc801\uc73c\ub85c\ub294":14,"\uae30\ubcf8\uc801\uc778":[0,5,14],"\uae30\uc220\uc801":3,"\uae30\uc220\uc801\uc73c\ub85c\ub294":8,"\uae30\uc5b5\ud558\uc138\uc694":8,"\uae30\uc874":[0,1,15],"\uae30\ucd08":[6,9],"\uae30\ud558\uae09\uc218\uc801\uc778":7,"\uae38\ub4dc":0,"\uae38\ub4dc\ubcc4":0,"\uae38\ub4dc\uc5d0":0,"\uae4c\uba39\uc5c8\ub2e4\uba74":8,"\uae4c\uc9c0":7,"\uaf2c\ub9ac\ub9d0":8,"\uaf64\ub098":1,"\ub04a\uae30\uba74":7,"\ub04a\uc5b4\uc9d0":7,"\ub05d\ub09c":7,"\ub05d\ub0b4\uace0":[8,14],"\ub05d\ub0b4\uae30":7,"\ub05d\ub0c8\uc2b5\ub2c8\ub2e4":10,"\ub05d\uc5d0":8,"\ub05d\uc774":1,"\ub05d\uc785\ub2c8\ub2e4":1,"\ub098":14,"\ub098\uac00\uac70\ub098":1,"\ub098\ub97c":0,"\ub098\uc05c":8,"\ub098\uc5f4\ub418\uc5b4":8,"\ub098\ud0c0\ub098\ub294":0,"\ub098\ud0c0\ub0b4\ub294":0,"\ub098\ud0c0\ub0c4":0,"\ub098\ud0c0\ub0c5\ub2c8\ub2e4":0,"\ub09c\uc7a1\ud55c":10,"\ub0b4\ubd80":[0,7],"\ub0b4\ubd80\uc5d0":7,"\ub0b4\ubd80\uc758":3,"\ub0b4\ubd80\uc801\uc778":15,"\ub0b4\uc6a9\uc5d0":[0,8],"\ub0b4\uc6a9\uc740":8,"\ub0b4\uc6a9\uc774":9,"\ub0b4\uc7a5\ub418\uc5b4":5,"\ub108\ubb34":8,"\ub123\uac8c":8,"\ub180\uba74":14,"\ub194\ub450\uc138\uc694":1,"\ub204\uad70\uac00\uac00":1,"\ub294":[0,6,7,11,14],"\ub2a5\ub825\uc774":5,"\ub2c9\ub124\uc784\uc744":0,"\ub2c9\ub124\uc784\uc774":0,"\ub2e4\ub8e8\ub098\uc694":7,"\ub2e4\ub8e8\ub294":0,"\ub2e4\ub8e8\ub294\uc9c0":0,"\ub2e4\ub978":[0,1,7,8,10,11,14,15],"\ub2e4\ub978\uc9c0":0,"\ub2e4\ub9cc":10,"\ub2e4\uc2dc":8,"\ub2e4\uc591\ud55c":3,"\ub2e4\uc74c":[7,10],"\ub2e4\uc74c\uacfc":[0,3,5,8,11],"\ub2e4\uc74c\uc740":8,"\ub2e4\uc74c\uc758":[8,10],"\ub2e8\uacc4\ub294":5,"\ub2e8\uacc4\ubcc4\ub85c":14,"\ub2e8\uacc4\uc5d0\uc11c\ub294":5,"\ub2e8\uc704\ub85c":0,"\ub2e8\uc77c":3,"\ub2ec\ub9ac":[7,15],"\ub2f4\uaca8\uc788\ub294":0,"\ub2f4\uace0":9,"\ub2f5\ubcc0\ud558\ub294":14,"\ub2f5\ubcc0\ud569\ub2c8\ub2e4":14,"\ub2f9\uc2e0\uc5d0\uac8c":8,"\ub2f9\uc2e0\uc740":[1,3,8],"\ub2f9\uc2e0\uc744":[6,7],"\ub2f9\uc2e0\uc758":[0,1,3,8,10,14],"\ub2f9\uc2e0\uc774":[1,7],"\ub2f9\uc5f0\ud788":7,"\ub300\uc2e0":[0,7,8,10,11],"\ub300\uc2e0\uc5d0":8,"\ub300\uc2e0\ud574\uc11c":8,"\ub300\uc5ed\ud3ed":0,"\ub300\uc5ed\ud3ed\uc5d0":8,"\ub300\ud45c\uc801\uc778":8,"\ub300\ud55c":[0,14],"\ub300\ud574":[0,1,8],"\ub354":[3,5,10,11],"\ub354\uc6b1":11,"\ub35c\uc5b4\uc8fc\ub294":7,"\ub36e\uc5b4\uc50c\uc6b8":3,"\ub36e\uc5b4\uc50c\uc6cc\uc9c8":3,"\ub370":[0,10],"\ub370\ube44\uc548":10,"\ub370\uc774\ud130":[0,15],"\ub370\uc774\ud130\ub97c":3,"\ub370\ucf54\ub808\uc774\ud130":7,"\ub370\ucf54\ub808\uc774\ud130\ub294":7,"\ub370\ucf54\ub808\uc774\ud130\ub85c":3,"\ub370\ucf54\ub808\uc774\ud130\ub97c":[3,8,14],"\ub3c4\uad6c\ub97c":3,"\ub3c4\uc6c0\uc744":[3,5,9,10],"\ub3c4\uc6c0\uc774":[8,10,14],"\ub3c4\uc911":7,"\ub3cc\ub9bd\ub2c8\ub2e4":14,"\ub3cc\uc544\uac00\uace0":7,"\ub3cc\uc544\uac00\ub294":7,"\ub3cc\uc544\uc635\ub2c8\ub2e4":8,"\ub3d9\uae30":8,"\ub3d9\uc2dc\uc5d0":8,"\ub3d9\uc548":7,"\ub3d9\uc791\ud569\ub2c8\ub2e4":10,"\ub3d9\uc801":[0,1],"\ub418\ub294":[0,10],"\ub418\ub3cc\ub9b4":7,"\ub418\uba74":8,"\ub418\ubbc0\ub85c":14,"\ub418\uc5c8\ub294\uc9c0\uc758":0,"\ub418\uc9c0":8,"\ub41c":[0,8],"\ub41c\ub2e4\uba74":1,"\ub428":9,"\ub429\ub2c8\ub2e4":[8,14],"\ub450":[0,8],"\ub450\uc9c0":15,"\ub4a4":[8,14],"\ub4e3\ub294":8,"\ub4e4\uc5b4":[0,3,5,8,10,11],"\ub4f1":8,"\ub4f1\uacfc":11,"\ub4f1\ub4f1":0,"\ub4f1\ub85d":[0,6,9],"\ub4f1\ub85d\ub418\uc9c0":15,"\ub4f1\ub85d\ub429\ub2c8\ub2e4":3,"\ub4f1\ub85d\ud558\uae30":7,"\ub4f1\ub85d\ud558\ub294":7,"\ub4f1\ub85d\ud558\ub77c\uace0":3,"\ub4f1\ub85d\ud560":7,"\ub4f1\ub85d\ud569\ub2c8\ub2e4":14,"\ub4f1\uc774":1,"\ub514\ubc84\uae45\ud569\ub2c8\ub2e4":11,"\ub514\uc2a4\ucf54\ub4dc":[1,4,9,10,11],"\ub514\uc2a4\ucf54\ub4dc\ub294":8,"\ub514\uc2a4\ucf54\ub4dc\ub85c\uc758":14,"\ub514\uc2a4\ucf54\ub4dc\ub97c":[0,9],"\ub514\uc2a4\ucf54\ub4dc\uc5d0":[0,8],"\ub514\uc2a4\ucf54\ub4dc\uc5d0\uc11c":0,"\ub514\uc2a4\ucf54\ub4dc\uc640":6,"\ub514\uc2a4\ucf54\ub4dc\uc758":[0,8,15],"\ub530\ub77c\uc11c":3,"\ub530\ub77c\uc57c":8,"\ub530\ub985\ub2c8\ub2e4":[6,15],"\ub54c":[0,1,5,7,8,14],"\ub54c\uac00":[3,5],"\ub54c\uae4c\uc9c0":0,"\ub54c\ub9c8\ub2e4":15,"\ub54c\ubb38\uc5d0":[0,3,8,11,14],"\ub54c\ubb38\uc774\uc8e0":8,"\ub610":[8,14],"\ub610\ub294":[0,3,8,15],"\ub610\ud55c":[1,3],"\ub73b\uc740":5,"\ub73b\uc785\ub2c8\ub2e4":15,"\ub73b\ud569\ub2c8\ub2e4":0,"\ub77c\uace0":14,"\ub77c\ub294":[3,8],"\ub77c\uc774\ube0c\ub7ec\ub9ac":0,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uac00":[5,6,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub294":[6,8,14,15],"\ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c":[8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0":14,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc5d0\ub294":10,"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc640":[1,7,8,10,14],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc758":[8,11],"\ub77c\uc774\ube0c\ub7ec\ub9ac\uc778":8,"\ub77c\uc778\uc744":8,"\ub798\ud37c\uc785\ub2c8\ub2e4":9,"\ub7f0\ud0c0\uc784\uc5d0":5,"\ub7f0\ud0c0\uc784\uc5d0\uc11c":1,"\ub808\ubca8\uc5d0\uc11c":11,"\ub808\ubca8\uc758":6,"\ub808\uc2dc\ud53c":9,"\ub808\ud37c\ub7f0\uc2a4":[9,16],"\ub808\ud37c\ub7f0\uc2a4\ub97c":[3,5],"\ub80c\ub354\ub9c1":0,"\ub80c\ub354\ub9c1\ud560\uc9c0":0,"\ub85c":[0,1,3,5,7,8,14],"\ub85c\uadf8\ub97c":11,"\ub85c\uadf8\uc778":[1,14],"\ub85c\uadf8\uc778\ub418\uc9c0":0,"\ub85c\uadf8\uc778\ud558\ub294":0,"\ub85c\uadf8\uc778\ud558\uc5ec":1,"\ub85c\uadf8\uc778\ud560":[0,1],"\ub85c\uadf8\uc778\ud569\ub2c8\ub2e4":0,"\ub85c\uadf8\uc778\ud574\uc57c":1,"\ub85c\uae45":[0,8,9],"\ub85c\uae45\uc744":[8,14],"\ub85c\uae45\uc774":8,"\ub85c\ub4dc\ub420":5,"\ub85c\ub4dc\ud558\uae30":5,"\ub85c\ub4dc\ud558\ub294":5,"\ub85c\uc6b0":6,"\ub85c\uc9c1":7,"\ub85c\uc9c1\uc744":7,"\ub85c\ucf00\uc77c\uc758":0,"\ub8e8\ud504":[0,7],"\ub8e8\ud504\uac00":7,"\ub8e8\ud504\ub97c":[7,8],"\ub8e8\ud504\uc5d0\uc11c":7,"\ub8e8\ud504\uc640":7,"\ub8e8\ud504\uc758":7,"\ub97c":[0,1,3,7,8,10,14,15],"\ub9ac\ub205\uc2a4":10,"\ub9ac\ub85c\ub4dc":5,"\ub9ac\ub85c\ub4dc\ud558\uace0":5,"\ub9ac\ub85c\ub529":[6,9],"\ub9ac\ub85c\ub529\uc774\ub77c\uace0\ub3c4":5,"\ub9ac\uc2a4\ub108":3,"\ub9ac\uc2a4\ub108\ub4e4\ub3c4":3,"\ub9ac\uc2a4\ub108\ub4e4\uc740":3,"\ub9ac\uc2a4\ub108\uc640":3,"\ub9ac\uc2a4\ud2b8":[0,7],"\ub9ac\ud018\uc2a4\ud2b8\ub97c":8,"\ub9ac\ud134":0,"\ub9ac\ud134\ud558\ub294":0,"\ub9ac\ud134\ud569\ub2c8\ub2e4":0,"\ub9ac\ud3ec\uc9c0\ud1a0\ub9ac\uc758":8,"\ub9c1\ud06c\uc758":0,"\ub9c8\uc138\uc694":[1,8],"\ub9c8\uc9c0\ub9c9":5,"\ub9c8\uc9c0\ub9c9\uc73c\ub85c":14,"\ub9c8\uce68\ud45c\ub85c":5,"\ub9cc\ub0ac\uc744":7,"\ub9cc\ub4dc\ub294":[1,6],"\ub9cc\ub4dc\ub824\uace0":0,"\ub9cc\ub4e4":7,"\ub9cc\ub4e4\uac70\ub098":0,"\ub9cc\ub4e4\uace0":[7,14],"\ub9cc\ub4e4\uae30":8,"\ub9cc\ub4e4\uc5b4\ub0b4\uc9c0":8,"\ub9cc\ub4e4\uc5b4\uc90d\ub2c8\ub2e4":8,"\ub9cc\ub4e4\uc5c8\uc73c\ubbc0\ub85c":14,"\ub9cc\ub4e4\uc5c8\uc9c0\ub9cc":1,"\ub9cc\ub4ed\ub2c8\ub2e4":[7,14],"\ub9cc\uc57d":[0,1,3,5,7,8,10,11,14,15],"\ub9cc\uc57d\uc5d0":[7,14],"\ub9ce\uc740":[3,7,9,10,11,14],"\ub9ce\uc9c0":0,"\ub9d0":14,"\ub9dd\uac00\ub728\ub9b4":11,"\ub9de\ub2e5\ub728\ub9b4":8,"\ub9e4\uac1c":15,"\ub9e4\uac1c\ubcc0\uc218":[0,2,7],"\ub9e4\uac1c\ubcc0\uc218\ub97c":[3,5,8],"\ub9e4\uac1c\ubcc0\uc218\uc5d0":8,"\ub9e4\uc6b0":[7,8],"\ub9e8":8,"\uba3c\uc800":1,"\uba40\ud2f0\ud504\ub85c\uc138\uc2f1":8,"\uba48\ucd94\uae30":7,"\uba48\ucd9c":8,"\uba54\ubaa8\ub9ac":8,"\uba54\ubaa8\ub9ac\uc5d0":9,"\uba54\uc11c\ub4dc\ub97c":8,"\uba54\uc18c\ub4dc\uac00":8,"\uba54\uc18c\ub4dc\ub4e4":[6,9],"\uba54\uc18c\ub4dc\ub97c":3,"\uba54\uc2dc\uc9c0":0,"\uba54\uc2dc\uc9c0\uac00":[10,14],"\uba54\uc2dc\uc9c0\ub294":14,"\uba54\uc2dc\uc9c0\ub97c":14,"\uba54\uc2dc\uc9c0\uc5d0":[0,14],"\uba54\uc2dc\uc9c0\uc5d0\uc11c":0,"\uba54\uc2dc\uc9c0\uc758":0,"\uba54\ucee4\ub2c8\uc998\uacfc":5,"\uba54\ud0c0\ud074\ub798\uc2a4":3,"\uba58\uc158\uc5d0":0,"\uba58\uc158\ud558\ub294":1,"\uba64\ubc84":0,"\uba64\ubc84\uc758":0,"\uba85\ub839\uc5b4":[3,9],"\uba85\ub839\uc5b4\ub294":5,"\uba85\ub839\uc5b4\ub4e4\uc740":3,"\uba85\ub839\uc5b4\ub4e4\uc758":3,"\uba85\ub839\uc5b4\ub85c":10,"\uba85\ub839\uc5b4\ub97c":[3,5],"\uba85\ub839\uc5b4\uc5d0\ub294":8,"\uba85\ub839\uc744":8,"\uba85\uc2dc\ub418\uc5b4":0,"\uba85\uc2dc\uc801\uc73c\ub85c":3,"\uba85\uc2ec\ud558\uc138\uc694":3,"\uba85\uc758":0,"\uba85\uc778":0,"\uba87":3,"\uba87\uac00\uc9c0":[7,8],"\uba87\uba87":[3,8],"\uba87\ucd08\uc778\uac00\uc694":7,"\ubaa8\ub378":[4,9],"\ubaa8\ub378\uc740":0,"\ubaa8\ub378\uc744":8,"\ubaa8\ub378\uc758":8,"\ubaa8\ub450":[8,10],"\ubaa8\ub4c8\ub4e4\uc744":10,"\ubaa8\ub4c8\ub4e4\uc774":10,"\ubaa8\ub4c8\uc740":11,"\ubaa8\ub4c8\uc744":11,"\ubaa8\ub4c8\uc758":[8,11],"\ubaa8\ub4c8\uc774":11,"\ubaa8\ub4c8\uc774\uc9c0\ub9cc":8,"\ubaa8\ub4c8\uc778":8,"\ubaa8\ub4dc":0,"\ubaa8\ub4dc\ub97c":0,"\ubaa8\ub4e0":[0,1,3,7,8,9,11,14],"\ubaa8\ubc14\uc77c":0,"\ubaa8\uc74c":3,"\ubaa9\ub85d":0,"\ubaa9\ub85d\uc744":0,"\ubaa9\ub85d\uc774":8,"\ubaa9\ub85d\uc785\ub2c8\ub2e4":0,"\ubaa9\uc801\uc740":7,"\ubabb\ud588\uc2b5\ub2c8\ub2e4":0,"\ubb34\uc2dc\ub420":7,"\ubb34\uc2dc\ud558\ub3c4\ub85d":14,"\ubb34\uc2dc\ud569\ub2c8\ub2e4":8,"\ubb34\uc5b8\uac00\uac00":7,"\ubb34\uc5b8\uac00\ub97c":7,"\ubb34\uc5c7\uc774":15,"\ubb34\uc5c7\uc778\uac00":14,"\ubb34\ud55c":7,"\ubb36\uc73c\uba70":3,"\ubb38\uc11c":8,"\ubb38\uc11c\ub294":10,"\ubb38\uc11c\ub97c":5,"\ubb38\uc11c\uc5d0":15,"\ubb38\uc11c\uc640":11,"\ubb38\uc11c\uc758":[3,15],"\ubb38\uc11c\uc785\ub2c8\ub2e4":10,"\ubb38\uc790\uc5f4\ub85c":8,"\ubb38\uc790\uc5f4\uc5d0":8,"\ubb3b\ub294":9,"\ubba4\uc9c1":8,"\ubc0f":[0,1],"\ubc11\uc904":15,"\ubc11\uc904\ub85c":15,"\ubc14\uafb8\uae30":3,"\ubc14\uafb8\ub294":15,"\ubc14\ub85c":[7,8,10,14],"\ubc18\ub4dc\uc2dc":[1,5,8],"\ubc18\ubcf5":7,"\ubc18\ubcf5\uc5d0\uc11c\ub9cc":7,"\ubc18\ubcf5\uc774":[6,7],"\ubc18\ubcf5\uc774\uc5b4\uc57c":7,"\ubc18\ubcf5\uc911\uc778":7,"\ubc18\uc751\uc744":0,"\ubc18\uc751\ud560":8,"\ubc18\ud658":[0,2,7],"\ubc18\ud658\uac12":[0,2,7],"\ubc18\ud658\ub418\uc9c0":7,"\ubc18\ud658\ub429\ub2c8\ub2e4":0,"\ubc18\ud658\ud558\uace0":8,"\ubc18\ud658\ud569\ub2c8\ub2e4":[0,7,8],"\ubc1b\uc558\uc744":14,"\ubc1b\uc9c0":0,"\ubc1c\uc0dd\uc2dc\ud0a4\uc9c0":8,"\ubc1c\uc0dd\ud558\ub294":7,"\ubc1c\uc0dd\ud558\uba74":10,"\ubc1c\uc0dd\ud55c":7,"\ubc1c\uc0dd\ud55c\ub2e4\ub294":15,"\ubc29\uae08":3,"\ubc29\ubb38\ud574":3,"\ubc29\ubc95":7,"\ubc29\ubc95\ub3c4":8,"\ubc29\ubc95\uc5d0":8,"\ubc29\ubc95\uc73c\ub85c":[0,8],"\ubc29\ubc95\uc740":0,"\ubc29\ubc95\uc744":[8,10],"\ubc29\ubc95\uc774":11,"\ubc29\uc1a1":8,"\ubc29\uc2dd":[0,15],"\ubc29\uc2dd\ub54c\ubb38\uc5d0":7,"\ubc29\uc9c0\ud558\uae30":9,"\ubc30\uce58\ud558\uc138\uc694":[8,11],"\ubc31\uadf8\ub77c\uc6b4\ub4dc":7,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":7,"\ubc31\uc624\ud504":7,"\ubc84\uadf8\ub97c":[8,15],"\ubc84\uc804":[0,2,7,9,10,11],"\ubc84\uc804\uacfc":9,"\ubc84\uc804\uc73c\ub85c":8,"\ubc84\uc804\uc73c\ub85c\uc758":15,"\ubc84\uc804\uc744":10,"\ubc84\uc804\uc758":10,"\ubc84\uc804\uc774":15,"\ubc84\uc804\ud654":15,"\ubc84\ud2bc\uc744":1,"\ubc88\uc758":6,"\ubc88\uc9f8\ub85c":[8,15],"\ubcc0\uacbd":[0,2,15],"\ubcc0\uacbd\ub418\uc5b4\uc57c":15,"\ubcc0\uacbd\uc774":[7,15],"\ubcc0\uacbd\ud558\ub824\ub294":0,"\ubcc0\uacbd\ud558\uc138\uc694":[0,8],"\ubcc0\uacbd\ud569\ub2c8\ub2e4":7,"\ubcc0\uc218":15,"\ubcc0\ud654\uac00":9,"\ubcc0\ud654\ub294":15,"\ubcc0\ud654\ub97c":5,"\ubcc0\ud654\uc758":9,"\ubcc0\ud654\uc774\uace0":15,"\ubcc0\ud658\uc744":0,"\ubcc0\ud658\ud558\ub824\uace0":0,"\ubcc0\ud658\ud558\uc138\uc694":8,"\ubcc0\ud658\ud560\uc9c0":0,"\ubcc4\uce6d\uc73c\ub85c":15,"\ubcc4\uce6d\uc774":0,"\ubcc4\uce6d\uc785\ub2c8\ub2e4":0,"\ubcf4\ub0b8":14,"\ubcf4\ub0bc":0,"\ubcf4\ub2e4":0,"\ubcf4\uc138\uc694":14,"\ubcf4\uc2dc\ub824\uba74":3,"\ubcf4\uc5ec\uc8fc\ub294":10,"\ubcf4\uc720\uc911\uc778":0,"\ubcf4\ud1b5":[5,6],"\ubcf5\uc0ac":1,"\ubcf5\uc0ac\ud569\ub2c8\ub2e4":1,"\ubcf5\uc7a1\ud55c":8,"\ubcf5\uc7a1\ud574\uc9c0\uace0":3,"\ubcf8\uc9c8\uc801\uc778":8,"\ubd05\uc2dc\ub2e4":14,"\ubd07":[0,5,6,7,9],"\ubd07\uc5d0":[1,3,5],"\ubd07\uc5d0\uac8c":3,"\ubd07\uc73c\ub85c":[3,14],"\ubd07\uc740":[1,8],"\ubd07\uc744":[1,3,7,14],"\ubd07\uc758":[1,3,5,6],"\ubd07\uc774":[0,1,7,10,14],"\ubd80\ubd84\uc5d0":11,"\ubd80\ubd84\uc785\ub2c8\ub2e4":8,"\ubd80\uc871\ud55c":15,"\ubd84":7,"\ubd84\ub9ac\ub41c":8,"\ubd84\ub9ac\uc2dc\ud0a4\uac70\ub098":10,"\ubd84\ub9ac\ud574\uc57c":7,"\ubd84\ubcc4\ud558\uae30\ub294":15,"\ubd88\uac00\ub2a5\ud574\uc9d1\ub2c8\ub2e4":0,"\ubd88\uac00\ud53c\ud558\uc9c0\ub9cc":8,"\ubd88\ub7ec\uc624\uace0":8,"\ubd88\ub7ec\uc624\ub294\ub370":14,"\ubd88\ub7ec\uc624\uc9c0\ub9cc":3,"\ubd88\ub9ac\uae30\ub3c4":0,"\ubd88\ub9ac\uc6b0\ub294":5,"\ubd88\ub9bc":5,"\ubd99\uc5ec\ub123\uae30":1,"\ubd99\uc774\ub294":8,"\ube0c\ub77c\uc6b0\uc800\uc5d0":1,"\ube14\ub9ac\uc790\ub4dc\uc640":0,"\ube44\uacf5\uac1c":[0,15],"\ube44\ub3d9\uae30":[8,9],"\ube44\ub3d9\uae30\uc774\uae30":14,"\ube44\ub514\uc624":0,"\ube44\ubc00\ubc88\ud638":0,"\ube44\ubc00\ubc88\ud638\uc785\ub2c8\ub2e4":0,"\ube44\uc2b7\ud55c":0,"\ube44\uc2b7\ud569\ub2c8\ub2e4":5,"\ube44\ud65c\uc131\ud654\ub429\ub2c8\ub2e4":0,"\ube44\ud65c\uc131\ud654\ud558\uace0":0,"\ube44\ud65c\uc131\ud654\ud560\uc9c0":0,"\ube60\ub974\uac8c":10,"\ube60\ub978":[8,9],"\ube68\ub9ac":1,"\ubfd0\ub9cc":11,"\uc0ac\ub78c\uacfc":1,"\uc0ac\ub78c\ub4e4\uc774":1,"\uc0ac\ub78c\uc5d0\uac8c":0,"\uc0ac\ub78c\uc740":1,"\uc0ac\ub78c\uc744":1,"\uc0ac\ub78c\uc785\ub2c8\ub2e4":0,"\uc0ac\uc6a9":[0,9],"\uc0ac\uc6a9\ub418\ub294":0,"\uc0ac\uc6a9\ub41c":7,"\uc0ac\uc6a9\ub41c\ub2e4\ub294":3,"\uc0ac\uc6a9\ub420":[0,3,8],"\uc0ac\uc6a9\ub429\ub2c8\ub2e4":[5,6],"\uc0ac\uc6a9\uc774":[0,3],"\uc0ac\uc6a9\uc790\uac00":0,"\uc0ac\uc6a9\uc790\ub97c":0,"\uc0ac\uc6a9\uc790\uc5d0":0,"\uc0ac\uc6a9\uc790\uc5d0\uac8c":0,"\uc0ac\uc6a9\uc790\uc640":0,"\uc0ac\uc6a9\uc790\uc758":0,"\uc0ac\uc6a9\uc790\uc774\uba70":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0":0,"\uc0ac\uc6a9\uc790\uc778\uc9c0\ub97c":0,"\uc0ac\uc6a9\uc911\uc778":0,"\uc0ac\uc6a9\ud558\uac70\ub098":8,"\uc0ac\uc6a9\ud558\uace0":8,"\uc0ac\uc6a9\ud558\uae30":[6,8,9,10],"\uc0ac\uc6a9\ud558\ub294":[0,7,8,11],"\uc0ac\uc6a9\ud558\ub3c4\ub85d":1,"\uc0ac\uc6a9\ud558\ub824\ub294":8,"\uc0ac\uc6a9\ud558\uba74":11,"\uc0ac\uc6a9\ud558\uc138\uc694":[0,1,8],"\uc0ac\uc6a9\ud558\uc154\uc57c":10,"\uc0ac\uc6a9\ud558\uc2dc\uac70\ub098":10,"\uc0ac\uc6a9\ud558\uc2e0\ub2e4\uba74":10,"\uc0ac\uc6a9\ud558\uc5ec":[0,1,8,11],"\uc0ac\uc6a9\ud55c":[0,8,9],"\uc0ac\uc6a9\ud560":[0,3,7],"\uc0ac\uc6a9\ud560\uc9c0":0,"\uc0ac\uc6a9\ud569\ub2c8\ub2e4":[5,8],"\uc0ac\uc6a9\ud574\uc11c":[1,14],"\uc0ac\uc6a9\ud574\uc57c":[3,8],"\uc0ac\uc6a9\ud574\uc8fc\uc138\uc694":7,"\uc0ac\uc774\uc5d0\uc11c":0,"\uc0ac\uc774\uc758":[0,7],"\uc0ac\ud56d":[0,3],"\uc0ac\ud56d\uc774\uba70":0,"\uc0ad\uc81c":[0,15],"\uc0ad\uc81c\ub418\uc5c8\ub294\uc9c0\uc758":7,"\uc0ad\uc81c\uc5d0":0,"\uc0ad\uc81c\ud558\uace0":1,"\uc0ad\uc81c\ud569\ub2c8\ub2e4":7,"\uc0c1\ub2f9\ud788":15,"\uc0c1\uc138\ud55c":11,"\uc0c1\uc18d\ub418\uc9c0":7,"\uc0c1\ud0dc":0,"\uc0c1\ud0dc\uac00":7,"\uc0c1\ud0dc\ub098":0,"\uc0c1\ud0dc\ub294":8,"\uc0c1\ud0dc\ub85c":1,"\uc0c1\ud0dc\ub97c":3,"\uc0c1\ud0dc\uc5d0\uc11c\ub294":7,"\uc0c1\ud0dc\uc5ec\uc57c":0,"\uc0c1\ud0dc\uc785\ub2c8\ub2e4":0,"\uc0c1\ud638":7,"\uc0c1\ud638\uc791\uc6a9\ud558\ub294":6,"\uc0c1\ud669\uc5d0\uc11c\ub294":14,"\uc0c8":0,"\uc0c8\ub85c\uc6b4":[0,1,8,15],"\uc0c9\uc0c1\uc744":0,"\uc0c9\uc778":9,"\uc0dd\uacbc\uc2b5\ub2c8\ub2e4":[5,14],"\uc0dd\uc131":[0,9,14],"\uc0dd\uc131\ub418\uc9c0":0,"\uc0dd\uc131\ub41c":[1,7],"\uc0dd\uc131\uc2dc\uac04\uc744":0,"\uc0dd\uc131\uc5d0":9,"\uc0dd\uc131\ud558\uace0":1,"\uc0dd\uc131\ud558\ub294":[7,14],"\uc0dd\uc131\ud558\ub294\ub370":10,"\uc0dd\uc131\ud558\uc5ec\uc57c":1,"\uc0dd\uc131\ud569\ub2c8\ub2e4":1,"\uc0dd\uc131\ud574\uc57c":1,"\uc0e4\ub4dc\uc758":0,"\uc11c\uba85\uc744":8,"\uc11c\ubc84":[1,8],"\uc11c\ubc84\ub97c":1,"\uc11c\ubc84\uc5d0":1,"\uc11c\ubc84\uc5d0\ub3c4":1,"\uc11c\ubc84\uc5d0\uc11c":0,"\uc11c\ube0c\ucee4\ub9e8\ub4dc\ub4e4":3,"\uc11c\ube0c\ud074\ub798\uc2a4\uc778":3,"\uc11c\ube44\uc2a4\uc5d0\uc11c":0,"\uc120\ud0dd":0,"\uc120\ud0dd\uc740":8,"\uc120\ud0dd\uc801":11,"\uc120\ud0dd\ud558\uace0":1,"\uc124\uacc4\ub85c":9,"\uc124\uba85\ud558\uace0":0,"\uc124\uc815":[0,8,9],"\uc124\uc815\ub418\uc5b4":0,"\uc124\uc815\ub418\uc9c0":11,"\uc124\uc815\ub420":8,"\uc124\uc815\uc744":[0,10],"\uc124\uc815\uc774":11,"\uc124\uc815\ud558\uc138\uc694":8,"\uc124\uc815\ud560":3,"\uc124\uc815\ud574\uc57c":1,"\uc124\uce58":[9,14],"\uc124\uce58\ub418\uc788\ub2e4\uace0":14,"\uc124\uce58\ub41c":[8,10],"\uc124\uce58\ud558\uc138\uc694":14,"\uc124\uce58\ud560":10,"\uc131\uaca9\uacfc":15,"\uc131\uacf5\uc801\uc73c\ub85c":7,"\uc131\uacf5\ud560":7,"\uc139\uc158\uc740":0,"\uc14b\uc5c5\uc740":5,"\uc18c\uac1c":9,"\uc18c\uac1c\ub97c":14,"\uc18c\uc720\uc790\ub294":1,"\uc18d\ub3c4":9,"\uc18d\ub3c4\uc640":9,"\uc18d\uc131":15,"\uc18d\uc131\ub4e4\uc744":3,"\uc18d\uc131\uc744":[0,8],"\uc18d\uc131\uc758":15,"\uc18d\uc131\uc785\ub2c8\ub2e4":0,"\uc18d\ud55c":0,"\uc218":[0,1,3,6,7,10,11,15],"\uc218\ub3c4":[8,10],"\uc218\ub77d":0,"\uc218\ub77d\uc5d0":0,"\uc218\ubc18\ud569\ub2c8\ub2e4":8,"\uc218\uc2e0\ub418\ub294":0,"\uc218\uc2e0\ub429\ub2c8\ub2e4":10,"\uc218\uc788\ub294":0,"\uc218\uc815":15,"\uc218\uc815\ud574\uc11c\ub294":0,"\uc218\uc900\uc5d0\uc11c":11,"\uc218\uc900\uc744":11,"\uc218\ud589\ud558\uae30":3,"\uc218\ud589\ud569\ub2c8\ub2e4":3,"\uc21c\uc11c\ub300\ub85c":0,"\uc27d\uace0":9,"\uc2a4\ud06c\ub9bd\ud2b8\uc774\uae30":14,"\uc2a4\ud0c0\uc77c\ub85c":14,"\uc2a4\ud0c0\uc77c\ub85c\ub294":8,"\uc2a4\ud2b8\ub9bc\uc744":11,"\uc2a4\ud300":0,"\uc2ac\ub9bd":7,"\uc2b5\ub2c8\ub2e4":8,"\uc2dc\uac04":[0,7],"\uc2dc\uac04\ub300":0,"\uc2dc\uac04\uc740":7,"\uc2dc\uac04\uc744":0,"\uc2dc\uac04\uc774\ub77c\uace0":0,"\uc2dc\ub3c4":0,"\uc2dc\ub3c4\ud574\ubcf4\uc138\uc694":9,"\uc2dc\uc2a4\ud15c":[0,10],"\uc2dc\uc2a4\ud15c\uc5d0":10,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c":14,"\uc2dc\uc2a4\ud15c\uc5d0\uc11c\ub294":10,"\uc2dc\uc2a4\ud15c\uc73c\ub85c\ubd80\ud130":10,"\uc2dc\uc791":[9,11],"\uc2dc\uc791\ub418\uae30":7,"\uc2dc\uc791\ub418\uc5c8\uace0":7,"\uc2dc\uc791\ud558\uace0":0,"\uc2dc\uc791\ud558\uae30":7,"\uc2dc\uc791\ud558\ub294":15,"\uc2dc\uc791\ud558\ub294\uc9c0":14,"\uc2dc\uc791\ud558\uc9c0":15,"\uc2dc\uc791\ud569\ub2c8\ub2e4":7,"\uc2dc\uc810\uc5d0\uc11c":8,"\uc2dc\uc810\uc785\ub2c8\ub2e4":0,"\uc2dc\uccad":8,"\uc2dd\ubcc4\ud558\ub294":0,"\uc2e0\uc18d\ud558\uac8c":5,"\uc2e4\uc218\ub85c":1,"\uc2e4\uc9c8\uc801\uc73c\ub85c":8,"\uc2e4\ud328\ud588\ub294\uc9c0\uc758":7,"\uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4":0,"\uc2e4\ud589":14,"\uc2e4\ud589\ub418\ubbc0\ub85c":14,"\uc2e4\ud589\ub418\uc9c0":8,"\uc2e4\ud589\uc744":8,"\uc2e4\ud589\ud558\uba74":14,"\uc2f6\ub2e4\uba74":[1,7,8,10],"\uc2f6\uc73c\uba74":3,"\uc2f6\uc740":5,"\uc2f6\uc744":[3,5],"\uc378\ub124\uc77c":8,"\uc4f0\ub808\ub4dc\ub098":8,"\uc4f0\ub808\ub4dc\ub85c\ubd80\ud130":8,"\uc4f0\ub808\ub4dc\ub97c":8,"\uc4f0\ub808\ub4dc\uc5d0":8,"\uc4f0\ub808\ub4dc\uc5d0\uc11c":8,"\uc4f0\uc138\uc694":8,"\uc4f0\uc77c":11,"\uc4f0\uc785\ub2c8\ub2e4":0,"\uc4f0\uc9c0":8,"\uc544\ub2c8\uac70\ub098":7,"\uc544\ub2c8\ub77c":11,"\uc544\ub2c8\ub77c\uba74":1,"\uc544\ub2c8\ub78d\ub2c8\ub2e4":8,"\uc544\ub2c8\ubbc0\ub85c":15,"\uc544\ub2cc":[0,8,9],"\uc544\ub2cc\uc9c0\ub97c":[7,15],"\uc544\ub2d9\ub2c8\ub2e4":[0,1,5,7,8],"\uc544\ub798\uc758":[0,8,9,10,15],"\uc544\ubb34\uac83\ub3c4":7,"\uc544\ubb34\ub7f0":1,"\uc544\ubb34\ud2bc":7,"\uc544\ubc14\ud0c0":0,"\uc544\ubc14\ud0c0\uac00":0,"\uc544\ubc14\ud0c0\ub97c":0,"\uc544\ubc14\ud0c0\ub9cc":0,"\uc544\ubc14\ud0c0\uc5d0":0,"\uc544\ubc14\ud0c0\uc5d0\ub9cc":0,"\uc544\ubc14\ud0c0\uc758":0,"\uc544\uc774\ucf58":0,"\uc544\uc774\ucf58\uc5d0":8,"\uc545\uc758\uc801\uc73c\ub85c":1,"\uc545\uc758\uc801\uc778":1,"\uc548\ub429\ub2c8\ub2e4":[0,1,7],"\uc548\uc5d0\ub9cc":8,"\uc548\uc5d0\uc11c":8,"\uc548\uc804\ud55c":8,"\uc54a\uace0":15,"\uc54a\uae30":[8,11],"\uc54a\ub294":[8,15],"\uc54a\ub294\ub2e4\uba74":7,"\uc54a\ub2e4\uba74":[1,14],"\uc54a\ub3c4\ub85d":8,"\uc54a\uc2b5\ub2c8\ub2e4":[0,7,8,10,15],"\uc54a\uc558\uae30":8,"\uc54a\uc558\ub2e4\uba74":[7,15],"\uc54a\uc558\uc2b5\ub2c8\ub2e4":[1,7],"\uc54a\uc558\uc744":0,"\uc54a\uc73c\ubbc0\ub85c":8,"\uc54a\uc740":[0,7,11,15],"\uc54a\uc744":[0,8],"\uc54a\uc9c0\ub9cc":8,"\uc54c\uace0\ub9ac\uc998\uc73c\ub85c":7,"\uc54c\ub9bc\uc744":0,"\uc54c\uc544\ub450\uc5b4\uc57c":[8,15],"\uc54c\uc544\ubcf4\uc138\uc694":8,"\uc54c\uc544\uc57c":8,"\uc554\ud638\uac00":[0,1],"\uc554\ud638\ub77c\uace0":1,"\uc560\ub2c8\uba54\uc774\uc158":0,"\uc560\ub2c8\uba54\uc774\uc158\uc774":0,"\uc560\ubbf8\uba54\uc774\uc158":0,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158":1,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744":10,"\uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758":[1,11],"\uc57d":7,"\uc5b4\ub5a4":7,"\uc5b4\ub5bb\uac8c":[0,7,14],"\uc5b4\ub824\uc6b8":15,"\uc5b8\uae09\ub418\uc5c8\ub294\uc9c0":0,"\uc5b8\uae09\ub41c":0,"\uc5b8\ub354\ubc14\ub97c":8,"\uc5b8\ub85c\ub4dc":5,"\uc5b8\uc5b4":0,"\uc5b8\uc5b4\ub97c":0,"\uc5b8\uc5b4\uc5d0":0,"\uc5b8\uc5b4\ud0dc\uadf8":0,"\uc5b8\uc81c\ub4e0\uc9c0":8,"\uc5bb\uac70\ub098":14,"\uc5bb\uac8c":0,"\uc5bb\uace0":3,"\uc5bb\uae30":[0,3],"\uc5c4\uccad\ub09c":8,"\uc5c5\uadf8\ub808\uc774\ub4dc":15,"\uc5c5\ub370\uc774\ud2b8":0,"\uc5c5\ub370\uc774\ud2b8\ub420":15,"\uc5c5\ub85c\ub4dc":0,"\uc5c5\ub85c\ub4dc\ub294":[0,8],"\uc5c5\ub85c\ub4dc\ud558\uace0":8,"\uc5c5\ub85c\ub4dc\ud558\uae30":8,"\uc5c5\ub85c\ub4dc\ud558\ub824\uba74":8,"\uc5c6":8,"\uc5c6\ub294":0,"\uc5c6\ub2e4\ub294":8,"\uc5c6\ub2e4\uba74":9,"\uc5c6\uc2b5\ub2c8\ub2e4":[0,7,8],"\uc5c6\uc73c\ubbc0\ub85c":1,"\uc5c6\uc744":10,"\uc5c6\uc74c":0,"\uc5c6\uc74c\uc744":0,"\uc5c6\uc774":8,"\uc5d0":[0,1,5,7,8],"\uc5d0\uac8c\ub294":8,"\uc5d0\ub7ec\ub098":11,"\uc5d0\ub7ec\ub97c":[9,11],"\uc5d0\ub9cc":15,"\uc5d0\uc11c":[0,1,3,7,8,10],"\uc5d0\uc11c\uc758":7,"\uc5ec\uae30\uc5d0":[1,8,15],"\uc5ec\uae30\uc5d0\ub294":0,"\uc5ec\uae30\uc5d0\uc11c":14,"\uc5ec\uae30\uc758":0,"\uc5ec\ub7ec":[0,6,8],"\uc5ec\ub7ec\uac00\uc9c0\ub97c":14,"\uc5ec\ubd80":[0,7],"\uc5ec\ubd80\ub97c":0,"\uc5ec\ubd80\uc785\ub2c8\ub2e4":0,"\uc5ed\ub3d9\uc801\uc778":15,"\uc5ed\uc2ac\ub798\uc2dc\uc640":8,"\uc5f0\uacb0":[0,7],"\uc5f0\uacb0\ub418\uc5b4\uc788\ub294":0,"\uc5f0\uacb0\ub41c":0,"\uc5f0\uacb0\uc785\ub2c8\ub2e4":14,"\uc5f4\uc5b4\uc57c":0,"\uc608":[0,8,9,10],"\uc608\ub97c":[0,3,5,8,10,11],"\uc608\uc2dc":8,"\uc608\uc2dc\ub4e4\uc740":15,"\uc608\uc2dc\ub97c":8,"\uc608\uc2dc\uc5d0\uc11c":5,"\uc608\uc57d\ud558\ub294":7,"\uc608\uc678":[0,2,7],"\uc608\uc678\uac00":7,"\uc608\uc678\ub294":7,"\uc608\uc678\ub97c":7,"\uc608\uc81c":[0,2,6,9],"\uc608\uc81c\ub294":[3,5,8],"\uc624\uae30":8,"\uc624\ub7ab\ub3d9\uc548":8,"\uc624\ub958":[0,7],"\uc624\ub958\ub4e4\uc744":7,"\uc624\ub958\ub97c":7,"\uc624\ube0c\uc81d\ud2b8":[0,8],"\uc624\ube0c\uc81d\ud2b8\ub97c":8,"\uc624\ud504\ub77c\uc778":0,"\uc628":8,"\uc62c\ub77c\uc628":0,"\uc635\ub2c8\ub2e4":[3,5],"\uc635\uc158":7,"\uc635\uc158\uacfc":7,"\uc635\uc158\ub4e4\uacfc":3,"\uc635\uc158\uc744":[0,3],"\uc640":[0,3,8],"\uc640\uc57c":8,"\uc644\ub8cc\ud558\uac8c":7,"\uc67c\ucabd\uc5d0\uc788\ub294":0,"\uc694\uad6c":9,"\uc694\uc18c":15,"\uc694\uc810":3,"\uc694\uccad":0,"\uc694\uccad\uacfc":0,"\uc694\uccad\uc740":8,"\uc694\uccad\uc744":[0,8],"\uc694\uccad\ud560":0,"\uc6b0\ub9ac\uac00":[3,14],"\uc6b0\ub9ac\ub294":[1,3,5,14],"\uc6b0\ub9ac\uc758":14,"\uc6b0\ub9b0":3,"\uc6b4\uc774":8,"\uc6b4\uc88b\uac8c\ub3c4":14,"\uc6d0\ub9ac":15,"\uc6d0\uc778\uc740":8,"\uc6d0\ud558\uc9c0":7,"\uc6d0\ud55c\ub2e4\uba74":[1,7],"\uc6f9\uc0ac\uc774\ud2b8":1,"\uc6f9\uc18c\ucf13":0,"\uc704\ubc30\ub429\ub2c8\ub2e4":0,"\uc704\uc5d0":8,"\uc704\ud558\uc5ec":8,"\uc704\ud55c":[3,7,9,15],"\uc704\ud574":[3,6,7,8,10],"\uc704\ud574\uc11c":[1,3,8],"\uc704\ud574\uc11c\ub294":[0,1,3,5,8,10,11],"\uc704\ud574\uc11c\ub294\ub2e4\uc74c\uc744":8,"\uc704\ud5d8\uc744":0,"\uc708\ub3c4\uc6b0\ub97c":10,"\uc708\ub3c4\uc6b0\uc5d0\uc11c":[10,14],"\uc720\ub2c8\ucf54\ub4dc":8,"\uc720\ub2c8\ucf54\ub4dc\ub85c":8,"\uc720\uba85\ud55c":8,"\uc720\uc6a9\ud569\ub2c8\ub2e4":7,"\uc720\uc758\uc801":15,"\uc720\uc758\ud558\uc2ed\uc2dc\uc624":1,"\uc720\uc800":0,"\uc720\uc800\uac00":0,"\uc720\uc800\ub294":[0,1],"\uc720\uc800\ub97c":1,"\uc720\uc800\uc640":0,"\uc720\uc9c0\ud558\ub294":10,"\uc720\uc9c0\ud558\ub294\ub370":3,"\uc720\ucd9c\ud558\uc600\ub2e4\uba74":1,"\uc720\ud615\uc744":0,"\uc720\ud615\uc774\uc5ec\uc57c":0,"\uc720\ud6a8\ud558\uc9c0":0,"\uc720\ud6a8\ud55c":8,"\uc720\ud6a8\ud569\ub2c8\ub2e4":0,"\uc735\ud1b5\uc131\uc788\uace0":6,"\uc73c\ub85c":0,"\uc740":[0,8],"\uc744":[1,5,7,11],"\uc74c\uc131":[0,10],"\uc751\ub2f5\ud558\ub294":10,"\uc758":[0,3,14,15],"\uc758\uc874\uc131":15,"\uc758\ud574":0,"\uc774":[0,1,3,5,6,7,8,10,11,14,15],"\uc774\uac74":14,"\uc774\uac83\uacfc":8,"\uc774\uac83\uc740":[0,1,3,7,8],"\uc774\uac83\uc744":[1,3,7],"\uc774\uac83\uc774":0,"\uc774\uac8c":1,"\uc774\ub294":[0,3,8,11,15],"\uc774\ub3d9\ud569\ub2c8\ub2e4":1,"\uc774\ub3d9\ud574":1,"\uc774\ub77c\uace0":5,"\uc774\ub77c\ub294":[0,5,10],"\uc774\ub7ec\ud55c":10,"\uc774\ub7f0":[0,6,7],"\uc774\ub807\uac8c":[8,14],"\uc774\ub97c":[3,6,8,10],"\uc774\ub984":[0,8],"\uc774\ub984\uc5d0\uc11c":3,"\uc774\ub984\uc73c\ub85c":3,"\uc774\ub984\uc73c\ub85c\ub3c4":3,"\uc774\ub984\uc740":[3,8],"\uc774\ub984\uc744":[0,1,3,14,15],"\uc774\ub984\uc758":3,"\uc774\ub984\uc774":[0,8],"\uc774\ub984\uc774\uc9c0\ub9cc":0,"\uc774\ub984\uc785\ub2c8\ub2e4":0,"\uc774\uba54\uc77c":0,"\uc774\uba54\uc77c\uc785\ub2c8\ub2e4":0,"\uc774\ubaa8\ud2f0\ucf58":0,"\uc774\ubaa8\ud2f0\ucf58\uc73c\ub85c":0,"\uc774\ubaa8\ud2f0\ucf58\uc744":[0,8],"\uc774\ubaa8\ud2f0\ucf58\uc758":8,"\uc774\ubbf8":[7,8],"\uc774\ubbf8\uc9c0":0,"\uc774\ubbf8\uc9c0\ub85c":0,"\uc774\ubbf8\uc9c0\ub97c":0,"\uc774\ubbf8\uc9c0\uc758":8,"\uc774\ubca4\ud2b8":[0,7,8],"\uc774\ubca4\ud2b8\uac00":[0,10,11,14],"\uc774\ubca4\ud2b8\ub294":[10,14],"\uc774\ubca4\ud2b8\ub85c\ubd80\ud130":0,"\uc774\ubca4\ud2b8\ub97c":14,"\uc774\ubca4\ud2b8\uc5d0":[8,15],"\uc774\ubca4\ud2b8\uc5d0\uc11c":7,"\uc774\ubca4\ud2b8\uc758":[0,10,11],"\uc774\uc0c1\uc5d0\uc11c":10,"\uc774\uc0c1\uc758":10,"\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4":0,"\uc774\uc640":3,"\uc774\uc6a9\uc57d\uad00":0,"\uc774\uc6a9\ud558\uc138\uc694":10,"\uc774\uc6a9\ud55c":10,"\uc774\uc720\ub294":8,"\uc774\uc720\ub85c":6,"\uc774\uc81c":[1,3,5,10,14],"\uc774\ud558":10,"\uc774\ud558\uc5d0\uc11c\ub294":10,"\uc774\ud6c4":[7,14],"\uc778\uc218\ub294":11,"\uc778\uc2a4\ud134\uc2a4":[0,3],"\uc778\uc2a4\ud134\uc2a4\ub97c":[0,8,14],"\uc778\uc2a4\ud134\uc2a4\uc5d0\uc11c":8,"\uc778\uc6a9\uad6c\uc758":8,"\uc778\uc790":0,"\uc778\uc790\ub294":8,"\uc778\uc790\ub4e4\uc744":3,"\uc778\uc790\ub97c":8,"\uc778\uc790\ub9cc":8,"\uc778\uc790\uc785\ub2c8\ub2e4":8,"\uc778\uc99d\uc11c\ub85c":0,"\uc778\uc9c0":[7,14],"\uc778\uc9c0\ub97c":0,"\uc778\ud130\ub137":7,"\uc778\ud130\ub137\uc774":7,"\uc778\ud130\ud398\uc774\uc2a4\ub294":7,"\uc77c":0,"\uc77c\ub2e8":3,"\uc77c\ubc18":[0,1,9],"\uc77c\ubc18\uc801\uc73c\ub85c":3,"\uc77c\ubc18\uc801\uc778":[0,8],"\uc77c\ubd80\uac00":15,"\uc77c\uc218\ub3c4":0,"\uc77c\uc5b4\ub098\uace0":8,"\uc77c\uc5b4\ub0a0":7,"\uc77c\uc5b4\ub0ac\uc744\ub54c":14,"\uc77c\uc73c\ucf30\ub2e4\uba74":7,"\uc77c\uc73c\ud0a4\ub294":7,"\uc77c\uc73c\ud0a8\ub2e4\uba74":14,"\uc77c\uc744":8,"\uc77d\uae30":0,"\uc784\ubca0\ub4dc\ub97c":0,"\uc784\ubca0\ub4dc\uc5d0":8,"\uc784\ubca0\ub4dc\uc758":8,"\uc784\uc758\uc801\uc73c\ub85c":8,"\uc785\ub2c8\ub2e4":[0,5,8],"\uc788\uac8c":[3,8],"\uc788\uace0":[1,9],"\uc788\uae30":8,"\uc788\ub294":[0,1,3,5,7,8],"\uc788\ub294\uc9c0":[0,1,7,10],"\uc788\ub294\uc9c0\uc758":7,"\uc788\ub2e4\uace0":8,"\uc788\ub2e4\uba74":[7,8],"\uc788\uc2b5\ub2c8\ub2e4":[0,1,3,5,6,7,8,10,11,14,15],"\uc788\uc5b4\uc57c":1,"\uc788\uc73c\uba74":7,"\uc788\uc73c\ubbc0\ub85c":[0,8],"\uc788\uc744":0,"\uc788\uc74c\uc744":0,"\uc788\uc9c0":7,"\uc78a\uc9c0":8,"\uc790\uae30\ub9cc\uc758":7,"\uc790\ub3d9":0,"\uc790\ub3d9\uc73c\ub85c":0,"\uc790\ub3d9\uc801\uc73c\ub85c":3,"\uc790\uc0b0\uc744":0,"\uc790\uc138\ud55c":[1,3,5,8,11],"\uc790\uc138\ud788":8,"\uc790\uc2e0\uc774":0,"\uc790\uc8fc":9,"\uc790\uccb4\uc758":0,"\uc791\ub3d9":[0,10,15],"\uc791\ub3d9\ud558\ub294":7,"\uc791\ub3d9\ud558\ub294\uc9c0":14,"\uc791\uc131\ub418\uc9c0":15,"\uc791\uc131\ub41c":[14,15],"\uc791\uc131\uc790":8,"\uc791\uc131\ud558\uae30":11,"\uc791\uc131\ud558\uc9c0":0,"\uc791\uc131\ud560":8,"\uc791\uc5c5":1,"\uc791\uc5c5\uc5d0":0,"\uc791\uc5c5\uc740":7,"\uc791\uc5c5\uc744":[6,8],"\uc791\uc5c5\ud558\uae30":1,"\uc791\uc6a9\ud558\uace0":7,"\uc791\uc740":0,"\uc798":7,"\uc798\ubabb\ub41c":[0,7],"\uc7a0\uc218":0,"\uc7a0\uc7ac\uc801\uc73c\ub85c":0,"\uc7ac\uc0dd":0,"\uc7ac\uc0dd\ud560\uc9c0":0,"\uc7ac\uc2dc\ub3c4\ud560":7,"\uc7ac\uc2dc\uc791\ud558\uae30":7,"\uc7ac\uc2dc\uc791\ud560\uc9c0\uc758":7,"\uc7ac\uc5f0\uacb0":7,"\uc7ac\uc5f0\uacb0\uc911":7,"\uc7ac\uc815\uc758\ud558\ub294":8,"\uc801\uc6a9":0,"\uc801\uc6a9\ub418\uae30\ub97c":7,"\uc801\uc6a9\ub418\uc5b4\uc57c":8,"\uc801\uc6a9\ub41c\ub2e4\ub294":15,"\uc801\uc6a9\ub429\ub2c8\ub2e4":[0,7],"\uc801\uc808\ud55c":8,"\uc804\uae4c\uc9c0":7,"\uc804\ub2ec\ub418\uc5c8\uac70\ub098":0,"\uc804\ub2ec\ub418\uc5c8\uc2b5\ub2c8\ub2e4":0,"\uc804\ub2ec\uc778\uc790":7,"\uc804\ub2ec\uc778\uc790\ub3c4":7,"\uc804\ub2ec\ud558\ub294":8,"\uc804\ub2ec\ud558\uc138\uc694":3,"\uc804\ub2ec\ud560":0,"\uc804\ub2ec\ud569\ub2c8\ub2e4":3,"\uc804\ub2ec\ud574\uc57c":[0,8],"\uc804\ubd80":[8,9],"\uc804\uc1a1":0,"\uc804\uc1a1\ub41c":[0,8],"\uc804\uc1a1\ud558\ub294":8,"\uc804\uc1a1\ud558\ubbc0\ub85c":8,"\uc804\uc1a1\ud558\uc9c0":8,"\uc804\uc1a1\ud560":8,"\uc804\uc5d0":7,"\uc804\uc6a9":0,"\uc804\uccb4\uc5d0":10,"\uc804\ud600":8,"\uc808\ub300":8,"\uc808\ub300\ub85c":1,"\uc810\uc744":3,"\uc810\uc785\ub2c8\ub2e4":15,"\uc810\uc810":3,"\uc811\uadfc\ud560":8,"\uc811\ub450\uc0ac\ub97c":8,"\uc811\uc18d\ud558\uc9c0":1,"\uc811\uc18d\ud560":1,"\uc815\ub9ac\ud558\uc5ec":8,"\uc815\ubcf4":[1,8],"\uc815\ubcf4\ub294":5,"\uc815\ubcf4\ub97c":[1,3,8,10,11],"\uc815\uc218":0,"\uc815\uc758":3,"\uc815\uc758\ub418\uc5b4":0,"\uc815\uc758\ub41c":8,"\uc815\uc758\ud558\uc600\uace0":5,"\uc815\uc758\ud569\ub2c8\ub2e4":3,"\uc815\uc758\ud588\ub2e4\uba74":3,"\uc815\uc801":0,"\uc815\uc9c0\ud558\uae30":7,"\uc815\uc9c0\ud569\ub2c8\ub2e4":7,"\uc81c":7,"\uc81c3\uc790":8,"\uc81c\uac00":7,"\uc81c\uac70":15,"\uc81c\uac70\ub429\ub2c8\ub2e4":3,"\uc81c\uac70\ud558\uac70\ub098":7,"\uc81c\uac70\ud558\uace0\uc790":3,"\uc81c\uac70\ud588\ub4ef\uc774":3,"\uc81c\uacf1":0,"\uc81c\uacf5\ub41c":[0,8],"\uc81c\uacf5\ub429\ub2c8\ub2e4":[6,8],"\uc81c\uacf5\ud558\ub294":0,"\uc81c\uacf5\ud560":8,"\uc81c\uacf5\ud569\ub2c8\ub2e4":6,"\uc81c\ub108\ub808\uc774\ud130":3,"\uc81c\ub300\ub85c":[6,14],"\uc81c\uc548\ud558\uac70\ub098":8,"\uc81c\uc5b4\ud569\ub2c8\ub2e4":0,"\uc81c\uc678\ud558\uace0":7,"\uc81c\uc77c":1,"\uc81c\ucd9c\ud558\uc138\uc694":8,"\uc81c\ud55c":9,"\uc870\uac74":9,"\uc870\uc2ec\uc2a4\ub7fd\uac8c":8,"\uc870\uc2ec\ud574\uc57c\ud560":7,"\uc870\uc791\uc744":8,"\uc870\uc791\uc774":8,"\uc870\uc9c1\ud654\ud558\uace0":3,"\uc874\uc7ac\ud560":5,"\uc874\uc7ac\ud569\ub2c8\ub2e4":8,"\uc885\ub8cc\ud558\uae30":7,"\uc88b\uac8c\ub3c4":8,"\uc88b\uc740":8,"\uc8fc":15,"\uc8fc\uace0":5,"\uc8fc\ub294":[3,9,10],"\uc8fc\uc5b4\uc84c\uc2b5\ub2c8\ub2e4":7,"\uc8fc\uc5b4\uc9c0\uc9c0":7,"\uc8fc\uc694":[7,15],"\uc8fc\uc758\ud558\uc138\uc694":14,"\uc900\ube44\uac00":0,"\uc900\ube44\ub418\uae30":7,"\uc900\ube44\ub41c":9,"\uc900\ube44\ud55c":14,"\uc904":5,"\uc904\uc5d0":3,"\uc904\uc740":14,"\uc911":[0,3],"\uc911\ub2e8\ud558\uc9c0":8,"\uc911\uc2ec\ubd80\uc778":5,"\uc911\uc2ec\uc5d0\ub294":3,"\uc911\uc2ec\uc73c\ub85c":10,"\uc911\uc778\uc9c0":0,"\uc911\uc785\ub2c8\ub2e4":7,"\uc911\uc9c0\ud558\uace0":8,"\uc911\ucca9\ub420":8,"\uc9c0\ub098\uac04":7,"\uc9c0\uc5f0":0,"\uc9c0\uc6d0":1,"\uc9c0\uc6d0\ub418\uc9c0":10,"\uc9c0\uc810\uc73c\ub85c":8,"\uc9c0\uc815":0,"\uc9c0\uc815\ub418\uc9c0":11,"\uc9c0\uc815\ub41c":0,"\uc9c0\uc815\ud569\ub2c8\ub2e4":[0,11],"\uc9c0\ud5a5":9,"\uc9c1\uc811":0,"\uc9c4\uc785\uc810\uc774":5,"\uc9c4\ud589\ub418\ubbc0\ub85c":14,"\uc9c4\ud589\ub429\ub2c8\ub2e4":10,"\uc9c4\ud589\ud558\uace0":10,"\uc9c4\ud589\ud574\ubd05\uc2dc\ub2e4":14,"\uc9c8\ubb38":9,"\uc9c8\ubb38\uc740":8,"\uc9c8\ubb38\uc744":8,"\uc9c8\ubb38\uc758":8,"\uc9c8\uc758\ud560":3,"\uc9d1\ud569\uc744":7,"\uc9d3\uace0":1,"\uc9d3\uc744":1,"\ucc28\ub2e8":0,"\ucc28\ub2e8\ub418\uc9c0":8,"\ucc28\ub2e8\ub41c\ub2e4\uba74":8,"\ucc28\ub2e8\ub420":0,"\ucc28\ub2e8\uc740":8,"\ucc28\ub2e8\uc744":8,"\ucc28\ub2e8\uc774":8,"\ucc28\ub2e8\ud558\uac70\ub098":1,"\ucc28\ub2e8\ud558\ub294":8,"\ucc28\ub2e8\ud558\uc9c0":8,"\ucc28\ub2e8\ud55c":0,"\ucc28\ub2e8\ud560":8,"\ucc38\uace0":3,"\ucc38\uace0\ud558\uc138\uc694":[3,8],"\ucc38\uace0\ud558\uc5ec":8,"\ucc38\uace0\ud574\uc57c":3,"\ucc38\uace0\ud574\uc8fc\uc138\uc694":3,"\ucc38\uc5ec\uc911\uc778":0,"\ucc38\uc870\ud55c\ub2e4\ub294":3,"\ucc3e\ub294\ub370":8,"\ucc3e\uc544\ubcfc":3,"\ucc3e\uc544\uc635\ub2c8\ub2e4":3,"\ucc3e\uc73c\uc2dc\ub294":9,"\ucc3e\uc73c\uc2e4":8,"\ucc3e\uc744":8,"\ucc44\ub110":0,"\ucc44\ub110\ub9cc":0,"\ucc44\ub110\uc5d0":14,"\ucc44\ub110\uc744":0,"\ucc44\ub110\uc758":8,"\ucc44\ub110\uc785\ub2c8\ub2e4":0,"\ucc44\ud305":0,"\ucc44\ud305\uc5d0":0,"\ucc44\ud305\uc5d0\uc11c":0,"\ucc44\ud305\uc744":0,"\ucc44\ud305\uc911\uc5d0":0,"\ucc98\ub7fc":7,"\ucc98\ub9ac":[0,7,15],"\ucc98\ub9ac\uae30":0,"\ucc98\ub9ac\ub3fc\uc57c":7,"\ucc98\ub9ac\ub418\ub294":7,"\ucc98\ub9ac\ub418\ub294\ub370":7,"\ucc98\ub9ac\ub418\uc9c0":[0,7],"\ucc98\ub9ac\ub97c":7,"\ucc98\ub9ac\ud558\uac70\ub098":7,"\ucc98\ub9ac\ud558\uae30":7,"\ucc98\ub9ac\ud558\ub294":6,"\ucc98\ub9ac\ud560":7,"\ucc98\ub9ac\ud574\uc57c":7,"\ucc98\uc74c\uc5d0":6,"\ucc98\uc74c\uc758":8,"\ucca8\ubd80":0,"\ucca8\ubd80\ud558\ub294":8,"\uccab":[8,15],"\uccab\ubc88\uc9f8":14,"\uccb4\ud06c\uac00":1,"\uccb4\ud06c\ub418\uc5b4":1,"\uccb4\ud06c\ubc15\uc2a4\uc5d0":1,"\uccb4\ud06c\ud569\ub2c8\ub2e4":1,"\ucd08":[0,7],"\ucd08\ub300":9,"\ucd08\ub300\ud558\uace0":1,"\ucd08\ub300\ud558\ub294":1,"\ucd08\ub300\ud560":1,"\ucd1d":0,"\ucd5c\uace0":7,"\ucd5c\uadfc":0,"\ucd5c\uc18c\ud55c\uc758":9,"\ucd5c\uc2e0\uc758":9,"\ucd5c\uc801\ud654":9,"\ucd5c\uc801\ud654\ub97c":8,"\ucd94\uac00":[0,2,7,8,11,15],"\ucd94\uac00\ub41c":0,"\ucd94\uac00\ub420":1,"\ucd94\uac00\ub429\ub2c8\ub2e4":[3,5],"\ucd94\uac00\uc801\uc778":8,"\ucd94\uac00\ud558\ub294":1,"\ucd94\uac00\ud569\ub2c8\ub2e4":7,"\ucd94\uc0c1\ud654\ud558\ub294":7,"\ucd94\ucc9c\ud569\ub2c8\ub2e4":11,"\ucd95\uc18c\ub41c":8,"\ucd95\ud558\ud569\ub2c8\ub2e4":10,"\ucd9c\ub825\ub418\uc9c0":11,"\ucd9c\ub825\ud558\ub294":11,"\ucd9c\ub825\ud558\uc9c0\ub9cc":7,"\ucd9c\ub825\ud560":11,"\ucda9\ub3cc":0,"\ucda9\ub3cc\ud558\ubbc0\ub85c":14,"\ucde8\uc18c\ub418\uace0":7,"\ucde8\uc18c\ub418\uc5c8\ub294\uc9c0":7,"\ucde8\uc18c\ud558\ub294":7,"\ucde8\uc18c\ud558\uc138\uc694":7,"\ucde8\uc18c\ud560\ub54c\ub3c4":7,"\ucde8\uc18c\ud568":7,"\uce21\uba74\uc740":8,"\uce21\uba74\uc744":[6,8],"\uce21\uc815\ud569\ub2c8\ub2e4":0,"\uce5c\uad6c":0,"\uce5c\uad6c\ub85c":0,"\uce5c\uad6c\uc778":0,"\uce74\ud14c\uace0\ub9ac\ub97c":3,"\uce90\uc2dc\ub97c":0,"\uce90\uc2f1\ub41c":0,"\ucee4\ub125\ud130":0,"\ucee4\ub9e8\ub4dc":5,"\ucee4\ub9e8\ub4dc\ub4e4\uacfc":3,"\ucee4\ub9e8\ub4dc\ub4e4\uc758":3,"\ucee4\ub9e8\ub4dc\uc5d0":3,"\ucee4\uc2a4\ud130\ub9c8\uc774\uc988":3,"\ucee8\ud0dd\uc2a4\ud2b8":7,"\uceec\ub809\uc158\uc744":8,"\ucef4\ud329\ud2b8":0,"\ucef4\ud4e8\ud305":0,"\ucf00\uc774\uc2a4\ub85c":8,"\ucf1c\uace0":0,"\ucf24":0,"\ucf54\ub4dc":8,"\ucf54\ub4dc\uac00":11,"\ucf54\ub4dc\ub97c":[5,10],"\ucf54\ub8e8\ud2f4":[7,9],"\ucf54\ub8e8\ud2f4\uacfc":8,"\ucf54\ub8e8\ud2f4\uc740":[7,8],"\ucf54\ub8e8\ud2f4\uc744":7,"\ucf54\ub8e8\ud2f4\uc758":8,"\ucf54\ub8e8\ud2f4\uc774":[5,7],"\ucf58\uc194\uc5d0":11,"\ucf5c\ubc31\uc740":14,"\ud06c\uae30":0,"\ud06c\uae30\ub294":0,"\ud06c\uae30\ub97c":0,"\ud070":9,"\ud074\ub77c\uc774\uc5b8\ud2b8":[1,9],"\ud074\ub77c\uc774\uc5b8\ud2b8\uac00":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\ub294":[0,14],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0":[0,8],"\ud074\ub77c\uc774\uc5b8\ud2b8\uc640":0,"\ud074\ub77c\uc774\uc5b8\ud2b8\uc758":0,"\ud074\ub798\uc2a4":[0,3,7,15],"\ud074\ub798\uc2a4\uac00":7,"\ud074\ub798\uc2a4\ub4e4\uc758":7,"\ud074\ub798\uc2a4\ub85c":0,"\ud074\ub798\uc2a4\uc5d0":[0,3,15],"\ud074\ub798\uc2a4\uc5d0\ub294":0,"\ud074\ub798\uc2a4\uc758":0,"\ud074\ub798\uc2a4\uc774\uae30":3,"\ud074\ub798\uc2a4\uc785\ub2c8\ub2e4":3,"\ud074\ub9ad\ud558\uc138\uc694":1,"\ud074\ub9ad\ud558\uc5ec":1,"\ud074\ub9ad\ud569\ub2c8\ub2e4":1,"\ud0a4\uc6cc\ub4dc":[3,7,8],"\ud0c0\ub2f9\ud55c":9,"\ud0c0\uc774\ud551":0,"\ud0c0\uc785":[0,8],"\ud0dc\uadf8":0,"\ud0dc\uadf8\uc5d0":0,"\ud0dc\uadf8\uc640":0,"\ud0dc\uc2a4\ud06c":7,"\ud0dc\uc2a4\ud06c\uac00":7,"\ud0dc\uc2a4\ud06c\ub97c":7,"\ud0ed":0,"\ud0ed\uc73c\ub85c":1,"\ud14c\ub9c8\uc785\ub2c8\ub2e4":0,"\ud14c\uc2a4\ud06c\uac00":7,"\ud14c\uc2a4\ud06c\ub97c":7,"\ud1a0\ud070\uc73c\ub85c":[0,14],"\ud1a0\ud070\uc740":1,"\ud1a0\ud070\uc744":[1,14],"\ud1b5\uc9f8\ub85c":3,"\ud1b5\ud558\uc5ec":8,"\ud1b5\ud55c":7,"\ud1b5\ud574":[3,8],"\ud29c\ud1a0\ub9ac\uc5bc\uc744":11,"\ud29c\ud50c\uc758":0,"\ud2b9\ubcc4\ud55c":[6,9],"\ud2b9\ubcc4\ud788":8,"\ud2b9\uc774":8,"\ud2b9\uc815":[1,7,8,14],"\ud2b9\uc815\ud55c":[3,7],"\ud30c\ub77c\ubbf8\ud130\ub97c":3,"\ud30c\uc774\uc36c":[5,11,14],"\ud30c\uc77c":8,"\ud30c\uc77c\uc5d0":11,"\ud30c\uc77c\uc5d0\ub294":5,"\ud30c\uc77c\uc744":0,"\ud30c\uc77c\uc758":[8,14],"\ud30c\uc77c\uc774\ub984":0,"\ud328\ud134\uc740":7,"\ud398\uc774\uc9c0":[1,9],"\ud398\uc774\uc9c0\ub294":[8,14],"\ud398\uc774\uc9c0\ub97c":1,"\ud398\uc774\uc9c0\uc5d0\uc11c":9,"\ud398\uc774\uc9c0\uc758":1,"\ud3b8\ub9ac\ud55c":7,"\ud3b8\uc9d1":0,"\ud3b8\uc9d1\uc5d0":0,"\ud3b8\uc9d1\ud569\ub2c8\ub2e4":0,"\ud3c9\uc18c\uc640":10,"\ud3ec\uad04\uc801\uc774\uc9c0":15,"\ud3ec\ub9f7\uc73c\ub85c":0,"\ud3ec\uc778\ud2b8\uac00":8,"\ud3ec\uc778\ud2b8\ub97c":8,"\ud3ec\ud568\ub418\uc9c0":0,"\ud3ec\ud568\ub429\ub2c8\ub2e4":15,"\ud3ec\ud568\ud558\uace0":[7,8],"\ud3ec\ud568\ud558\uc9c0":8,"\ud3f4\ub354":8,"\ud3f4\ub354\uac00":5,"\ud3f4\ub354\ub85c":10,"\ud45c\uc2dc":0,"\ud45c\uc2dc\ub418\ub294":0,"\ud45c\uc2dc\ub418\uc5b4\uc57c\ub9cc":3,"\ud45c\uc2dc\ub418\uc9c0\ub294":8,"\ud45c\uc2dc\ub429\ub2c8\ub2e4":3,"\ud45c\uc2dc\ub97c":0,"\ud45c\uc2dc\ud560\uc9c0":0,"\ud45c\uc900":[10,11],"\ud478\uc2dc":0,"\ud480\ub9c1\uc5d0":0,"\ud504\ub808\uc784\uc6cc\ud06c":9,"\ud504\ub808\uc784\uc6cc\ud06c\ub97c":6,"\ud504\ub808\uc784\uc6cc\ud06c\uc5d0\ub294":5,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c":8,"\ud504\ub85c\uadf8\ub798\ubc0d\uc5d0\uc11c\ub294":8,"\ud504\ub85c\uadf8\ub7a8\uc774":8,"\ud504\ub85c\uc81d\ud2b8":10,"\ud504\ub85c\ud1a0\ucf5c":0,"\ud504\ub85c\ud1a0\ucf5c\ub85c":3,"\ud504\ub85c\ud544":0,"\ud504\ub85c\ud544\uc744":0,"\ud504\ub85d\uc2dc":0,"\ud504\ub9ac\ubbf8\uc5c4":0,"\ud504\ub9ac\ubbf8\uc5c4\uc774":0,"\ud50c\ub808\uc774\uc5b4\ub294":8,"\ud50c\ub808\uc774\uc911\uc778":0,"\ud544\ub4dc\uac00":0,"\ud544\ub4dc\ub294":0,"\ud544\uc694":8,"\ud544\uc694\ub294":8,"\ud544\uc694\ub85c":[1,8],"\ud544\uc694\ud558\ub2e4\uba74":14,"\ud544\uc694\ud55c":[1,10],"\ud544\uc694\ud569\ub2c8\ub2e4":[0,10],"\ud544\ud130\uc785\ub2c8\ub2e4":0,"\ud558\uac8c":1,"\ud558\uace0":[3,5],"\ud558\uae30":[7,8],"\ud558\uae30\uc5d0\ub294":6,"\ud558\ub098\ub97c":[0,8],"\ud558\ub098\ub9cc\uc744":7,"\ud558\ub098\uc5ec\uc57c":0,"\ud558\ub098\uc758":[5,8],"\ud558\ub294":[0,7],"\ud558\ub294\uac8c":1,"\ud558\ub824\uba74":0,"\ud558\uba70":0,"\ud558\uba74":14,"\ud558\uc138\uc694":8,"\ud558\uc5ec":1,"\ud558\uc9c0\ub9cc":8,"\ud55c":[0,3,8],"\ud55c\uacc4\ub85c":8,"\ud55c\uacc4\uc785\ub2c8\ub2e4":8,"\ud55c\ub2e4\uba74":[3,7],"\ud55c\ubc88":14,"\ud560":[0,1,3,7,8,15],"\ud568\uaed8":[0,3,5,6,8],"\ud568\uc218":[0,8],"\ud568\uc218\uac00":[7,8,15],"\ud568\uc218\ub294":[0,5,7,8],"\ud568\uc218\ub97c":15,"\ud568\uc218\uc5ec\uc57c":5,"\ud568\uc218\uc640":[5,8,15],"\ud568\uc218\uc758":[8,15],"\ud569\ub2c8\ub2e4":[0,1,3,5,7,8,10,14,15],"\ud569\ub2c8\ub514":3,"\ud569\uc2dc\ub2e4":14,"\ud56b":5,"\ud56d\ubaa9\uc73c\ub85c":14,"\ud56d\ubaa9\uc744":14,"\ud56d\uc0c1":[0,8],"\ud574\uacb0\ud558\uae30":[8,15],"\ud574\ub2f9":[0,8],"\ud574\ub2f9\ud569\ub2c8\ub2e4":0,"\ud574\ub3c4":1,"\ud574\uc2dc":0,"\ud574\uc2dc\ub97c":0,"\ud574\uc57c":3,"\ud574\uc57c\ud558\ub098\uc694":7,"\ud574\uc57c\ud569\ub2c8\ub2e4":[0,8,14],"\ud574\uc81c\ub418\uc5b4":1,"\ud574\uc81c\ub41c":1,"\ud574\uc90d\ub2c8\ub2e4":[3,8],"\ud588\ub294\uc9c0":1,"\ud588\uc2b5\ub2c8\ub2e4":0,"\ud589\ub3d9\uc5d0\ub294":1,"\ud589\ub3d9\uc744":[3,8],"\ud5c8\uc6a9":0,"\ud5c8\uc6a9\ud569\ub2c8\ub2e4":8,"\ud5ec\ud37c":9,"\ud604\ub300\uc801\uc774\uace0":9,"\ud604\uc7ac":[0,7],"\ud615\uc2dd":[0,2,7],"\ud615\uc2dd\ub4e4\uc740":7,"\ud615\uc2dd\ub4e4\uc744":7,"\ud615\uc2dd\uc740":0,"\ud615\uc2dd\uc758":[0,7],"\ud615\uc2dd\uc774":0,"\ud615\uc2dd\uc785\ub2c8\ub2e4":0,"\ud638\ucd9c":[0,8],"\ud638\ucd9c\ub418\uace0":14,"\ud638\ucd9c\ub418\ub294":14,"\ud638\ucd9c\ub418\ub3c4\ub85d":7,"\ud638\ucd9c\ub420":7,"\ud638\ucd9c\ub429\ub2c8\ub2e4":[7,14],"\ud638\ucd9c\ub85c":3,"\ud638\ucd9c\uc744":8,"\ud638\ucd9c\ud558\uae30":8,"\ud638\ucd9c\ud558\ub294":[5,8],"\ud638\ucd9c\ud558\uc138\uc694":8,"\ud638\ucd9c\ud560":8,"\ud638\ucd9c\ud569\ub2c8\ub2e4":5,"\ud638\ucd9c\ud574\uc57c":8,"\ud638\ud658\ub418\uc9c0":15,"\ud639\uc740":10,"\ud63c\ub780\uc2a4\ub7ec\uc6b8":6,"\ud655\uc2e4\ud558\uc9c0":1,"\ud655\uc2e4\ud788":14,"\ud655\uc778":0,"\ud655\uc778\ud558\uba74":14,"\ud655\uc778\ud558\uc138\uc694":[1,5,7,10,11],"\ud655\uc778\ud558\uc5ec":11,"\ud655\uc778\ud560":0,"\ud655\uc778\ud569\ub2c8\ub2e4":[0,7,14],"\ud655\uc778\ud574\uc57c":1,"\ud655\uc778\ud574\uc8fc\uc138\uc694":14,"\ud655\uc7a5":[5,6],"\ud655\uc7a5\ub41c":9,"\ud655\uc7a5\uc758":7,"\ud655\uc7a5\uc790":[3,6,9],"\ud655\uc7a5\uc790\uac00":5,"\ud655\uc7a5\uc790\ub294":5,"\ud655\uc7a5\uc790\ub97c":5,"\ud655\uc7a5\uc790\uc5d0":5,"\ud655\uc7a5\uc790\uc758":5,"\ud655\uc7a5\ud558\uace0":5,"\ud658\uacbd\uc5d0\uc11c":10,"\ud658\uacbd\uc744":10,"\ud65c\ub3d9":0,"\ud65c\uc131\ud654\ub418\uc5c8\ub2e4\uba74":8,"\ud65c\uc131\ud654\ub41c":1,"\ud65c\uc131\ud654\ud558\ub294":8,"\ud65c\uc131\ud654\ud558\uc138\uc694":10,"\ud65c\uc131\ud654\ud558\uc2dc\ub824\uba74":10,"\ud65c\uc6a9\ud558\uc138\uc694":8,"\ud65c\uc6a9\ud574\uc57c":8,"\ud69f\uc218":7,"\ud6c4":7,"\ud754\ud558\uc9c0\ub9cc":7,"\ud754\ud55c":7,"\ud798\ub4e4\uace0":6,"abstract":[2,9,12,13],"aiohttp\uc758":8,"api\ub97c":[1,10],"api\uc5d0":0,"api\uc758":[9,15],"authorization\uc744":0,"boolean":[0,2],"break":[12,13],"byte":[0,2,16],"case":[0,2,4,5,12,16],"catch":[2,4],"char":2,"class":[2,3,4,7,9,10,12,16],"cog\ub294":3,"cog\ub97c":3,"cog\uc758":3,"cogs\uac00":3,"cogs\ub294":3,"cogs\ub97c":3,"cogs\uc640":5,"default":[0,2,4,12,16],"dm\uc744":0,"enum":[0,6,9,13,16],"final":[0,2,13,16],"float":[0,2,7],"function":[2,4,5,9,12,16],"gif\ub97c":0,"heartbeat\uc640":0,"hypesquadhouse\uac00":0,"id\uac00":8,"id\ub294":8,"id\uc785\ub2c8\ub2e4":0,"import":[0,2,4,5,7,8,10,11,13,14,16],"int":[0,2,3,4,7,16],"long":[0,2,8,12,16],"mfa\ub97c":0,"new":[0,1,4,12],"none\uc785\ub2c8\ub2e4":0,"null":16,"pip\ub97c":10,"png\ud615\uc2dd\uc73c\ub85c\ub9cc":0,"public":[0,1,16],"py\ub294":[9,10],"py\uc5d0":10,"py\uc758":10,"pypi\uc5d0\uc11c":10,"python\uc2a4\ub7ec\uc6b4":9,"python\uc740":8,"python\uc758":15,"request\ub97c":8,"return":[0,2,3,4,8,12,13,14,16],"short":[0,2,13],"state\ub4e4\uc744":3,"static":0,"super":4,"switch":16,"throw":[0,16],"true":[0,2,4,7,12,16],"try":[0,2,8,12,13],"ui\uc758":0,"url\uc744":[0,1,8],"utc\ub85c":0,"while":[0,2,4,12,13,16],AND:0,Added:[0,12,16],Adding:[0,4],And:12,But:12,DMs:[2,4,12,16],For:[0,2,4,5,9,13,16],IDs:[0,2,12,16],Its:0,Not:[0,2,16],One:[0,4,12],TTS:0,That:[0,2],The:[0,2,4,12,13,16],Then:12,There:[0,2,4,12,13,16],These:[0,2,4,12],Use:[0,2,12,16],Used:0,Useful:[0,2,12],Using:[0,2,12],With:[4,12],Yes:1,__call__:2,__cause__:2,__eq__:16,__init__:[2,3,4,7,12],__name__:2,__repr__:16,__slots__:[0,15,16],__version__:0,_batch:7,_eval:4,_last_memb:3,_list:4,_original_help_command:12,_updat:13,abc:[0,2,4,8,12,16],abcdefg:0,abcmeta:2,abil:[12,16],abl:0,about:[0,2,4,12,16],abov:[0,4],abstracteventloop:[0,7],abstractmethod:0,abus:[0,2],accept:[0,2,4,12],accept_invit:12,access:[0,2,4,12,16],accommod:16,accompani:[0,12],accomplish:[0,12],accord:0,account:[0,2,12,16],accumul:2,accur:0,achiev:0,ack:0,acquir:7,across:0,act:[0,2],action:[0,12],activ:[2,8,10,12,16],activitytyp:[0,8],actual:[0,2,4,12,16],add:[0,1,2,4,5,12,16],add_aliases_format:2,add_bot_commands_format:2,add_check:[2,16],add_cog:[2,3],add_command:[2,4,5],add_command_format:2,add_exception_typ:[7,16],add_field:0,add_indented_command:2,add_lin:2,add_listen:2,add_react:[0,8,12,16],add_recipi:0,add_rol:[0,12],add_subcommand_format:2,added:[0,2,12,16],addhandl:11,adding:[0,16],addit:[0,16],administr:0,advanc:0,affect:13,afk:[0,2],afk_channel:0,afk_timeout:0,africa:0,after:[0,2,4,13,16],after_any_command:12,after_foo_command:12,after_invok:[2,12],after_loop:7,after_slow_count:7,afterward:2,again:[2,12,16],against:2,age:0,aggreg:12,aid:[0,2,4,16],aiohttp:[0,8,10,12],akin:12,album:0,album_cover_url:0,algorithm:0,alia:[0,2],alias:[0,2,12,16],aliases_head:2,aliv:16,all:[0,2,4,12,13,16],all_channel:0,all_command:[2,12],all_memb:0,all_messag:0,allevi:12,alloc:12,allow:[0,2,4,12,13,16],allowed_command:2,allowed_ment:[0,2],allowedment:2,almost:[0,13],alon:0,along:[0,2,12,16],alpha:[0,16],alphabet:2,alreadi:[0,2,8,16],also:[0,2,4,12,16],altern:[0,2],although:[0,5],alwai:[0,2,4,12],ambigu:4,amount:[0,2,4,12,16],amsterdam:0,analog:0,analogu:0,analysi:0,ani:[0,2,4,5,12,13,16],anim:[0,2,16],animate_emoji:0,animated_icon:0,annot:4,announc:[0,16],anonym:0,anoth:[0,2,4,5,12,16],anticip:16,anymor:16,anyon:0,anyth:[0,2,4,13],anywher:0,api:[6,9,12,13,15,16],appeal:4,appear:[0,16],append:2,appinfo:[0,2,16],appli:[0,2,4,5,12,16],applic:[0,1,2,12],application_id:0,application_info:[0,2,12,16],approach:12,appropri:[0,2,4,12,16],approxim:0,approximate_member_count:[0,2],approximate_presence_count:[0,2],apt:10,arbitrari:[0,2],arbitrarili:4,aren:0,arg1:4,arg2:4,arg:[0,2,4,7],argument:[0,2,12,16],argumentparsingerror:2,aris:13,around:[0,2,16],arrai:0,artist:0,as_need:0,asctim:11,ask:[0,2,4],aspect:[0,2,4,12],asset:16,assign:[2,12,13],associ:[0,2,12],assum:0,assume_synced_clock:16,assume_unsync_clock:0,async:[2,3,4,5,7,8,9,10,12,13,14],async_ev:13,asynchron:[0,4,9],asyncio:[0,2,8,9,12,13,16],asynciter:[0,2,12],asyncpg:7,asyncwebhookadapt:0,atom:[0,2],attach:[4,8,12,16],attach_fil:0,attempt:[0,2,4,16],attr:[0,2],attribut:[0,2,12,13,16],attributeerror:[0,16],audio:[0,12],audioplay:12,audiosourc:[0,12],audit:[9,12,16],audit_log:[0,12],auditlogact:0,auditlogactioncategori:0,auditlogchang:0,auditlogdiff:0,auditlogentri:0,authent:[0,2],author:[0,1,2,3,4,5,8,10,12,14],author__nam:0,authoris:0,auto:12,automat:[0,2,12],autoshardedbot:[2,12],autoshardedcli:[0,2,12,16],avail:[0,2,16],avatar:[0,12],avatar_url:[0,12,13,16],avatar_url_a:[0,12],avconv:0,averag:0,average_lat:0,avoid:[0,2,16],avprob:0,awai:[0,2],await:[0,2,3,4,5,7,8,9,12,13,14],awar:[0,13],aws:8,back:[0,2,4,12,16],background:[0,2,16],background_task:8,backtick:2,backward:[2,12,16],bad:[0,2,4,8],badargu:[2,4],badunionargu:[2,4],balanc:0,ban:[0,2,4,12,13,16],ban_memb:[0,16],banentri:0,banner:0,banner_url:0,banner_url_a:0,bar:2,base64:0,base:[2,4,9,12,16],baseact:2,baseconnector:0,baseexcept:7,basi:[0,2,12],basic:[0,2,12,13],basic_ext:5,basicauth:0,basicconfig:11,bat:10,batch:7,batch_upd:7,becaus:[0,2,4,12,13],becom:[0,2,13],been:[0,2,4,12,13,16],beer:4,befor:[0,2,13,16],before_any_command:12,before_foo_command:12,before_invok:[2,12],before_loop:7,before_opt:0,before_print:7,beforehand:0,begin:[0,2],behav:[2,12],behaviour:[0,2,4,12,13,16],being:[0,2,4,5,12,16],belong:[0,2,12],below:[0,2,4,12,13,16],benefit:12,best:0,beta:0,better:[0,2,12,16],between:[0,2,4,12,16],beyond:4,big:[2,16],biggest:[12,13],bin:10,binari:0,binaryio:0,bind:12,bit:[0,12,16],bitrat:[0,16],bitrate_limit:[0,16],block:[0,2,4,13,16],blue:0,blurpl:0,bodi:[2,16],bold:2,bool:[0,2,7],boost:[0,16],bot:[0,1,3,4,5,7,8,9,10,12,16],bot_add:0,bot_check:[2,3,12],bot_check_onc:[2,3,12],bot_has_any_rol:2,bot_has_guild_permiss:[2,16],bot_has_permiss:2,bot_has_rol:2,bot_publ:0,bot_require_code_gr:0,both:[0,2,16],botmissinganyrol:2,botmissingpermiss:2,botmissingrol:2,bottl:4,bottom:0,bound:[0,2],branch:8,braveri:0,brazil:[0,16],brief:2,brillianc:0,bring:[0,16],broadcast:0,bucket:[0,2,16],buckettyp:[2,16],buffer:0,bufferediobas:0,bug:0,bug_hunt:0,build:[0,4],built:[0,2,4,12],bulk:[0,7,16],bulker:7,bump:16,by_categori:[0,12],bypass:[0,2,12],bytesio:[0,8],cach:[0,2,12,16],cache_auth:16,cached_messag:[0,2,12,16],calcul:[0,16],call:[0,2,4,5,12,13,16],call_end:0,call_hook:2,call_onc:2,callabl:[0,2,4,12,16],callback:[0,2,14],caller:0,callmessag:16,came:12,can:[0,2,4,12,13,16],can_:13,can_manage_messag:13,can_run:[2,16],cancel:[0,2,7,12,16],cancellederror:[7,16],candid:[0,2],cannot:[0,2,4,16],cap:[0,2],capabl:0,care:[0,2,4],carri:2,case_insensit:2,cast:[0,4,13,16],cat:8,categori:[0,2,12,16],category_id:0,categorychannel:[2,4,12],categorychannelconvert:[2,4],caught:[0,2],caus:[2,16],caveat:[12,16],cdn:[0,16],central:0,certain:[0,2,4,12,13,16],chain:[0,2,12],chanc:0,chang:[0,2,4,5,9],change_interv:[7,16],change_nicknam:[0,12,16],change_pres:[0,2,8,16],change_statu:16,changed_rol:0,changelog:9,changeset:16,channel:[0,2,3,4,8,13,14,16],channel_cr:0,channel_delet:0,channel_follow:0,channel_follow_add:[0,16],channel_icon_chang:0,channel_id:[0,2,16],channel_ment:0,channel_name_chang:0,channel_upd:0,channelconvert:12,channeltyp:[0,13,16],charact:[0,2,8,16],check:[0,6,8,9,16],check_ani:[2,16],check_command:2,check_if_it_is_m:2,check_onc:[2,12],checkanyfailur:2,checkfailur:[2,4],child:2,choic:[0,4],choos:2,chunk:[0,12,16],circumst:0,citizen:12,clamp:4,clash:4,classic:0,classmethod:[0,2,4],clean:[0,2,4,6,9,12],clean_cont:[0,2,4,12,16],clean_param:2,clean_prefix:[2,12,16],cleandoc:2,cleanup:[0,2,12,16],clear:[0,2,16],clear_exception_typ:7,clear_field:0,clear_react:[0,12,16],clever:0,click:2,client:[0,2,7,8,10,12,14,16],client_id:0,clientexcept:[0,2],clientrespons:0,clientsess:[0,8,12],clientus:[0,2,12],clock:[0,16],clone:[0,16],close:[0,2,12,13,16],close_pag:2,close_quot:2,closur:0,cloudflar:16,cls:[2,4,12,16],code:[0,1,2,4,16],codec:0,codepoint:[0,2],cog:[6,7,9,16],cog_after_invok:[2,3,12],cog_before_invok:[2,3,12],cog_check:[2,3,12],cog_command_error:[2,3,12],cog_nam:2,cog_unload:[2,3,7,12],cogabcmeta:2,cogmeta:[2,3,12],coincid:0,coinflip:3,collect:[0,2],colon:0,color:0,colour:[2,4,12],colourconvert:[2,4],combin:[0,12],combo:0,come:[4,12,16],comma:2,command:[0,3,5,7,8,9],command_attr:[2,16],command_callback:2,command_fail:[2,12],command_has_no_subcommand_found:2,command_nam:2,command_not_found:[2,12],command_prefix:[2,4,16],commanderror:[2,4],commandinvokeerror:2,commandnotfound:2,commandoncooldown:2,commands_head:2,commerc:0,common:[0,2,4,12,13],commun:[0,2],compar:[0,16],comparison:16,compart:0,compat:[0,2,16],complet:[0,2,12],complic:[0,12],compon:0,compos:0,comprehend:4,compress:16,compris:0,comput:[0,2,13,16],compute_prune_count:0,compute_prune_memb:16,comrad:4,con:7,concept:[0,4,12],concurr:[2,8,16],condit:[0,2,16],configur:[0,2],conflict:0,confus:2,connect:[0,2,7,9,13,16],connected_account:0,connected_channel:0,connectionclos:[0,2],connector:0,consequ:[2,12,13],consid:[0,2,4,13,16],consider:[0,16],consist:[0,12],consol:4,constant:13,constraint:16,construct:[0,2,4,12,16],constructor:[0,2,4],consum:[2,8],contain:[0,2,4],content:[0,2,4,8,10,12,14,16],content_typ:0,contentfilt:0,context:[0,6,8,9,13,16],continu:[2,4],contribut:16,control:[0,2,12,13],conveni:0,convers:[2,12],conversionerror:2,convert:[0,6,9,16],convert_emoticon:0,cool:[0,2,8,12],cool_filenam:12,cool_imag:8,cooldown:[2,12,16],cooldown_after_pars:2,copi:[0,1,2,12,16],core:4,coro:[0,2,7,8],coroutin:[0,2,7,8,12,16],correct:16,correctli:2,correspond:[0,12,13],cost:0,could:[0,2,4,8,12,13],count:[0,2,7,16],counter:[0,2],coupl:[0,12,16],cours:12,cover:0,cover_imag:0,cover_image_url:0,cpu:16,crash:[12,16],creat:[0,1,2,4,12,16],create_categori:0,create_category_channel:0,create_channel:12,create_custom_emoji:[0,12,16],create_dm:[0,12],create_ffmpeg_play:[12,16],create_group:0,create_guild:[0,2,12],create_instant_invit:0,create_invit:[0,12],create_rol:[0,12],create_serv:[12,16],create_stream_play:12,create_text_channel:[0,12],create_voice_channel:[0,12],create_webhook:0,create_ytdl_play:12,created_at:[0,2,4,12,16],creation:[0,2,16],credenti:[0,2,13,16],criteria:0,critic:11,crosspost:0,ctx:[2,3,4,5,8,12],ctype:0,current:[0,2,16],current_loop:7,current_s:0,custom:[0,2,4,8,12,16],custom_emoji:[0,8],custom_prob:0,customact:16,customis:[2,12],dai:[0,4],dark:0,dark_blu:0,dark_gold:0,dark_green:0,dark_grei:0,dark_magenta:0,dark_orang:0,dark_purpl:0,dark_r:0,dark_teal:0,darker_grei:0,dash:2,data:[2,4,7,8,9,13,16],databas:[2,7,12],date:[0,2,12,16],datetim:[0,2,7,16],dave:0,deaf:[0,12],deafen:[0,16],deafen_memb:0,deal:[0,2,12,16],dealloc:16,debug:[0,11,16],decid:[0,4,12,16],decod:2,decor:[0,2,4,12,13,16],dedic:16,deep:2,def:[0,2,3,4,5,7,8,10,12,13,14],default_avatar:0,default_avatar_url:0,default_channel:[12,13],default_guilds_restrict:0,default_message_notif:0,default_notif:0,default_rol:[0,13,16],defaultavatar:0,defaulthelpcommand:[2,12],defin:[0,2,4],definit:[4,12],delai:[0,16],delet:[0,2,12,16],delete_aft:[0,2],delete_channel:12,delete_channel_permiss:12,delete_custom_emoji:[12,16],delete_dai:4,delete_invit:[0,2,12,16],delete_members_dai:0,delete_messag:[0,12],delete_message_dai:[0,4],delete_rol:12,delete_serv:12,delta:4,deni:[0,13],denot:[0,2,12,16],departur:16,depend:[0,4,9,16],deposit_monei:3,deprec:[12,16],depth:4,deriv:[2,4,12],descript:[0,2,16],design:[4,12],desir:16,desktop:0,desktop_statu:0,destin:[0,2],detail:[0,2,12,13,16],detect:0,detect_platform_account:0,determin:0,dev:[2,10],develop:[12,16],developer_mod:0,devic:0,diagnost:0,dict:[0,2,16],dictat:[0,2],dictionari:[0,2,12,13,16],did:[0,2,5,12,16],diff:0,differ:[0,2,4,12],differenti:12,difficult:0,digit:0,direct:0,directli:[0,2,4],disabl:[0,2,4,12,16],disable_games_tab:0,disabledcommand:2,disallow:16,disambigu:16,discard:[2,16],disconnect:[0,2,12,16],discord:[0,1,2,3,5,8,10,11,12,13,14],discordapp:0,discordexcept:[0,2],discover:0,discoveri:[0,16],discovery_splash:0,discovery_splash_url:[0,16],discovery_splash_url_a:0,discrim:2,discrimin:[0,4,16],discuss:4,dispatch:[0,2,16],displai:[0,2],display_nam:[0,5],dispos:12,disturb:[0,16],dll:0,dm_channel:0,dm_help:2,dm_help_threshold:2,dm_onli:[2,16],dmchannel:12,dnd:[0,16],do_bulk:7,do_not_disturb:[0,16],doc:16,docstr:2,document:[0,2,4,12,13,16],doe:[0,2,12],doesn:[0,2,4,12,16],doing:[0,2,4,12,13,16],don:[0,4],done:[0,2,4,7,8,12,13,16],dot:[0,2],double_table_flip:0,down:[0,4,16],download:[0,8,16],drive:0,drop:[12,13],dubai:[0,16],duck:16,due:[0,2,4,12,13,16],duplic:[2,16],durat:0,dure:[0,2,5,16],dynam:[0,2,4,12,16],each:0,earlier:[4,12,13],early_support:0,eas:[0,2,13],easi:[0,4,12,16],easier:[0,4,12,13,16],easili:[0,12,16],east:0,echo:8,economi:3,edit:[0,2,12,16],edit_channel:12,edit_channel_permiss:[12,13],edit_custom_emoji:[12,16],edit_messag:[12,16],edit_profil:12,edit_rol:12,edit_serv:[12,16],edit_set:0,edited_at:[0,12,16],edited_timestamp:12,effect:2,effort:12,either:[0,2,4,12,16],elem:0,element:[0,12],elif:4,els:[0,2,3,4,12],email:[0,12,16],emb:[2,8,12,16],embed:0,embed_link:0,embedproxi:0,emoji:[2,4,8,12,16],emoji_cr:0,emoji_delet:0,emoji_id:0,emoji_limit:[0,16],emoji_upd:0,emojiconvert:[2,4],emploi:0,empti:[0,2,4,16],emptiv:[0,16],enabl:[0,2,4,12],enable_tts_command:0,encod:[0,2,11,16],encount:[0,2],encrypt:16,end:[0,2],ended_timestamp:0,endian:16,endpoint:[0,12],english:0,enough:[2,4],ensur:[0,2,16],entir:[0,2,12],entiti:[2,12],entri:[0,2,5],enumer:[9,12,16],env:10,environ:[0,10],epoch:0,equal:[0,2,16],equival:[0,2,4,12],ergo:12,error:[0,2,5,6,7,8,9,11,12,13,16],escap:[0,2,16],escape_markdown:[0,2,16],escape_ment:0,especi:2,essenti:[0,4,12],establish:0,estim:0,estimate_pruned_memb:[0,12],etc:[0,2,12,16],etf:12,eu_centr:[0,16],eu_west:[0,16],europ:[0,16],eval:[4,16],evalu:4,even:[0,2,16],event:[3,4,6,8,9,10,14,16],event_method:[0,2],event_typ:[0,16],eventu:12,everi:[0,2,4,12,13],everyon:[0,2,4,12,16],everyth:12,exact:[0,2],exactli:2,exampl:[0,2,4,12,13],example_bot:14,exc_info:0,exce:[2,16],except:[4,5,6,7,8,9,12,13,16],exclud:0,exclus:[0,4,13],execut:[0,2,4,13],exercis:16,exhaust:[0,16],exist:[0,2,12,16],expand:12,expect:[0,2,4,12,16],expectedclosingquoteerror:2,expens:[0,2],experi:16,experienc:16,expir:[0,2],explicit:0,explicit_content_filt:[0,12],explicitli:[0,12,13,16],exponenti:12,expos:[2,13,16],express:4,ext:[2,4,5,8,9],ext_commands_help_command:2,extend:[0,2],extended_check:2,extens:[0,2,4,5,9,16],extensionalreadyload:2,extensionerror:2,extensionfail:2,extensionnotfound:[2,16],extensionnotload:2,extern:2,external_emoji:[0,16],extra:[0,2,8],extract:2,extran:[0,2,12],extrem:0,face:16,facil:16,facilit:[2,12,16],fact:[0,2,16],factor:0,factori:[0,2],fail:[0,2,4,7,12,16],failur:[0,2],fairli:4,fall:0,fallback:0,fals:[0,2,4,12,13,16],falsei:16,familiar:3,far:0,faster:[13,16],favour:12,featur:[0,4,12],feel:[2,3,4],fetch:[2,4,8,12,16],fetch_ban:0,fetch_channel:[0,2,16],fetch_emoji:[0,8],fetch_guild:[0,2,8],fetch_invit:[0,2,12,16],fetch_memb:[0,8,16],fetch_messag:[0,2,8,12],fetch_offline_memb:[0,2,16],fetch_rol:[0,16],fetch_us:[0,2,8,12],fetch_user_profil:[0,2],fetch_webhook:[0,2],fetch_widget:[0,2],few:[0,4,16],fewer:[0,12],ffmpeg:0,ffmpegaudio:0,ffmpegopusaudio:[0,16],ffmpegpcmaudio:[0,8,12],ffprobe:0,field:[0,2,16],figur:[0,16],file:[2,8,12,16],filehandl:11,filenam:[0,8,11,12],filesize_limit:[0,16],fill:[0,2],filter:[0,2,12,16],filter_command:2,find:[0,2,4,8,12],find_librari:0,fine:[0,2,4],finer:0,finicki:13,finish:0,fire:[2,16],first:[0,2,4,12],fit:2,five:0,fix_channel_ment:2,flag:[0,2,16],flatten:[0,2,12],flavour:4,flip:16,flow:0,fluent:0,fmt:4,follow:[0,2,4,12,13,16],foo:[0,2,4,12,13],footer:0,forbidden:[0,2,4,16],forc:[0,16],form:[0,4],format:[0,2,3,4,5,8,10,12,13,14,16],formatt:[2,11],former:0,found:[0,2,4,8,12,13],fragment:[0,16],frame:[0,2],framework:12,frankfurt:0,free:2,frequenc:16,frequent:12,friend:0,friend_source_flag:0,friendflag:0,friendli:[0,16],friendship:0,from:[0,2,4,5,7,8,10,12,13,16],from_dict:0,from_hsv:0,from_pair:0,from_prob:0,from_rgb:[0,12],from_url:0,full:[0,2,4,12],full_parent_nam:2,fulli:[0,2,16],func:[0,2,3],fundament:13,further:4,fut:8,futur:[0,8,12,16],gain:[0,12],gambl:3,game:[2,4,8,12,16],gameconvert:[2,4],gamesdk:0,gap:[0,2,16],gate:4,gatewai:[0,2,12,16],gatewaynotfound:[0,2],gather:0,gener:[0,2,4,12,16],generalis:[4,12],get:[0,2,4,8,12,13,16],get_all_channel:[0,2],get_all_emoji:[12,16],get_all_memb:[0,2],get_ban:[12,16],get_bot_map:2,get_channel:[0,2,8,12],get_cog:[2,3],get_command:[2,3],get_command_signatur:[2,12],get_context:[2,12],get_default_channel:13,get_default_rol:13,get_destin:[2,12],get_emoji:[0,2,8],get_ending_not:2,get_event_loop:[0,7,13],get_guild:[0,2,8,12],get_invit:12,get_listen:[2,3],get_max_s:2,get_memb:[0,8],get_member_nam:0,get_messag:12,get_opening_not:2,get_prefix:2,get_raw_channel_ment:13,get_raw_ment:13,get_reaction_us:[12,16],get_relationship:0,get_rol:[0,8,12],get_serv:12,get_task:7,get_us:[0,2,8,12],get_user_info:[12,16],getlogg:11,getticket:0,gif:0,gif_auto_plai:0,gigant:16,git:8,give:[0,2,4,13],given:[0,2,4],global:[2,12],globally_block_dm:4,goal:[0,12],goe:[0,10,12],going:[0,2,12],gold:0,gone:[0,12,16],good:8,googl:0,got:[0,4,12,16],grab:0,gracefulli:16,grain:[0,2],grammar:4,grant:[0,1],granular:[2,16],greater:[0,2],greatli:16,greedi:[2,16],greedili:2,green:0,greet:[0,2,3],greypl:0,group:[0,2,4,8,12,16],groupcal:16,groupchannel:12,groupmixin:2,guarante:[0,2,13],guild:[2,3,4,8,16],guild__nam:0,guild_and_friend:0,guild_creat:16,guild_id:[0,2,4],guild_onli:[2,4,12],guild_permiss:0,guild_posit:0,guild_subscript:0,guild_upd:0,guildchannel:[0,2,12,16],had:[0,2,12,13,16],handi:12,handl:[0,2,6,9,12,13,16],handle_execution_respons:0,handler:[0,2,4,11,12,16],handshak:[0,12,16],happen:[0,2,4,5,8,12,16],hard:0,has:[0,2,4,12,13,16],has_any_rol:2,has_guild_permiss:[2,16],has_permiss:2,has_rol:2,hash:[0,16],have:[0,2,4,7,8,12,13,14,16],head:[2,12],header:16,heard:0,heartbeat:[0,2,8,16],heartbeat_ack:[0,2,16],heartbeat_timeout:0,hei:4,height:0,hello:[0,2,3,5,8,12,13,14],help:[0,4,6,9,16],help_command:[2,12],helpcommand:[2,12,16],helper:[0,2,16],helpformatt:16,here:[0,2,3,4,7,8,10,12,14,16],hex:[0,2],hidden:[2,16],hierarchi:[12,16],high:0,higher:[0,12,16],highest:0,hint:[4,12,16],histori:[0,2,12],hmm:8,hoist:0,hold:[0,2],hong:0,hongkong:0,hood:4,hook:2,host:0,hour:7,hous:0,hover:0,how:[0,2,4,12,13,16],howev:[0,2,4,12,13],hsv:0,http:[0,2,8,15,16],httpexcept:[0,2,16],hub:0,human:16,hunter:0,hypesquad:0,hypesquad_hous:0,hypesquadhous:0,i18n:2,icon:[0,2,16],icon_url:[0,13,16],icon_url_a:[0,16],ideal:[0,2,12],idempot:2,ident:0,identifi:[0,16],idiom:4,idl:[0,2],ietf:0,ignor:[0,2,4,16],ignore_extra:2,ignore_link:0,illustr:0,imag:[0,2,8,12,16],immedi:16,implement:[0,2,3,4,12,16],impli:0,implic:[0,13],implicit:16,implicitli:0,importerror:[14,16],imposs:0,improp:0,improv:9,inaccess:0,inact:0,includ:[0,2,12,13,16],inclus:0,incom:0,incoming_request:0,incompat:12,incomplet:2,incorrect:[0,2,12,16],increas:0,inde:[2,13],indefinit:[0,2],indent:2,independ:0,index:[0,7,13],indexerror:0,india:[0,16],indic:[0,2,16],individu:0,info:[0,2,4,11,16],info_error:4,inform:[0,2,4,12,13,16],infrastructur:0,inher:0,inherit:[0,2,4,12],initi:[0,2,12],initialis:[0,2],inlin:0,inline_attachment_media:0,inline_embed_media:0,inner:16,input:[0,2,4,16],insensit:2,insert:[0,2,7],insert_field_at:[0,16],insid:[0,2,4,12,16],insight:0,inspect:2,instal:[0,10],instanc:[0,2,4,12,16],instant:0,instanti:0,instantli:0,instead:[0,2,4,12,16],integ:[0,2,4],integr:[0,16],integration_cr:0,integration_delet:0,integration_upd:0,intellig:4,intend:0,intent:12,intention:0,interact:0,interfac:[0,2,4,12,16],intermix:2,intern:[0,2,12,13,16],internet:[0,2,12],interpret:0,interv:16,intric:4,introduc:4,introspect:2,invalid:[0,2,8,13,16],invalidargu:[0,2],invaliddata:[0,2],invalidendofquotedstringerror:2,invis:[0,16],invit:[2,4,12,16],invite_cr:0,invite_delet:0,invite_splash:0,invite_upd:0,invite_url:0,inviteconvert:[2,4],invites_from:[12,16],invoc:[2,6,9],invok:[0,2,4,12],invoke_without_command:2,invoked_subcommand:[2,8,16],invoked_with:2,involv:[0,2,12,13,16],ipc:[0,12],is_avatar_anim:0,is_being_cancel:7,is_binari:13,is_block:0,is_clos:[0,2,12],is_connect:0,is_crosspost:0,is_custom_emoji:0,is_default:[0,12,13],is_default_channel:13,is_empti:[0,16],is_everyon:[13,16],is_friend:0,is_guild_own:2,is_icon_anim:[0,16],is_in_guild:4,is_load:[0,16],is_m:[0,2],is_new:[0,4],is_nsfw:[0,2,12,16],is_on_cooldown:2,is_on_mobil:0,is_opu:0,is_own:[2,4,12],is_paus:0,is_plai:[0,12],is_priv:12,is_readi:[0,2,12],is_run:7,is_spoil:0,is_strict_subset:0,is_strict_superset:0,is_subset:0,is_superset:0,is_system:[0,16],is_unicode_emoji:0,is_us:[0,16],isinst:[0,4,12],isn:[0,2,12],issu:[2,13,16],issubclass:0,item:[0,2,16],iter:[2,9,16],its:[0,2,4,12,13],itself:[0,2,4,12],jake:0,japan:0,join:[0,2,4,16],join_notif:0,join_voice_channel:12,joindist:4,joindistanceconvert:4,joined_at:[0,4],jpeg:0,jpg:[0,2],json:[0,8,12],json_url:0,jump:0,jump_url:0,just:[0,2,4,12,16],kbp:0,keep:[4,12,16],kei:[0,2,16],kept:[0,12,16],keyboardinterrupt:[0,2],keyword:[0,2,12,16],kick:[0,12,13,16],kick_memb:[0,16],know:[0,2,4,5,12,13,16],known:[0,2],kong:0,kwarg:[0,2,7],lack:2,lambda:[0,12,16],languag:0,larg:[0,2,16],large_imag:0,large_image_text:0,large_image_url:0,large_text:0,large_threshold:0,larger:[0,2],largest:2,last:[0,2,13],last_messag:0,last_message_id:0,last_pin:0,latenc:[0,2],later:2,latest:[0,16],launch:[0,12,16],lead:[0,2,16],leak:16,learn:0,least:[0,4],leav:[0,4,12],leave_serv:12,left:[0,2,4,7,16],legaci:16,len:[0,2,4,7,8],length:[0,2,8],less:[0,2,16],let:[0,2,7],level:[0,2,4,11,12,16],levelnam:11,lib:0,libffi:10,libnacl:10,libopu:0,librari:[2,4,12,13,16],light:0,light_grei:0,lighter_grei:0,like:[0,2,4,5,12,13],likewis:0,limit:[0,2,16],line:[0,2,12,16],linear:[0,4],linger:[0,2],link:0,linter:16,linux:[0,16],liquid:4,list:[0,2,3,4,12,13,16],listen:[0,2,3,12],littl:16,live:[0,16],load:[0,2,5,16],load_extens:[2,5],load_opu:0,local:[0,2,4,12],locat:0,lock:[0,4,7,16],log:[2,9,10,11,12,14,16],logger:11,logic:[0,2,12,16],login:[0,2,12,13,16],loginfailur:[0,2],logout:[0,2,13],logs_from:[12,13,16],london:0,longer:[2,12,13,16],look:[0,2,12],lookup:[0,2,8,13,16],loop:[0,2,7,8,13,16],loss:0,lost:0,lot:[0,2,4,12,13,16],low:[0,2],lower:[0,4,12,13,16],lowest:0,luckili:4,lul:8,lying:[0,2],m_id:12,machin:[0,16],machineri:[0,12],made:[0,2,4,13,16],magenta:0,mai:[0,2],main:[0,2,13,16],main_task:13,mainli:[0,2,16],major:[9,13],make:[0,2,4,8,12,13,16],manag:[0,2,16],manage_channel:[0,2],manage_emoji:[0,16],manage_guild:[0,12],manage_messag:[0,2,13],manage_nicknam:0,manage_permiss:[0,16],manage_rol:0,manage_serv:12,manage_webhook:[0,16],mani:[0,2,4,12,13,16],manner:[0,4],manual:[0,2,16],map:[0,2,12],mark:[0,2,12,13],markdown:[0,2,16],mass:[0,4],massiv:[12,13],master:8,match:[0,2,16],mate:[0,2],matter:2,max:[0,2,16],max_ag:0,max_concurr:[2,16],max_memb:0,max_messag:[0,16],max_pres:0,max_siz:[2,16],max_us:0,maxconcurrencyreach:2,maximum:[0,2,16],maximum_s:0,mayb:[4,16],mean:[0,2,4,12,13,16],meaning:0,meant:[2,13,16],measur:2,mechan:2,medium:0,meet:[0,2,12],member2:4,member:[2,3,4,8,16],member_count:0,member_disconnect:0,member_id:0,member_mov:0,member_prun:0,member_role_upd:0,member_upd:0,memberconvert:[2,4],memberrol:4,members_remov:0,membership:0,membership_st:0,memori:[0,12,16],mention:[0,2,3,4,12,13,16],mention_everyon:0,mentioned_in:[0,16],meow:8,merger:12,messag:[2,4,8,9,10,11,13,14,16],message_bulk_delet:0,message_delet:0,message_display_compact:0,message_id:[0,8],message_length:0,message_pin:0,message_reaction_remov:16,message_reaction_remove_al:16,message_unpin:0,messageconvert:[2,4,16],messageflag:16,messagetyp:[0,16],met:[0,2],meta:[2,6,9],metaclass:[2,12],meth:3,method:[0,2,4,12,16],mfa:0,mfa_en:0,mfa_level:[0,16],mid:2,might:[0,2,4],mighti:0,migrat:[9,16],millisecond:[0,16],mimic:0,mind:[0,4,12],miniatur:0,minifi:2,minim:2,minimalhelpcommand:[2,12,16],minimalist:12,minimis:4,minimum:0,minor:16,minut:[0,7],mirror:[0,2,16],misc:0,miscellan:[0,2],mismatch:[0,16],miss:[0,2,16],missing_perm:2,missing_rol:2,missinganyrol:2,missingpermiss:2,missingrequiredargu:2,missingrol:2,mister:2,misus:12,mix:[0,4],mixin:2,mobil:0,mobile_statu:0,mode:[0,11,16],model:[0,4,9],moder:[0,2],modif:2,modifi:0,modul:[0,2,12,16],modulenotfounderror:14,moduletyp:2,moment:0,monei:3,more:[0,2,4,8,12,13,16],more_emoji:0,most:[0,2,4,12,16],move:[0,12,16],move_channel:12,move_memb:[0,12,16],move_rol:12,move_to:[0,16],mp3:12,msg:[0,2,12],much:[0,2,4,12,16],multi:4,multipart:0,multipl:[0,2,4,12,16],must:[0,2,4,12,13],mute:[0,16],mute_memb:0,mutual:0,mutual_friend:0,mutual_guild:0,my_aft:8,my_fil:[8,12],my_last_messag:12,my_messag:2,my_url:8,my_whitelist:2,mybot:12,myclient:[0,10],mycog:[2,3,7,12],mycontext:12,myconvert:12,myhelpcommand:12,naiv:[0,2],name:[0,2,3,4,5,8,11,12,13,16],namedtupl:[0,12,16],nan:0,nativ:0,natur:[0,2,12],necessari:[0,2,12],need:[0,2,4,5,12,13,16],nest:[0,4],never:[2,5],new_filenam:8,new_memb:0,new_password:0,newer:13,newest:[0,2],newli:0,next:[0,2,4],next_iter:[7,16],nice:4,nick:0,nicknam:[0,2,4,16],nitro:[0,16],nitro_class:0,no_categori:2,no_pm:12,no_rol:0,nobodi:0,noentrypointerror:2,nois:16,noisi:4,nomoreitem:0,non:[0,2,4,16],nonc:[0,2,16],none:[0,2,3,4,7,8,12,16],nonetyp:2,nonsens:2,noon:0,noprivatemessag:[2,4],normal:[0,12,16],note:[0,2,4,12,13,16],notfound:[0,2,16],noth:[0,2,4],notif:[0,2],notificationlevel:0,notown:2,now:[0,2,13,16],nsfw:[0,2,12,16],nsfwchannelrequir:2,ntp:0,number:[0,2,4],oauth2:[0,1],oauth_url:[0,1],obj:[0,16],object:[2,4,12,16],obtain:0,occur:[0,2,5,16],octob:0,off:[0,2,4,12],offer:0,offici:[0,12,16],offlin:[0,2,12,16],often:[0,4,16],old:[0,2,12,13,16],older:[0,13],oldest:[0,2],oldest_first:[0,2],omit:[0,4],on_:[0,2],on_bulk_message_delet:0,on_bulker_cancel:7,on_channel_:12,on_channel_cr:12,on_channel_delet:12,on_channel_upd:[12,13],on_command:[2,12],on_command_complet:[2,12],on_command_error:[2,4,12,16],on_connect:0,on_disconnect:0,on_error:[0,2],on_group_join:0,on_group_remov:0,on_guild_avail:[0,12],on_guild_channel_:12,on_guild_channel_cr:[0,12],on_guild_channel_delet:[0,12],on_guild_channel_pins_upd:0,on_guild_channel_upd:[0,12],on_guild_emojis_upd:[0,12],on_guild_integrations_upd:0,on_guild_join:[0,12],on_guild_remov:[0,12],on_guild_role_cr:[0,12],on_guild_role_delet:[0,12],on_guild_role_upd:[0,12],on_guild_unavail:[0,12],on_guild_upd:[0,12],on_help_command_error:[2,12,16],on_invite_cr:[0,16],on_invite_delet:[0,16],on_member_ban:[0,12,16],on_member_join:[0,3],on_member_remov:0,on_member_unban:[0,16],on_member_upd:[0,13,16],on_messag:[0,2,10,12,13,14],on_message_delet:0,on_message_edit:0,on_private_channel_:12,on_private_channel_cr:[0,12],on_private_channel_delet:[0,12],on_private_channel_pins_upd:0,on_private_channel_upd:[0,12],on_raw_bulk_message_delet:0,on_raw_message_delet:0,on_raw_message_edit:0,on_raw_reaction_add:0,on_raw_reaction_clear:0,on_raw_reaction_clear_emoji:[0,16],on_raw_reaction_remov:0,on_reaction_add:[0,16],on_reaction_clear:[0,16],on_reaction_clear_emoji:[0,16],on_reaction_remov:[0,16],on_readi:[0,2,10,14,16],on_relationship_add:0,on_relationship_remov:0,on_relationship_upd:0,on_resum:[0,16],on_server_avail:12,on_server_emojis_upd:[12,16],on_server_join:12,on_server_remov:12,on_server_role_cr:12,on_server_role_delet:12,on_server_role_upd:[12,13],on_server_unavail:12,on_server_upd:12,on_shard_readi:[0,16],on_socket_clos:13,on_socket_open:13,on_socket_raw_rec:0,on_socket_raw_send:[0,13],on_socket_rec:13,on_statu:13,on_typ:0,on_user_upd:0,on_voice_state_upd:[0,12,13,16],on_webhooks_upd:0,onc:[0,2,5,12,16],one:[0,2,4,12,13,16],ones:[0,2,12],onli:[0,2,12,13,16],onlin:[0,2,13],only_for_m:2,only_for_own:2,only_m:2,only_ment:0,onto:[0,2],opcod:16,open:[0,2,4,8],oper:[0,2,12,13],opportun:12,opportunist:0,opposit:12,optimis:[0,12],option:[0,2,6,7,9,12],optiona:0,opu:16,opuserror:0,opusnotload:0,orang:0,order:[0,2,4,12,13,16],ordereddict:2,origin:[0,2,8],other:[0,2,4,12,13,16],otherwis:[0,2,16],our:[4,5,7,12],ourselv:0,out:[0,2,4,12,13,16],outag:[0,2],outgoing_request:0,outlin:[0,2],output:[0,2,16],outsid:[0,2,12],over:[0,2,12],overal:0,overrid:[0,2,4,12],overridden:[0,2,12],overwrit:[0,12,16],overwrite_cr:0,overwrite_delet:0,overwrite_upd:0,overwrites_for:0,own:[0,2,4,16],owner:[0,2,4,12,16],owner_id:[0,2,12,16],owner_or_permiss:2,ownership:0,packag:[10,16],packet:0,pad:2,page:[0,2,4,12,13,16],pagin:[0,2,16],pair:[0,2],param:2,paramet:[0,2,6,9,12,13,16],parent:[2,12,16],parenthes:[12,16],pars:[0,2,4,16],parser:[2,4],part:[0,2,12],parti:0,partial:0,partialemoji:[2,4],partialemojiconvert:[2,4],partialinvitechannel:2,partialinviteguild:2,particip:[0,2],particular:[0,12],partner:[0,16],party_id:0,pass:[0,2,3,4,7,8,12,13,16],pass_context:12,password:[0,12],past:0,patch:12,path:[0,8],pathlik:0,paus:[0,12],payload:[0,2,13,16],pcm:0,pcmaudio:0,pcmvolumetransform:[0,12],peopl:[0,2,4],pep:[0,4],per:[0,2,12],percentag:0,perform:[0,2,13],period:[0,2],perm:[0,2],permiss:[1,2,4,12,13,16],permissionoverwrit:16,permissions_for:[0,2,16],permissions_in:[0,16],permissions_sync:[0,16],person:[2,4],phone:0,pin:[0,2,12,16],pin_messag:12,pins_add:[0,16],pins_from:12,pip:10,pipe:0,pixel:0,pjsalt:0,place:[0,2,13],plai:[0,2,8,12],plan:16,platform:[0,16],player:[0,12,16],pleas:[0,2,4,16],plug:12,plugin:5,png:[0,2,8,12],point:[0,2,5],pointless:0,pointlessli:0,pool:[2,7],popen:0,pornographi:0,port:16,portion:[0,2],posit:[0,12,16],posix:2,possibl:[0,4,13,16],post:[0,2,12],postgresconnectionerror:7,potenti:[0,2],power:[0,2,4,12,13],pre:[0,2,16],precis:[0,16],pred:12,predic:[0,2,4,16],prefer:0,preferred_local:0,prefix:[0,2,4,13,16],prefixes_for:2,prematur:2,premium:[0,16],premium_guild_subscript:0,premium_guild_tier_1:0,premium_guild_tier_2:0,premium_guild_tier_3:0,premium_sinc:[0,16],premium_subscrib:[0,16],premium_subscript:0,premium_subscription_count:[0,16],premium_ti:[0,16],premium_typ:0,premiumtyp:0,prepar:[0,2],prepare_help_command:[2,12],presenc:[0,2,12],present:[0,12],pretend:[5,12],pretti:[4,13],prevent:[0,2,16],previou:[0,2,12,16],previous:[0,2,13],price:4,primari:0,primary_sku_id:0,print:[0,2,3,5,7,10,12,14],printer:7,prior:[0,2,12,13],priority_speak:0,privaci:0,privat:[0,2,12,16],private_channel:[0,2,13],privatechannel:[0,2,12],privatemessageonli:2,probabl:[0,2],probe:0,problem:[0,12],procedur:2,process:[0,2,4,5,12,16],process_command:[2,8],produc:0,profil:[2,9,16],program:0,prone:0,proof:12,propag:[0,2,4,16],proper:[0,2,16],properli:[2,16],properti:[0,2,4,16],protocol:2,provid:[0,2,4,12,13,16],proxi:0,proxy_auth:0,proxy_url:0,prune:[0,16],prune_memb:[0,12,16],pseudo:12,public_dis:0,publicli:16,publish:0,pull:8,pure:[0,2],purg:[0,12],purge_from:12,purpl:0,purpos:[0,2,12],push:[0,2,8],put:12,python3:[8,10,14],python:[0,2,3,4,5,9,10,13,16],qualifi:2,qualified_nam:[2,3,12],queri:[0,2,16],query_memb:[0,16],question:13,queue:2,quick:12,quickli:16,quit:13,quot:[2,4,12,16],race:[2,16],raffl:0,rais:[0,2,4,12,16],randint:3,random:[0,3,4,8],randomli:16,rang:4,rare:[0,5],rate:[0,2,16],ratelimit:0,rather:[0,2,16],raw:[0,2,16],raw_channel_ment:[0,13],raw_ment:[0,13],raw_role_ment:0,rawmessageupdateev:16,rawreactionactionev:16,reach:[0,2,4,12],react:[0,2,16],reaction:[2,12,16],reaction_add:[0,2,12],reaction_remov:0,read:[0,2,8,12,16],read_messag:[0,16],read_message_histori:[0,2],reader:16,readi:[0,2,16],realiti:0,realli:0,reason:[0,2,4,12,13,16],receiv:[0,2,4,12,13,16],recent:[0,2],recipi:0,recipient_add:0,recipient_remov:0,recognis:[0,16],recommend:[0,2,12],reconnect:[0,2,7,12,16],record_usag:2,recurs:[0,2],red:0,redesign:12,redirect:[0,16],redirect_uri:0,reduc:[13,16],refer:[4,6,9,12,13,16],referenc:4,refresh:2,regard:[2,16],regardless:[0,2,12],regener:1,regex:16,region:[0,2,12,13,16],regist:[0,2,4,12,13],registr:[0,2,12],regress:16,regular:[0,2,4,12,16],regularli:2,reinvok:[2,12],reiter:13,relat:[0,2,12,13,16],relationship:0,relationshiptyp:0,relax:4,releas:16,releaselevel:0,relev:12,reli:[0,2,16],reliabl:16,reload:[2,5],reload_extens:[2,5],remain:[0,16],remot:8,remov:[0,2,4,5,13,16],remove_check:[2,16],remove_cog:[2,3],remove_command:[2,16],remove_exception_typ:7,remove_field:0,remove_friend:0,remove_listen:2,remove_ment:2,remove_react:[0,12,16],remove_recipi:0,remove_rol:[0,12],renam:[12,16],render:[0,2,16],render_emb:0,render_react:0,reorder:4,replac:[0,2,12,16],replace_rol:12,repli:[0,2,12],repres:[0,2,12,16],represent:0,request:[0,2,4,8,12,16],request_offline_memb:[0,2],requestswebhookadapt:[0,16],requir:[0,1,2,4,12,16],require_colon:0,reset:[0,2,16],reset_cooldown:2,resili:12,resolut:[0,16],resolv:0,resolve_invit:0,resourc:12,resp:[8,12],respect:[0,2,12],respons:[0,16],rest:[2,4,8],rest_is_raw:[2,4],restart:[0,2,5,7,16],restrict:16,restricted_guild:0,result:[0,2,4,8,12,16],resum:[0,2,4,12,16],retreiv:0,retri:[2,12,16],retriev:[0,2,12,16],retry_aft:2,revamp:12,revert:12,revok:[0,2,16],rewritten:16,rfc:0,rgb:[0,12],rich:[0,2,4,12,16],right:[0,4,12],ring:0,risk:2,robust:4,role:[2,4,12,13,16],role_a:16,role_b:16,role_cr:0,role_delet:0,role_hierarchi:[12,16],role_id:0,role_ment:0,role_upd:0,roleconvert:[2,4],roll:2,root:[2,12],root_par:[2,12],roughli:[0,2],routin:2,rpc:0,rpc_origin:0,rule:[0,2,16],rules_channel:[0,16],run:[0,2,4,10,12,14,16],run_coroutine_threadsaf:8,run_until_complet:[0,2,13],rung:0,runtim:[2,12,16],runtimeerror:[2,7,12],russia:0,safe:0,safeti:[0,16],sai:[0,2,3,12],said:[0,2,12,13],same:[0,2,4,16],san:2,save:[0,4,12,16],scan:0,scenario:[0,2],scope:1,screen:0,script:10,scrub:[2,12],search:[0,2],second:[0,2,4,7,8,16],secret:[0,4,12],secret_cog_data:12,secretguilddata:4,secretguilddata_error:4,section:2,see:[0,2,4,12,13,16],seek:0,seek_begin:0,seemingli:16,seen:[0,4,13],select:0,self:[0,2,3,4,7,10,12],self_bot:2,self_deaf:0,self_mut:0,self_stream:[0,16],self_video:0,sell:0,send:[0,2,3,4,5,8,9,14,16],send_audio_packet:0,send_bot_help:[2,12],send_cog_help:[2,12],send_command_help:[2,12],send_error_messag:[2,12],send_fil:[12,16],send_friend_request:0,send_group_help:[2,12],send_help:[2,12,16],send_messag:[0,12,13,16],send_pag:2,send_tts_messag:0,send_typ:12,sens:13,sent:[0,2,16],sentinel:0,separ:[0,2,13],seq:0,sequenc:[0,2,13,16],server:[0,2,8,13,16],server_permiss:16,server_voice_st:[12,16],serverregion:[13,16],servic:2,sess:12,session:[0,8,12,16],session_id:0,set:[0,2,4,12,16],set_author:0,set_channel_permiss:13,set_field_at:0,set_foot:0,set_imag:[0,8],set_permiss:[0,12],set_thumbnail:0,setformatt:11,setlevel:11,settabl:0,setup:[2,5],sever:[2,12],shallow:0,shard:[0,2,9,16],shard_count:[0,12],shard_id:[0,12],share:[0,2],shift:[0,2],shim:16,short_doc:2,shortcut:[0,2,12,16],shorten:2,shorten_text:2,shorter:4,shorthand:[0,2],should:[0,2,4,12,13,16],shouldn:16,show:[0,12,16],show_current_gam:0,show_hidden:2,shown:[0,2,16],side:4,sidestep:16,sign:8,signal:[0,2,4,16],signatur:[2,4,12,13],signific:12,significantli:[12,16],silent:[0,2,4],similar:[0,2,4,5,12],similarli:[0,2,4,12],simpl:[4,12],simplifi:16,sinc:[0,2,4,12,13,16],singapor:0,singl:[0,2,4,12,16],singular:[4,12],situat:0,size:[0,2,12,16],skip:[0,4],sku:0,slap:4,slapper:4,slash:0,sleep:[0,8,16],sleep_until:[0,16],slightli:[0,4],slim:0,slot:[0,16],slow:[0,2],slow_count:7,slowmod:0,slowmode_delai:0,slug:0,small:[0,16],small_imag:0,small_image_text:0,small_image_url:0,small_text:0,snippet:12,snowflak:[0,2],snowflake_tim:0,sold:0,sole:[0,2,4],some:[0,2,3,4,7,8,12,13,16],some_channel:8,some_fp:12,somecogmixin:2,somehow:[0,2,16],somemixin:2,someon:[0,2,16],someth:[0,2,4,12,13],sometim:[0,4,5,16],somewhat:16,song:[0,8],sort:[0,2,12],sort_command:2,sourc:[0,10,12],source_message_delet:0,south:0,southafrica:0,space:[2,4,12],spam:4,speak:[0,16],special:[0,2,12],specif:[0,2,4,12,16],specifi:[0,2,4,12,13,16],spectat:0,speech:[0,2],spell:2,spike:16,splash:[0,16],splash_url:0,splash_url_a:0,split:[0,4],spoiler:0,spotifi:16,stack:16,staff:0,stand:0,standard:[0,16],start:[0,2,7,12,16],start_private_messag:12,startswith:[0,2,14],state:[0,2,4,13,16],statement:0,static_format:0,statu:[0,2,8,12,13,16],status:16,status_cod:8,stderr:[0,2,4,7,16],stdin:0,step:[0,4],stereo:0,still:[0,2,4,13,16],stop:[0,2,7,12,16],store:[0,12],str:[0,2,4,8,16],straightforward:13,strang:0,strategi:[0,2],stream:[8,16],streamplay:16,strict:0,string:[0,2,4,12,13,16],stringli:0,strip:[2,4,16],structur:[13,16],stuff:[0,2,4,8],style:[0,16],sub:[0,2,4],subclass:[0,2,16],subcommand:[2,12],subcommand_not_found:[2,12],subcommand_pass:2,subject:16,subprocess:0,subprocess_kwarg:0,subscript:[0,16],subsequ:0,subset:0,substitut:0,succe:2,succeed:2,success:0,successfulli:[0,2],suffix:[2,16],suggest:[0,2],suit:0,suitabl:0,summari:0,superset:0,suppli:[0,2],support:[4,9,12,13,16],suppress:[0,16],suppress_emb:0,sure:[2,8],surpass:0,surpris:[4,16],swallow:0,sydnei:0,sync:[0,16],sync_permiss:0,synchron:12,syntax:[0,4],sys:[0,2,7],system:[0,2,4,12,16],system_channel:[0,3,16],system_channel_flag:[0,16],system_cont:[0,16],systemchannelflag:16,tabl:[0,4],table_flip:0,take:[0,2,4,12,13,16],taken:[0,16],talk:0,target:[0,4],task:[0,2,9,12,16],teal:0,team:[0,2,16],team_us:[0,16],teammemb:0,teammembershipst:0,teardown:[2,5],teaser_graph:8,technic:[4,16],techniqu:4,tediou:4,tell:[2,4,13],temporari:0,ten:0,term:[2,4],termin:[0,2,16],test:[2,4,12,13],test_error:4,text:[0,2,12,13,16],text_channel:[0,8,12],textchannel:[2,4,12,16],textchannelconvert:[2,4,12],than:[0,2,4,8,12,13,16],thank:16,thei:[0,2,4,12,13,16],them:[0,2,4,12,13,16],theme:0,thi:[0,2,3,4,5,12,13,16],thing:[0,4,12,13,16],third:2,those:[0,2,4,12,16],though:0,thousand:16,thread:[0,13,16],three:2,through:[0,2,4,12,13,16],throughout:4,thrown:[0,2],thu:[0,2,12],thumb:[0,2,8],thumbnail:0,thumbsup:8,tier:0,tighten:16,time:[0,2,4,8,12,16],timedelta:0,timeout:[0,2,12,16],timeouterror:[0,2,12],timestamp:[0,12],timezon:[0,2],timezone_offset:0,titl:[0,12],to_dict:0,to_fil:[0,16],to_rgb:[0,12],to_slap:4,to_tupl:12,to_upp:4,togeth:[2,4,12],toggl:[4,16],token:[0,2,10,12,13,14,16],too:[0,2,12,16],took:[0,12],tool:2,toomanyargu:2,top:0,top_rol:[0,16],topic:0,total:[0,2],toward:12,traceback:0,track:0,track_id:0,tradit:0,traffic:0,trait:0,transfer:0,transform:[0,2],transmit:0,transpar:[0,12],trap:16,treat:4,tri:[0,4,16],tribool:2,trigger:[0,2,16],trigger_typ:[0,2,12],trust:[0,16],tts:[0,2,13],tune:4,tupl:[0,2,4,12,16],turn:[0,4,12],twice:16,twitch:0,twitch_nam:0,two:[0,2,4,12,16],type:[0,2,7,8,13,16],typeerror:[0,2,7,16],typic:[0,2],u0001f44d:8,unavail:[0,2,16],unban:[0,12,16],unbind:2,unblock:0,unbound:12,unboundlocalerror:16,uncaught:0,unchang:2,uncondition:16,under:[0,2,4,16],undergo:12,underli:12,underlin:2,understand:2,undetermin:4,undo:[0,2],undocu:16,unexpect:[0,2],unexpectedquoteerror:2,unicod:[0,16],unintend:[2,4],union:[0,2],uniqu:[0,2],unix:0,unknown:[0,2,16],unless:[0,2,12],unlik:[0,2,4],unlimit:0,unload:[2,5,12],unload_extens:2,unnecessari:16,unpack:16,unpin:[0,12],unpin_messag:12,unrestrict:0,unset:2,unspecifi:[0,2],unsuppress:0,unsync:0,until:[0,2,4,13,16],updat:[0,2,7,12,16],upgrad:[9,16],upload:[0,2,12],upon:[0,2,16],upper:4,urgent:0,uri:0,url:[0,2,8,12,16],us_centr:0,us_east:0,us_south:0,us_west:[0,2,13],usabl:[0,16],usag:[0,2,4,12,16],use:[0,2,4,12,13,16],use_cach:0,use_external_emoji:[0,16],use_nicknam:[2,4],use_voice_activ:0,used:[0,2,4,12,16],useful:[0,2,4,5,12,16],useless:13,user:[2,4,8,10,13,14,16],user_id:[0,2],user_limit:0,usercontentfilt:0,userconvert:[2,4,12],userinputerror:[2,16],usernam:[0,4,16],uses:[0,2,12,16],using:[0,2,4,12,13,16],usual:[0,2,4],utc:[0,2],utf:[2,11],util:[1,2,8,9,12,13,16],valid:[0,2,4,12,13,16],valu:[0,2,4,13,16],valueerror:[0,7,16],vaniti:[0,12],vanity_cod:0,vanity_invit:[0,12],vanity_url:0,vanity_url_cod:0,variabl:[0,12,13],variou:16,venv:10,verb:0,veri:[0,2],verif:[0,16],verifi:[0,2],verification_level:[0,16],verificationlevel:[0,16],verify_check:2,verify_kei:0,version:[0,2,9,13,16],version_info:[0,16],versionad:0,very_high:0,via:[0,2,4,12,13,16],video:0,view:[0,12],view_audit_log:[0,12],view_channel:[0,16],view_guild_insight:[0,16],vip:[0,16],vip_amsterdam:0,vip_region:0,vip_us_east:0,vip_us_west:0,virtual:10,visibl:[12,16],voic:[2,8,9,10,16],voice_channel:[0,12],voice_cli:[0,2,12,16],voice_client_in:16,voice_memb:12,voice_st:[0,16],voice_state_for:0,voicechannel:[2,4,12,16],voicechannelconvert:[2,4,12],voicecli:[0,2,12,16],voiceregion:[0,2,16],voicest:[12,16],volum:[0,12],wai:[0,2,4,12,16],wait:[0,2,7,9,16],wait_for:[0,2,12],wait_for_messag:[12,16],wait_for_react:[12,16],wait_until_login:[12,16],wait_until_readi:[0,2,7,12,16],walk:2,walk_command:[2,3],wall:4,want:[0,2,4,5,12,13],warn:[0,4,11,16],watch:[0,8],web:0,web_statu:0,webhook:[2,9,12,16],webhook_cr:0,webhook_delet:0,webhook_id:[0,2,12],webhook_upd:0,webhookadapt:0,webhooktyp:[0,16],webm:0,webp:0,websocket:[0,2,12,16],week:0,welcom:[0,3],welcome_screen_en:0,well:[0,2,4,12,16],went:13,were:[0,2,12,13,16],west:[0,13],what:[0,2,4,12,13,16],whatev:[0,16],when:[0,2,4,5,12,13,16],when_ment:2,when_mentioned_or:2,whenev:[0,2,12],where:[0,2,4,12,13,16],whether:[0,2,12,16],which:[0,2,4,5,12,13,16],whisper:12,white:4,whitelist:2,who:[0,2,16],whose:0,why:[0,2],wide:[0,2],widget:[2,16],widget_channel:0,widget_en:0,width:[0,2,16],window:0,winner:0,wise:[0,2,12],wish:0,with_count:[0,2],withdraw_monei:3,within:[0,2,4,16],without:[0,2,5,12,16],won:0,word:4,work:[0,2,4,12,13,16],world:0,worth:0,would:[0,2,4,12,16],wrap:[0,4,12],write:[4,16],written:[0,4],wrong:[0,2],x__y:0,xsalsa20_poly1305_lit:16,yes:4,yet:16,yield:[0,2,8,13],you:[0,2,4,8,12,13,16],your:[0,2,4,8,10,12,13,14,16],yourself:[0,2,4,12],youtub:[0,16],zip:8},titles:["API \ub808\ud37c\ub7f0\uc2a4","\ubd07 \uacc4\uc815 \uc0dd\uc131","API Reference","Cogs","Commands","\ud655\uc7a5\uc790","discord.ext.commands
\u2013 Bot commands \ud504\ub808\uc784\uc6cc\ud06c","discord.ext.tasks
\u2013 asyncio.Task \ud5ec\ud37c","\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38","discord.py\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4","\uc18c\uac1c","\ub85c\uae45 \uc124\uc815","Migrating to v1.0","Migrating to v0.10.0","\ube60\ub978 \uc2dc\uc791","\ubc84\uc804 \uac1c\ub7f0\ud2f0","Changelog"],titleterms:{"\uac00":8,"\uac00\uc0c1":10,"\uac04\ub2e8\ud55c":3,"\uac10\uc0ac":8,"\uac16\uace0\uc624\ub098\uc694":8,"\uac1c\ub150":10,"\uac1c\ub7f0\ud2f0":15,"\uac1c\uc778":8,"\uac80\uc0ac":3,"\uac83\uc744":9,"\uac83\uc758":15,"\uacc4\uc815":1,"\uad00\ub828\ub41c":0,"\uad00\ub828\uc131":0,"\uae30\ubcf8":10,"\uae30\ucd08":5,"\ub0b4\uc6a9":9,"\ub0b4\uc7a5":8,"\ub294":8,"\ub3cc\ub9b4":8,"\ub4f1\ub85d":3,"\ub514\uc2a4\ucf54\ub4dc":0,"\ub530\uc634\ud45c":8,"\ub73b\uc774":8,"\ub808\uc2dc\ud53c":7,"\ub808\ud37c\ub7f0\uc2a4":[0,7],"\ub85c\uadf8\ub97c":8,"\ub85c\uae45":11,"\ub9ac\ub85c\ub529":5,"\ub9ac\ud018\uc2a4\ud2b8\ub294":8,"\ub9cc\ub4dc\ub098\uc694":8,"\ub9cc\ub4e4\uc8e0":8,"\uba48\ucd94\uac8c":8,"\uba54\uc18c\ub4dc\ub4e4":3,"\uba54\uc2dc\uc9c0":8,"\uba54\uc2dc\uc9c0\ub97c":8,"\uba54\uc2dc\uc9c0\uc5d0":8,"\uba54\uc2dc\uc9c0\uc758":8,"\uba85\ub839\uc5b4":8,"\uba85\ub839\uc5b4\ub97c":8,"\ubaa8\ub378":0,"\ubaa8\ub378\uc740":8,"\ubb34\uc5b8\uac00\ub97c":8,"\ubb38\uc11c":9,"\ubb3b\ub294":8,"\ubb54\uac00\uc694":8,"\ubbf8\uc2dc\uc9c0\ub97c":8,"\ubc18\uc751\uc744":8,"\ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c":8,"\ubc84\uc804":15,"\ubc84\uc804\uacfc":0,"\ubcc0\ud654\uac00":15,"\ubcc0\ud654\uc758":15,"\ubcf4\ub0b8":8,"\ubcf4\ub0bc":8,"\ubcfc":8,"\ubd07":[1,14],"\ubd07\uc758":8,"\ube60\ub978":14,"\uc0ac\uc6a9\uc790":0,"\uc0ac\uc6a9\ud558\uae30":3,"\uc0ac\uc6a9\ud560":8,"\uc0ac\uc9c4\uc5d0":8,"\uc0c1\ud0dc":8,"\uc0dd\uc131":1,"\uc0dd\uc131\ud558\ub294":8,"\uc124\uc815":11,"\uc124\uc815\ud560":8,"\uc124\uce58":10,"\uc18c\uac1c":10,"\uc218":8,"\uc2dc\uc791":14,"\uc544\ub2cc":15,"\uc5b4\ub514\uc11c":8,"\uc5b4\ub514\uc5d0":8,"\uc5b4\ub5bb\uac8c":8,"\uc5bb\ub098\uc694":8,"\uc5bb\uc744":8,"\uc5c5\ub85c\ub4dc\ud560":8,"\uc608":15,"\uc608\uc2dc\ub4e4\uc744":8,"\uc608\uc81c":3,"\uc624\uc2e0":9,"\uc65c":8,"\uc694\uad6c":10,"\uc6d0\ubcf8":8,"\uc6f9":8,"\uc744":8,"\uc758":8,"\uc774\ubbf8\uc9c0":8,"\uc774\ubbf8\uc9c0\ub97c":8,"\uc774\ubca4\ud2b8\uac00":8,"\uc778\uc6a9\uad6c":8,"\uc778\uc790\uc5d0":8,"\uc77c\ubc18":8,"\uc784\ubca0\ub4dc":8,"\uc788\ub098\uc694":8,"\uc790\uc8fc":8,"\uc804\ub2ec\ud558\ub098\uc694":8,"\uc815\ubcf4":[0,9],"\uc81c":8,"\uc870\uac74":10,"\uc911":8,"\uc9c8\ubb38":8,"\ucc44\ub110\uc5d0":8,"\ucd08\ub300":1,"\ucd5c\uc18c\ud55c\uc758":14,"\ucd94\uac00":9,"\ucd94\uac00\ud560":8,"\ucf54\ub8e8\ud2f4":8,"\ucf54\ub8e8\ud2f4\uc744":8,"\ucf54\ub8e8\ud2f4\uc774":8,"\ud070":15,"\ud074\ub77c\uc774\uc5b8\ud2b8":0,"\ud2b9\ubcc4\ud55c":3,"\ud2b9\uc815\ud55c":8,"\ud30c\uc77c\uc744":8,"\ud504\ub808\uc784\uc6cc\ud06c":6,"\ud50c\ub808\uc774\uc5b4\uc758":8,"\ud544\uc694\ud558\uc8e0":8,"\ud558\ub294":8,"\ud558\uba74":8,"\ud558\uc704":8,"\ud568\uc218\uc5d0":8,"\ud5ec\ud37c":7,"\ud655\uc7a5":[8,9],"\ud655\uc7a5\uc790":5,"\ud658\uacbd":10,"\ud658\uc601\ud569\ub2c8\ub2e4":9,"abstract":0,"await\uc744":8,"break":16,"class":0,"enum":2,"function":[0,13],"id\ub97c":8,"int":12,"message\ub97c":8,"new":16,"py\uc5d0":9,For:12,activ:0,adapt:0,advanc:4,after:[8,12],allowedment:0,api:[0,2,7],argument:[4,13],asset:0,async:0,asynchron:12,asyncio:7,attach:0,audit:0,base:0,baseact:0,basic:4,befor:12,block:8,bool:4,bot:[2,6],bug:16,callmessag:0,categorychannel:0,chang:[12,13,16],changelog:16,channel:12,check:[2,4,12],clean:5,client:13,cog:[2,3,5,12],colour:0,command:[2,4,6,12,16],connect:12,context:[2,4,12],convert:[2,4,12],coroutin:13,customact:0,data:0,depend:12,dict:12,discord:[4,6,7,9,16],dmchannel:0,emb:0,emoji:0,enumer:[0,13],error:4,event:[0,2,12,13],except:[0,2],ext:[6,7,16],extens:12,featur:16,fetch:0,file:0,fix:16,forc:13,game:0,global:4,greedi:4,groupcal:0,groupchannel:0,guild:[0,12],handl:4,help:[2,12],helper:12,helpformatt:12,hierarchi:[0,2],hook:12,improv:[12,16],inlin:4,invit:0,invoc:[4,12],iter:[0,12,13],keyword:[4,13],librari:0,log:0,major:12,manag:13,member:[0,12,13],messag:[0,12],messageflag:0,meta:3,migrat:[12,13],miscellan:[12,16],model:12,now:12,object:0,on_messag:8,onli:4,option:[3,4],opu:0,paramet:4,partialemoji:0,partialinvitechannel:0,partialinviteguild:0,perform:16,permiss:0,permissionoverwrit:0,posit:4,profil:0,properti:[12,13],python:12,rawbulkmessagedeleteev:0,rawmessagedeleteev:0,rawmessageupdateev:0,rawreactionactionev:0,rawreactionclearemojiev:0,rawreactionclearev:0,reaction:0,refer:[0,2],registr:13,reliabl:0,remov:12,renam:13,role:0,run:13,send:12,server:12,shard:12,show:2,snowflak:12,special:4,split:12,spotifi:0,state:12,stream:0,subclass:12,support:0,systemchannelflag:0,task:7,textchannel:0,type:[4,12],union:4,upgrad:12,user:[0,12],util:0,valu:12,variabl:4,version:12,voic:[0,12],voicechannel:0,voicest:0,wait:12,webhook:0,widget:0,widgetchannel:0,widgetmemb:0}}) \ No newline at end of file