Remove potentially NSFW content
This commit is contained in:
parent
1d7214f95a
commit
79b14f60aa
5 changed files with 6 additions and 5 deletions
|
@ -15,7 +15,7 @@ exports.run = async (client, message) => {
|
|||
};
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: [],
|
||||
permLevel: "User",
|
||||
|
|
|
@ -15,7 +15,7 @@ exports.run = async (client, message) => {
|
|||
};
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: [],
|
||||
permLevel: "User",
|
||||
|
|
|
@ -15,7 +15,7 @@ exports.run = async (client, message) => {
|
|||
};
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: ["catgirl"],
|
||||
permLevel: "User",
|
||||
|
|
|
@ -15,7 +15,7 @@ exports.run = async (client, message) => {
|
|||
};
|
||||
|
||||
exports.conf = {
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: ["catgirlgif"],
|
||||
permLevel: "User",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue