Jack073 / spookyBot

πŸŽƒ A spooky Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpookyBot

πŸŽƒ A spooky Discord bot

release issues stars forks

This project is convenient for people who want to get into open source and contribute to different projects especially during the Hacktoberfest.

Don't hesitate to ask me for help on my Discord server, I would help you with great pleasure!

πŸ€– Add the bot on your server

You just need to click on this link and validate the form without changing any permission.

🌐 Adding a language

You can add languages to the robot so that it is translated and accessible to everyone!

To do this, nothing could be simpler, just copy the file ./lang/en.js then rename it following the ISO 639-1 nomenclature. Then you just need to modify the file as you wish. For the translation to be set up on the robot, do not hesitate to open a pull request by following this guide.

To react to a word, you need two elements in the translation file: the word and the emoji with which it will react.

{
  "name": "halloween",
  "emoji": "πŸŽƒ"
}

You can see that the emoji element is an emoji, but you can also use a custom emoji. For that, I strongly advise you to read this guide.

πŸ‘€ Author

LucasAlt

🀝 Contributing

Before contributing to this project, make sure you have read the contribution guidelines!

  1. Fork it (https://github.com/LucasCtrl/spookyBot/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

Buy Me a Coffee at ko-fi.com

πŸ“ License

This project is open source and available under the MIT

About

πŸŽƒ A spooky Discord bot

License:MIT License


Languages

Language:JavaScript 100.0%