Add a profanity filter
People uses bad words for silly reasons these days, I don't wanna see those words again
-
You can use a bot for that, or make your own. not that hard, all you need to do is make a basic bot message event like this:
const { Client, RichEmbed } = require("discord.js");
client = new Client({
disableEveryone: true
});
client.once("ready", () => {
client.user.setActivity(`${prefix}help for commands`, {type: "PLAYING",});})
client.on("message", async message => {
if (message.includes("bad word")) {
message.delete().catch(err => console.log)
message.reply("please refrain from using bad words").then(msg => {
msg.delete(time in milliseconds)
})
}
})
client.login("your token here")
a good cheap host too is https://cubes.host/bots/bots.html
2 -
I agree but not like that, the bad word will be invisible to me or people who enabled profanity filter and visible to people who don't have it on
0 -
Grow up instead.
-4 -
What if I want a personal one, not for my server, but for other ones that I don't own. It only blurs the word or whatever for me, but for no one else
0 -
You can do it with a bot and its for everyone but if you want it for only yourself then you cant do that cause you need to mod discord and thats against tos you can get banned from discord for that
0
Yorum yazmak için lütfen oturum açın.
Yorumlar
6 yorum