(2020-11-27, 06:58 AM)Dev86 Wrote: This library also makes the DCC_ prefix on the discord-connector natives optional, meaning you can use GetUserName instead of DCC_GetUserName.
What an odd choice, I recommend you remove that. "GetUserName" is such a common function that someone probably has in their script.
Your code is also wrong, you're using strfind, so if I do ban! it will be a valid command, when it shouldn't. It should be only at the start. Or alternatively, you should let the user specify.