Various improvements and checks
This commit is contained in:
@@ -13,7 +13,7 @@ class Emoji {
|
||||
}
|
||||
get localuser() {
|
||||
if (this.owner instanceof Guild) {
|
||||
return this.guild.localuser;
|
||||
return this.owner.localuser;
|
||||
}
|
||||
else {
|
||||
return this.owner;
|
||||
|
Reference in New Issue
Block a user