Hey, I would like to parse string with 3 and 4 parameters, and just ignore quotes
My string is like
!mute player time reason
as it should work if I write something like:
Quote:
|
!mute monolit 10 spamming and advertising
|
The reason should be spamming and advertising, even if I don't use quotes.
How to get reason should be something like, get whole text, and then just replace !mute, player, time with empty string.