diff options
Diffstat (limited to 'commands/fun/respect.js')
| -rw-r--r-- | commands/fun/respect.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/fun/respect.js b/commands/fun/respect.js index 75d9707..863c9b0 100644 --- a/commands/fun/respect.js +++ b/commands/fun/respect.js @@ -8,6 +8,8 @@ module.exports = class RespectFun extends Command { group: 'fun', memberName: 'respect', description: 'press f to pay respects', + examples: ['s5n!respect', 's5n!f'], + guildOnly: true }); } run(msg) { |