diff --git a/bot.js b/bot.js index 4695851..5e1d11f 100644 --- a/bot.js +++ b/bot.js @@ -492,8 +492,8 @@ client.on('message', message => { // Dalton's image summon command. // Checks for banned author's using a hard coded list of discord ids. // Also rudely cleans garbage entries. - let banned_authors = ['steven once i find his id.']; - if (banned_authors.includes(message.author)) { + let banned_authors = ['143999140878090240']; + if (~banned_authors.includes(message.author)) { let messageSplit = message.content.substring(2).split(' '); if (messageSplit.length >= 2) {