#Text in message
1 messages · Page 1 of 1 (latest)
Like this?
const noteCommand = '!note example'; // The message obtained, for example through the chatSend event.
const message = noteCommand.replace('!note ', '');
const profileCommand = `!profile ${message}`;
and do you know why my !stats doesnt work ?