aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/userinfo.js
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 20:21:31 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 20:21:31 -0500
commitbaae38ff8e892b8458894981f8545d9a4fc402c1 (patch)
treeca5e4163cf78161cd95001f013e3b1695dd7f17c /commands/Utility/userinfo.js
parent9b6936e94492b0f344200122e9fd7495c307fde4 (diff)
downloadPokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.tar.gz
PokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.tar.bz2
PokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.zip
dimb 2
Diffstat (limited to 'commands/Utility/userinfo.js')
-rw-r--r--commands/Utility/userinfo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js
index 80bca74..3d36aaf 100644
--- a/commands/Utility/userinfo.js
+++ b/commands/Utility/userinfo.js
@@ -1,5 +1,5 @@
exports.run = async (bot, msg) => {
- const user = msg.mentions.members.first();
+ var user = msg.mentions.members.first();
if (!user) {
user = msg.author;
};