Let this Discord bot predict your romantic chemistry/relationship with other people.
An entry for the Discord Hack Week.
You can install the bot by clicking here.
npm install
If you are going to use the bot in your dev machine, please create a .env
file first before you start using it.
// .env
DISCORD_TOKEN=<discord token here>
npm run start # for production
npm run start-dev # for development
See +flames ?
or +flames help
for instructions on how to use it.
Once a user will commence the test, a message will appear and from there you can react which of the following will be the outcome of that test out of all the possible outcomes.
π« - Friends
π± - Lovers
π¦ - Anger
π² - Married
πͺ - Enemies
πΈ - Soulmates
Whoever predicted the outcome correctly will be printed in the results.
It crosses out the common letters found between those two names and sums up the length of the remaining letters. After that, the bot will count the number (from zero to the summed up number) against the acronym:
F - Friends
L - Lovers
A - Anger
M - Married
E - Enemies
S - Soulmates
The last letter between those 5 letters that is gonna hit by the last number is the bot's prediction of your relationship with the person.
π€ Ned Palacios
- Disco Create Discord bots fast. This is what powers the F.L.A.M.E.S bot.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a βοΈ if this project helped you!
Copyright Β© 2019 Ned Palacios.
This project is MIT licensed.
This README was generated with β€οΈ by readme-md-generator