🚸 Handle uppercase first character of command

This commit is contained in:
KaKi87 2024-01-29 02:01:29 +01:00
parent 098471e21f
commit f9dd80307a

View file

@ -69,6 +69,7 @@ const
authorID,
attachments
}) => {
content = `${content[0].toLowerCase()}${content.slice(1)}`;
const program = new Command('');
let response;
program.exitOverride();