remove isdeveloper function

This commit is contained in:
Emily 2020-10-29 12:56:43 +11:00
parent 4bd3c820cc
commit 3ce5da8ab4

View file

@ -89,11 +89,6 @@ class Functions {
return Math.round((Math.random() * (max - min) + min)); return Math.round((Math.random() * (max - min) + min));
} }
isDeveloper (id) {
if (this.client.config.ownerIDs.includes(id)) return true;
return false;
}
shutdown () { shutdown () {
const exitQuotes = [ const exitQuotes = [
'Shutting down.', 'Shutting down.',