Updated theme

This commit is contained in:
neauoire 2020-03-26 09:32:58 +09:00
parent c7164613a2
commit ab540c0f74
2 changed files with 2 additions and 2 deletions

View File

@ -307,7 +307,7 @@ function Theme (client) {
if (!isColor(hex)) { console.warn('Theme', `${hex} is not a valid color.`); return }
this.active[key] = hex
}
this.read = (key) => {
this.get = (key) => {
return this.active[key]
}
this.parse = (any) => {

View File

@ -86,7 +86,7 @@ function Theme (client) {
this.active[key] = hex
}
this.read = (key) => {
this.get = (key) => {
return this.active[key]
}