Skip to content

Commit

Permalink
added some default emotes
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrr committed Mar 21, 2023
1 parent 430102e commit 0d550cd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class LocalEmoteProvider : EmoteProvider {
private val loginListener: LoginListener = LoginListener()

override fun getEmotes(): Map<String, LocalEmote> {
store.saveDefault()
store.reload()
return store.getFileConfiguration()
.getMapList("emotes")
Expand Down
Loading

0 comments on commit 0d550cd

Please sign in to comment.