Skip to content

Commit

Permalink
Updated by eunwoo1104
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP authored and KSP committed Aug 31, 2020
1 parent d3e2adf commit b6105c7
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 147 deletions.
4 changes: 2 additions & 2 deletions api.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h2>클라이언트<a class="headerlink" href="#client" title="제목 주소">¶
if <a class="reference internal" href="#discord.Guild.large" title="discord.Guild.large"><code class="xref py py-attr docutils literal notranslate"><span class="pre">Guild.large</span></code></a> is <code class="docutils literal notranslate"><span class="pre">True</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">매개변수</dt>
<dd class="field-odd"><p><strong>*guilds</strong> (<a class="reference internal" href="#discord.Guild" title="discord.Guild"><code class="xref py py-class docutils literal notranslate"><span class="pre">Guild</span></code></a>) – 길드에 요청할 오프라인 멤버의 인자 목록.</p>
<dd class="field-odd"><p><strong>*guilds</strong> (<a class="reference internal" href="#discord.Guild" title="discord.Guild"><code class="xref py py-class docutils literal notranslate"><span class="pre">Guild</span></code></a>) – 오프라인 멤버들의 정보를 요청할 길드의 목록.</p>
</dd>
<dt class="field-even">예외</dt>
<dd class="field-even"><p><a class="reference internal" href="#discord.InvalidArgument" title="discord.InvalidArgument"><strong>InvalidArgument</strong></a> – If any guild is unavailable or not large in the collection.</p>
Expand Down Expand Up @@ -1170,7 +1170,7 @@ <h2>클라이언트<a class="headerlink" href="#client" title="제목 주소">¶
if <a class="reference internal" href="#discord.Guild.large" title="discord.Guild.large"><code class="xref py py-attr docutils literal notranslate"><span class="pre">Guild.large</span></code></a> is <code class="docutils literal notranslate"><span class="pre">True</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">매개변수</dt>
<dd class="field-odd"><p><strong>*guilds</strong> (<a class="reference internal" href="#discord.Guild" title="discord.Guild"><code class="xref py py-class docutils literal notranslate"><span class="pre">Guild</span></code></a>) – 길드에 요청할 오프라인 멤버의 인자 목록.</p>
<dd class="field-odd"><p><strong>*guilds</strong> (<a class="reference internal" href="#discord.Guild" title="discord.Guild"><code class="xref py py-class docutils literal notranslate"><span class="pre">Guild</span></code></a>) – 오프라인 멤버들의 정보를 요청할 길드의 목록.</p>
</dd>
<dt class="field-even">예외</dt>
<dd class="field-even"><p><a class="reference internal" href="#discord.InvalidArgument" title="discord.InvalidArgument"><strong>InvalidArgument</strong></a> – If any guild is unavailable or not large in the collection.</p>
Expand Down
Loading

0 comments on commit b6105c7

Please sign in to comment.