removed banned users
This commit is contained in:
2
bot.js
2
bot.js
@@ -450,7 +450,7 @@ client.on('ready', () => {
|
|||||||
// commands
|
// commands
|
||||||
client.on('message', message => {
|
client.on('message', message => {
|
||||||
function isAuthorBanned(id) {
|
function isAuthorBanned(id) {
|
||||||
let banned_authors = ['143999140878090240'];
|
let banned_authors = [''];
|
||||||
return (Math.floor(Math.random() * 2) === 0) ? false : banned_authors.includes(id);
|
return (Math.floor(Math.random() * 2) === 0) ? false : banned_authors.includes(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user