Skip to content

Commit 96a5dfe

Browse files
author
damian freeman
committedMay 3, 2020
Merge branch 'master' of https://github.com/P2PHackClub/PixTools
2 parents 58a0891 + 797d1de commit 96a5dfe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎premium.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ class Premium {
66
expire(client, guild) {
77
return this;
88
}
9+
10+
userName(user, ...name) {
11+
return this;
12+
}
913

1014
instance(client) {
1115
return this;
1216
}
1317
}
1418

15-
return Premium();
19+
return Premium();

0 commit comments

Comments
 (0)
Please sign in to comment.