diff options
Diffstat (limited to 'src/commands/fun/respect.ts')
| -rw-r--r-- | src/commands/fun/respect.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/fun/respect.ts b/src/commands/fun/respect.ts index b41a319..362773a 100644 --- a/src/commands/fun/respect.ts +++ b/src/commands/fun/respect.ts @@ -18,7 +18,7 @@ module.exports = class RespectFun extends Command { }); } run(msg: CommandoMessage) { - msg.channel.send('Press F to pay respects.').then(m => { + msg.say('Press F to pay respects.').then(m => { m.react('🇫'); msg.delete(); }); |