diff --git a/dashboard/src/components/docs/plugins/LocateUser.vue b/dashboard/src/components/docs/plugins/LocateUser.vue
index 1c174139..14131705 100644
--- a/dashboard/src/components/docs/plugins/LocateUser.vue
+++ b/dashboard/src/components/docs/plugins/LocateUser.vue
@@ -8,11 +8,11 @@
Description
This plugin allows users with access to the commands the following:
-
- - Instantly receive an invite to the voice channel of a user
- - Be notified as soon as a user switches or joins a voice channel
-
+
+ - Instantly receive an invite to the voice channel of a user
+ - Be notified as soon as a user switches or joins a voice channel
+
Default configuration
@@ -30,11 +30,12 @@
!where
Permission: can_where
- Arguments:
-
- <User>
The user we want to find
-
-
+ Arguments:
+
+
+ <User>
The user we want to find
+
+
Sends an instant invite to the voice channel the user from the <User>
argument is in.
!vcalert
@@ -46,43 +47,41 @@
Shortcut: !vca
- Sends an instant invite along with a specified reminder once the user switches or joins a voice channel.
-
-
-
-
-
-
- Signatures:
-
- !vcalert <user>
- !vcalert <user> [delay] [reminderString]
-
-
- Arguments:
-
- <user>
The user we want to find
- [delay]
How long the alert should be active, following the default Delay format. Default: 10 minutes
- [reminderString]
Any text we want to receive once the alert triggers. Default: None
-
-
-
-
-
+ Sends an instant invite along with a specified reminder once the user switches or joins a voice channel.
+
+
+
+
+
+ Signatures:
+
+ !vcalert <user>
+ !vcalert <user> [delay] [reminderString]
+
+
+ Arguments:
+
+ <user>
The user we want to find
+ [delay]
How long the alert should be active, following the default Delay format. Default: 10 minutes
+ [reminderString]
Any text we want to receive once the alert triggers. Default: None
+
+
+
+