Merge branch 'development' into alpha
This commit is contained in:
commit
25d371c862
@ -175,12 +175,12 @@ class UserWrapper
|
|||||||
|
|
||||||
get prefix ()
|
get prefix ()
|
||||||
{
|
{
|
||||||
return this.#data?.settings.textcommands.prefix;
|
return this.#data?.settings?.textcommands.prefix;
|
||||||
}
|
}
|
||||||
|
|
||||||
get locale ()
|
get locale ()
|
||||||
{
|
{
|
||||||
return this.#data?.settings.locale.language;
|
return this.#data?.settings?.locale.language;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user