summaryrefslogtreecommitdiff
path: root/src/commands/user/pfp.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/user/pfp.ts')
-rw-r--r--src/commands/user/pfp.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/commands/user/pfp.ts b/src/commands/user/pfp.ts
index bf593fa..f6948b3 100644
--- a/src/commands/user/pfp.ts
+++ b/src/commands/user/pfp.ts
@@ -17,7 +17,12 @@ module.exports = class PFPServer extends Command {
type: 'string'
}
],
- examples: ['uwu!pfp @sin#1337']
+ examples: ['uwu!pfp @sin#1337'],
+ throttling: {
+ usages: 5,
+ duration: 30
+ },
+ guildOnly: true
});
}
run(msg: CommandoMessage, { userID } ) {