Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

mahyarmirrashed/bot-kaomoji

Repository files navigation

Kaomoji Discord Bot \(^ヮ^)/

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.

Generating new Kaomoji Data

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)

Credits & Attributions

I would like to thank SmileX from kaomoji.ru who provided most of the Kaomojis available with this bot.