diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:21:31 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:21:31 -0500 |
| commit | baae38ff8e892b8458894981f8545d9a4fc402c1 (patch) | |
| tree | ca5e4163cf78161cd95001f013e3b1695dd7f17c /commands/Utility | |
| parent | 9b6936e94492b0f344200122e9fd7495c307fde4 (diff) | |
| download | PokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.tar.gz PokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.tar.bz2 PokeBot-baae38ff8e892b8458894981f8545d9a4fc402c1.zip | |
dimb 2
Diffstat (limited to 'commands/Utility')
| -rw-r--r-- | commands/Utility/userinfo.js | 2 |
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; }; |
