Is there a way to get an unfiltered text input?

Hello!

I am currently making a bot for a Discord server to which a user should enter their Discord tag, and then they will receive a rank. I was wondering if it was possible for users to enter their tag and it would be unfiltered as soon as the HTTP request was sent if that makes sense? The reason is because sometimes text gets filtered even though nothing inappropriate is inputted, and if a user is > 13 (potential false account age), their text would be filtered.

Are they chatting their tag? If you’re using a TextBox then it won’t filter the text

1 Like

No, it was going to be a TextBox.

I will try that right now, thanks!