This bot is created using TypeScript and Discord.js. It was originally meant for the University of Manitoba chapter of IEEE Discord server as a test project for the new slash commands feature. It was developed by Mahyar Mirrashed (Chair 2021-2022) as part of his incoming role during the summer.
To generate new data to enter as a Kaomoji in a Discord issue, please use the following Python script:
emojis = '''
'''.split('\n')
from json import dump
with open('out.txt', mode='w') as f:
dump(emojis, f)
I would like to thank SmileX from kaomoji.ru who provided most of the Kaomojis available with this bot.