docs: regenerate

This commit is contained in:
goat 2020-06-05 16:12:48 +02:00
parent 3479919ab6
commit 31af5d8d77
88 changed files with 9028 additions and 3189 deletions

View file

@ -123,7 +123,8 @@
</span>
<a id="Discord_Rest_RestBan_Reason_" data-uid="Discord.Rest.RestBan.Reason*"></a>
<h4 id="Discord_Rest_RestBan_Reason" data-uid="Discord.Rest.RestBan.Reason">Reason</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the reason why the user is banned if specified.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -140,7 +141,8 @@
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
<td><p>A string containing the reason behind the ban; <code>null</code> if none is specified.</p>
</td>
</tr>
</tbody>
</table>
@ -223,7 +225,8 @@
</span>
<a id="Discord_Rest_RestBan_Discord_IBan_User_" data-uid="Discord.Rest.RestBan.Discord#IBan#User*"></a>
<h4 id="Discord_Rest_RestBan_Discord_IBan_User" data-uid="Discord.Rest.RestBan.Discord#IBan#User">IBan.User</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the banned user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@ -240,7 +243,8 @@
<tbody>
<tr>
<td><a class="xref" href="Discord.IUser.html">IUser</a></td>
<td></td>
<td><p>A user that was banned.</p>
</td>
</tr>
</tbody>
</table>