···11+--- a/wee_slack.py
22++++ b/wee_slack.py
33+@@ -4560,8 +4560,7 @@
44+55+ def load_emoji():
66+ try:
77+- DIR = w.info_get('weechat_dir', '')
88+- with open('{}/weemoji.json'.format(DIR), 'r') as ef:
99++ with open('@out@/share/wee-slack/weemoji.json', 'r') as ef:
1010+ emojis = json.loads(ef.read())
1111+ if 'emoji' in emojis:
1212+ print_error('The weemoji.json file is in an old format. Please update it.')