forked from Galactic/galactic-bot
dev check
This commit is contained in:
parent
ff657403bf
commit
8499576ddf
@ -14,6 +14,10 @@ const User = Structures.extend('User', (User) => {
|
||||
|
||||
}
|
||||
|
||||
get developer() {
|
||||
return this.client._options.bot.owners.includes(this.id);
|
||||
}
|
||||
|
||||
get timeSinceCached() {
|
||||
return Date.now()-this._cached;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user