3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
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>
<p>
This plugin allows users with access to the commands the following:
</p>
<ul>
<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>
</ul>
</p>
<h2>Default configuration</h2>
<CodeBlock lang="yaml" trim="4">
@ -31,10 +31,11 @@
<p>
Permission: <code>can_where</code><br>
Arguments:
</p>
<ul>
<li><code>&lt;User&gt;</code> The user we want to find</li>
</ul>
<p>
Sends an instant invite to the voice channel the user from the <code>&lt;User&gt;</code> argument is in.
</p>
<h3>!vcalert</h3>
@ -46,17 +47,17 @@
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">
<div
slot="trigger"
slot-scope="props"
class="card-header"
role="button">
<p class="card-header-title">
<div class="card-header-title">
Additional Information
</p>
</div>
<a class="card-header-icon">
<b-icon
:icon="props.open ? 'menu-down' : 'menu-up'">
@ -81,8 +82,6 @@
</div>
</div>
</b-collapse>
</p>
</div>
</template>