A Discord bot to assist Seimei in taming the Shikis.
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
- About the Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
A Discord bot for Eternity guild that helps players with the daily gameplay of Onmyoji.
It has event reminders and queries for bounty locations and mystery amulet circles.
Most of the information are from Eternity Onmyoji website.
- Create an new conda environment
conda create --name my_env
- Install Python Prerequisites
conda install --file requirements.txt
- Create a Discord bot account Guide
- Clone the repo
git clone https://github.com/hiewliwen/EternityOnmyoji.git
-
Enter your Discord token in SECRET.py
-
Change the Channels/Roles IDs in CONFIG.pyaccording to your Discord channel
-
Invite the Discord bot into your server.
-
Run the script.
python3 main.py
BountyLocations:
by_clue (.c) Search bounty locations by clue(s).
by_name (.n) Search bounty locations by shikigami name.
Misc:
game_time (.gt) Display current game time in EST format.
userinfo (.ui) Display the information of a specific user.
MysteryCircle:
mystery_circle (.m) Display the mystery amulet summoning circle for the month.
No Category:
help Shows this message
Type .help command for more info on a command.
You can also type .help category for more info on a category.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.