Rex .__. says to YSITD
if os.environ.get('LANG') == 'zh-TW' or not os.environ.get('LANG'): from zh_TW import greeting, help, not_found, texts elif os.environ.get('LANG') == 'en-US': from en_US import greeting, help, not_found, texts @bot.command(r'\((\d+)/\d+\) %s "(.+)"' % texts['nextPage']) 他說 texts not defined