Custom commands

how can I make a command repeat the words that were put after the command but removing the first character?
Example:
user1: !ccommand hello 123
Nightbot response: ello 123

$(eval decodeURIComponent(`$(querystring)`).slice(1)||` `)
1 Like

thanks a lot :heart: you are the best :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.