remove isdeveloper function
This commit is contained in:
parent
4bd3c820cc
commit
3ce5da8ab4
1 changed files with 0 additions and 5 deletions
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue