Add getNickname function
This commit is contained in:
parent
7a78de8939
commit
86edaa8218
1 changed files with 3 additions and 0 deletions
3
util/getNickname.js
Normal file
3
util/getNickname.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = function(user, guild){
|
||||
return guild.member(user.user).nickname
|
||||
}
|
Loading…
Add table
Reference in a new issue