Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh-patil authored Aug 15, 2022
1 parent 9b73207 commit 7b8d152
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bot/__init__.py
Original file line number Diff line number Diff line change
@@ -727,6 +727,11 @@ def aria2c_init():
SEARCH_PLUGINS = jsnloads(SEARCH_PLUGINS)
except BaseException:
SEARCH_PLUGINS = None
try:
EMOJI_THEME = getConfig('EMOJI_THEME')
EMOJI_THEME = EMOJI_THEME.lower() == 'true'
except:
EMOJI_THEME = False
try:
IMAGE_URL = getConfig('IMAGE_URL')
except KeyError:

0 comments on commit 7b8d152

Please sign in to comment.