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:
SileNce5k 2021-03-09 14:42:22 +01:00
parent 2a4a021860
commit 489d365eb8
No known key found for this signature in database
GPG key ID: C507260E7F2583AD
2 changed files with 19 additions and 0 deletions

View file

@ -47,6 +47,7 @@ client.on('message', async message => {
case "help":
case "userinfo":
case "katti":
case "pfp":
command.execute(message, args);
break;
default: