diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 19:53:59 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 19:53:59 -0500 |
| commit | 0f93e19914269a0abeaf5a6d99794acdf604b798 (patch) | |
| tree | 6645e1be3f5a2352c59db1be1867f62e7bd0ed71 /commands | |
| parent | f3fbfe2eb4ac59a9966659d0257f43be55e648f5 (diff) | |
| download | PokeBot-0f93e19914269a0abeaf5a6d99794acdf604b798.tar.gz PokeBot-0f93e19914269a0abeaf5a6d99794acdf604b798.tar.bz2 PokeBot-0f93e19914269a0abeaf5a6d99794acdf604b798.zip | |
forgot
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/Utility/userinfo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index bdcb661..d7a264c 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -1,4 +1,5 @@ exports.run = async (bot, msg, args) => { + const Discord = require('discord.js'); const user = msg.mentions.members.first(); msg.channel.send( |
