Various improvements and checks

This commit is contained in:
MathMan05 2024-08-20 14:17:54 -05:00
parent a2abc91a2a
commit 1608d00beb
30 changed files with 541 additions and 360 deletions

View file

@ -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;