This is a Discord bot designed to help Tekken 8 players quickly find movesets and notations for their characters using the Tekken8-API. The bot provides features to search for moves based on notation and character names, and it retrieves detailed information about moves such as startup frames, damage, properties, and more.
This application is not affiliated with, endorsed, sponsored, or specifically approved by Bandai Namco Entertainment Inc., the creators and publishers of the Tekken series. Tekken8-dBot are fan-made projects created for informational and entertainment purposes only. All game-related content, data, and assets are the property of their respective owners.
These tools do not provide official data from Bandai Namco and are not intended to infringe on any copyrights or trademarks. Any use of these applications is at the user’s own discretion, and we do not guarantee the accuracy or completeness of any game-related information provided.
- Find Moveset: Allows users to search for Tekken 8 movesets using a character's name and move notation.
- Get Detailed Information: For each move, the bot provides detailed information such as damage, startup frames, hit properties, on-block properties, and more.
- Error Handling: If the bot can't find a matching move or the user inputs incorrect data, it will provide error messages with helpful instructions.
- Similar Movesets: Suggests similar movesets in case the exact move is not found.
Before running the bot, you need to set up and run the Tekken8-API in your local.
-
Clone the repository:
git clone https://github.com/yourusername/tekken8-discord-bot.git cd tekken8-discord-bot
-
Setup venv and activate:
py -m venv venv venv\Scripts\activate
-
Setup venv:
py -m venv venv
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a .env file in the project root and add the following:
DISCORD_TOKEN=your-discord-bot-token HOST=tekken8-api-host-url
-
Running locally:
py bot/main.py
Contributions are always welcome!
Feel free to customize any section to better fit your project structure!
If you have any feedback, please reach out to me at dammar.s011@gmail.com or DM me at instagram @dmmrs_a
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0). For more details, see the LICENSE file