Add pfp command
Doesn't work properly yet. Most likely because of parseMention, but I am too lazy to fix that shit right now.
This commit is contained in:
parent
2a4a021860
commit
489d365eb8
2 changed files with 19 additions and 0 deletions
|
@ -47,6 +47,7 @@ client.on('message', async message => {
|
|||
case "help":
|
||||
case "userinfo":
|
||||
case "katti":
|
||||
case "pfp":
|
||||
command.execute(message, args);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue