From 8a7f1253716c79e2d36d356b9ad380d382d8603e Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Sun, 26 Jul 2020 07:02:25 -0700 Subject: feat/ fix/ chore/ improvment feat: - new img method on client - verification command finally lul, this also had me add stuff to the config fix: - fanart msg now says "video/ img" instead of just video. - re-add f reaction to leave msgs chore: - capitalize s in sending in help msg. improvement: - 3 new welcome msgs - 4 new goodbye msgs - make "1/ 1000" in secret msg bold and react with star emoji --- server/src/commands/util/Help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/util/Help.ts') diff --git a/server/src/commands/util/Help.ts b/server/src/commands/util/Help.ts index 76d2bf6..15549d5 100644 --- a/server/src/commands/util/Help.ts +++ b/server/src/commands/util/Help.ts @@ -92,7 +92,7 @@ export default class HelpUtil extends Command { } if (msg.channel.type === 'dm') return msg.author.send({ embed }); - return msg.reply('sending you a DM with information...').then(async m => { + return msg.reply('Sending you a DM with information...').then(async m => { await msg.author.send({ embed }); m.edit('I\'ve send you a DM with information!'); }); -- cgit v1.2.3