This commit is contained in:
Atridad Lahiji 2023-07-07 17:54:31 -06:00
parent 36efda0fcd
commit 099cc182d1
No known key found for this signature in database

View file

@ -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