Use new command names in examples

This commit is contained in:
Cohee 2024-05-17 20:59:00 +03:00
parent bbd9c89357
commit c52bdb9a4a
1 changed files with 3 additions and 3 deletions

View File

@ -483,7 +483,7 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'member-add',
<strong>Example:</strong> <strong>Example:</strong>
<ul> <ul>
<li> <li>
<pre><code>/memberadd John Doe</code></pre> <pre><code>/member-add John Doe</code></pre>
</li> </li>
</ul> </ul>
</div> </div>
@ -505,8 +505,8 @@ SlashCommandParser.addCommandObject(SlashCommand.fromProps({ name: 'member-remov
<strong>Example:</strong> <strong>Example:</strong>
<ul> <ul>
<li> <li>
<pre><code>/memberremove 2</code></pre> <pre><code>/member-remove 2</code></pre>
<pre><code>/memberremove John Doe</code></pre> <pre><code>/member-remove John Doe</code></pre>
</li> </li>
</ul> </ul>
</div> </div>