From 34f7d6f9376c6316e9ba63c962e858df046ca359 Mon Sep 17 00:00:00 2001
From: Dragory <2606411+Dragory@users.noreply.github.com>
Date: Mon, 29 Jul 2019 21:56:03 +0300
Subject: [PATCH] Docs: update user section of ArgumentTypes (from Dark)

---
 .../src/components/docs/descriptions/ArgumentTypes.vue    | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dashboard/src/components/docs/descriptions/ArgumentTypes.vue b/dashboard/src/components/docs/descriptions/ArgumentTypes.vue
index e371206d..a29d8ca6 100644
--- a/dashboard/src/components/docs/descriptions/ArgumentTypes.vue
+++ b/dashboard/src/components/docs/descriptions/ArgumentTypes.vue
@@ -40,6 +40,14 @@ This page details the different argument types available for commands.
     <h2 id="string">String</h2>
 
     <h2 id="user">User</h2>
+    <p>
+      Anything that uniquelly identifies a user. This includes:
+    </p>
+    <ul>
+      <li>User ID <code>108552944961454080</code></li>
+      <li>User Mention <code>@Dark#1010</code></li>
+      <li>Loose user mention <code>Dark#1010</code></li>
+    </ul>
   </div>
 </template>