bugfix
This commit is contained in:
parent
d0d7c6cf4a
commit
689fe5ec70
@ -175,12 +175,12 @@ class UserWrapper
|
||||
|
||||
get prefix ()
|
||||
{
|
||||
return this.#data?.settings.textcommands.prefix;
|
||||
return this.#data?.settings?.textcommands.prefix;
|
||||
}
|
||||
|
||||
get locale ()
|
||||
{
|
||||
return this.#data?.settings.locale.language;
|
||||
return this.#data?.settings?.locale.language;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user