diff --git a/bot/util/functions.js b/bot/util/functions.js index a54724d..b07a9e6 100644 --- a/bot/util/functions.js +++ b/bot/util/functions.js @@ -89,11 +89,6 @@ class Functions { return Math.round((Math.random() * (max - min) + min)); } - isDeveloper (id) { - if (this.client.config.ownerIDs.includes(id)) return true; - return false; - } - shutdown () { const exitQuotes = [ 'Shutting down.',