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

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