From 099cc182d1ddbe784ceec9bc4805010262f91a22 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:54:31 -0600 Subject: [PATCH] fancypic --- src/commands/{pic_hr.ts => fancypic.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/commands/{pic_hr.ts => fancypic.ts} (99%) diff --git a/src/commands/pic_hr.ts b/src/commands/fancypic.ts similarity index 99% rename from src/commands/pic_hr.ts rename to src/commands/fancypic.ts index 1ce3466..9ebeded 100644 --- a/src/commands/pic_hr.ts +++ b/src/commands/fancypic.ts @@ -27,7 +27,7 @@ export class UserCommand extends Command { // Message command public async messageRun(message: Message, args: Args) { - return this.picHr(message, args.getOption('prompt') || message.content.split('!pic_hr ')[1]); + return this.picHr(message, args.getOption('prompt') || message.content.split('!fancypic ')[1]); } // Chat Input (slash) command