This commit is contained in:
Dragory 2019-07-29 21:51:38 +03:00
parent c0739ba326
commit ab87efac1f

View file

@ -8,11 +8,11 @@
<h2>Description</h2> <h2>Description</h2>
<p> <p>
This plugin allows users with access to the commands the following: This plugin allows users with access to the commands the following:
</p>
<ul> <ul>
<li>Instantly receive an invite to the voice channel of a user</li> <li>Instantly receive an invite to the voice channel of a user</li>
<li>Be notified as soon as a user switches or joins a voice channel</li> <li>Be notified as soon as a user switches or joins a voice channel</li>
</ul> </ul>
</p>
<h2>Default configuration</h2> <h2>Default configuration</h2>
<CodeBlock lang="yaml" trim="4"> <CodeBlock lang="yaml" trim="4">
@ -31,10 +31,11 @@
<p> <p>
Permission: <code>can_where</code><br> Permission: <code>can_where</code><br>
Arguments: Arguments:
</p>
<ul> <ul>
<li><code>&lt;User&gt;</code> The user we want to find</li> <li><code>&lt;User&gt;</code> The user we want to find</li>
</ul> </ul>
<p>
Sends an instant invite to the voice channel the user from the <code>&lt;User&gt;</code> argument is in. Sends an instant invite to the voice channel the user from the <code>&lt;User&gt;</code> argument is in.
</p> </p>
<h3>!vcalert</h3> <h3>!vcalert</h3>
@ -46,17 +47,17 @@
Shortcut: <code>!vca</code><br><br> Shortcut: <code>!vca</code><br><br>
Sends an instant invite along with a specified reminder once the user switches or joins a voice channel.<br><br> Sends an instant invite along with a specified reminder once the user switches or joins a voice channel.
</p>
<b-collapse :open="false" class="card"> <b-collapse :open="false" class="card">
<div <div
slot="trigger" slot="trigger"
slot-scope="props" slot-scope="props"
class="card-header" class="card-header"
role="button"> role="button">
<p class="card-header-title"> <div class="card-header-title">
Additional Information Additional Information
</p> </div>
<a class="card-header-icon"> <a class="card-header-icon">
<b-icon <b-icon
:icon="props.open ? 'menu-down' : 'menu-up'"> :icon="props.open ? 'menu-down' : 'menu-up'">
@ -81,8 +82,6 @@
</div> </div>
</div> </div>
</b-collapse> </b-collapse>
</p>
</div> </div>
</template> </template>