Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 2.77 KB

File metadata and controls

89 lines (68 loc) · 2.77 KB

🔥 The F.L.A.M.E.S Bot 🔥

License: MIT Twitter: npned

Let this Discord bot predict your romantic chemistry/relationship with other people.
An entry for the Discord Hack Week.

Demo

https://discord.gg/XV8J24A

Install

Server Install

You can install the bot by clicking here.

Manual Install

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>

Usage

npm run start # for production
npm run start-dev # for development

See +flames ? or +flames help for instructions on how to use it.

Reaction Support

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.

What does it do?

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.

Author

👤 Ned Palacios

Related

  • Disco Create Discord bots fast. This is what powers the F.L.A.M.E.S bot.

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Ned Palacios.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator