fancypic
This commit is contained in:
parent
36efda0fcd
commit
099cc182d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue