mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
docs: regenerate
This commit is contained in:
parent
e10941d2be
commit
879ef34d75
67 changed files with 8551 additions and 2686 deletions
|
|
@ -288,11 +288,11 @@ contains the sent message.</p>
|
|||
<div class="markdown level1 remarks"><p>This method attempts to send an attachment as a direct-message to the user.</p>
|
||||
<div class="WARNING"><h5>warning</h5><p>
|
||||
<p>
|
||||
Please note that this method <strong>will</strong> throw an <a class="xref" href="Discord.Net.HttpException.html">HttpException</a>
|
||||
Please note that this method <strong>will</strong> throw an <span class="xref">Discord.Net.HttpException</span>
|
||||
if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.
|
||||
</p>
|
||||
<p>
|
||||
You may want to consider catching for <a class="xref" href="Discord.Net.HttpException.html#Discord_Net_HttpException_DiscordCode">DiscordCode</a>
|
||||
You may want to consider catching for <span class="xref">Discord.Net.HttpException.DiscordCode</span>
|
||||
<code>50007</code> when using this method.
|
||||
</p>
|
||||
</p></div>
|
||||
|
|
@ -393,11 +393,11 @@ contains the sent message.</p>
|
|||
<div class="markdown level1 remarks"><p>This method attempts to send an attachment as a direct-message to the user.</p>
|
||||
<div class="WARNING"><h5>warning</h5><p>
|
||||
<p>
|
||||
Please note that this method <strong>will</strong> throw an <a class="xref" href="Discord.Net.HttpException.html">HttpException</a>
|
||||
Please note that this method <strong>will</strong> throw an <span class="xref">Discord.Net.HttpException</span>
|
||||
if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.
|
||||
</p>
|
||||
<p>
|
||||
You may want to consider catching for <a class="xref" href="Discord.Net.HttpException.html#Discord_Net_HttpException_DiscordCode">DiscordCode</a>
|
||||
You may want to consider catching for <span class="xref">Discord.Net.HttpException.DiscordCode</span>
|
||||
<code>50007</code> when using this method.
|
||||
</p>
|
||||
</p></div>
|
||||
|
|
@ -494,11 +494,11 @@ channel.</p>
|
|||
<div class="markdown level1 remarks"><p>This method attempts to send a direct-message to the user.</p>
|
||||
<div class="WARNING"><h5>warning</h5><p>
|
||||
<p>
|
||||
Please note that this method <strong>will</strong> throw an <a class="xref" href="Discord.Net.HttpException.html">HttpException</a>
|
||||
Please note that this method <strong>will</strong> throw an <span class="xref">Discord.Net.HttpException</span>
|
||||
if the user cannot receive DMs due to privacy reasons or if the user has the sender blocked.
|
||||
</p>
|
||||
<p>
|
||||
You may want to consider catching for <a class="xref" href="Discord.Net.HttpException.html#Discord_Net_HttpException_DiscordCode">DiscordCode</a>
|
||||
You may want to consider catching for <span class="xref">Discord.Net.HttpException.DiscordCode</span>
|
||||
<code>50007</code> when using this method.
|
||||
</p>
|
||||
</p></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue