Various improvements and checks
This commit is contained in:
parent
a2abc91a2a
commit
1608d00beb
30 changed files with 541 additions and 360 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue