You can’t remove it by using prompt, you have to do it in your code before sending it.
I do it like this on my side with javascript:
message.content.replace(/\【.*?】/g, “”)
You can’t remove it by using prompt, you have to do it in your code before sending it.
I do it like this on my side with javascript:
message.content.replace(/\【.*?】/g, “”)