Fix !jumbo outputting 'null'
This commit is contained in:
parent
b1f4967938
commit
1098b1698c
1 changed files with 1 additions and 1 deletions
|
@ -77,6 +77,6 @@ export const JumboCmd = utilityCmd({
|
|||
};
|
||||
}
|
||||
|
||||
msg.channel.createMessage(null, file);
|
||||
msg.channel.createMessage("", file);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue