Skip to content

Commit

Permalink
Update NSFW Words
Browse files Browse the repository at this point in the history
  • Loading branch information
TecEash1 committed Nov 3, 2023
1 parent e3fddb6 commit 9364ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion events/NSFW_Invites/nsfw_InviteCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {

async execute(message) {
// Declares const to be used.
const NSFWwords = ["nsfw","18+","🔞","nude","addict","egirl","sex","tik","tok","tiktok","onlyfans","porn","lust","bdsm","hentai"]
const NSFWwords = ["nsfw","18+","+18","🔞","nude","addict","egirl","sex","tik","tok","tiktok","onlyfans","porn","lust","bdsm","hentai"]
const { client, guild, channel, content, author } = message;

const no_perms = new EmbedBuilder()
Expand Down
2 changes: 1 addition & 1 deletion events/NSFW_Invites/nsfw_InviteEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {

async execute(oldMessage, newMessage) {
// Declares const to be used.
const NSFWwords = ["nsfw","18+","🔞","nude","addict","egirl","sex","tik","tok","tiktok","onlyfans","porn","lust","bdsm","hentai"]
const NSFWwords = ["nsfw","18+","+18","🔞","nude","addict","egirl","sex","tik","tok","tiktok","onlyfans","porn","lust","bdsm","hentai"]

const no_perms = new EmbedBuilder()
.setDescription(`⚠️ I lack the required permissions to delete this invite.`)
Expand Down

0 comments on commit 9364ae1

Please sign in to comment.