Skip to content

TCGenius is a Pokémon Trading Card Discord bot written in Kotlin

License

Notifications You must be signed in to change notification settings

ed-george/TCGenius

Repository files navigation


GitHub release Add to Discord Support TCGenius GitHub issues GitHub license


Commands 📣

  • !help - Display available commands

  • !set

    • !set - Get list of all sets
    • !set SEARCHTERM - List of sets matching the search term
  • !card

    • !card SEARCHTERM - Card matching search term
    • !card [CARD-ID] - Card matching ID (e.g. !card [xy1-1])

Add to Discord 🤖

Automatically

To add this bot to your Discord server click here and authorise the bot to post messages, embed links and read channel messages.

If you use and enjoy this bot on your server, please consider contributing a small donation to the upkeep.

Support TCGenius

Manual Build

TCGenius requires Java 1.8 to run.

To create and run your own version of TCGenius, follow the steps below.

  • Fork this project
  • Create a new application on Discord
  • Create a server.properties file within /src/resources
  • Add values for server.token and server.ownerid within the file. These values can be found from your newly Discord app's dashboard
  • Within the project's root folder, run the following within a terminal window
    • Windows: gradlew shadowJar
    • Mac / Linux: ./gradlew shadowJar
  • Copy the generated .jar file from build/libs and run it using java -jar FILENAME.jar
  • 🎉 Enjoy!

Contributing 🛠

I welcome contributions and discussion for new features or bug fixes. It is recommended to file an issue first to prevent unnecessary efforts, but feel free to put in pull requests in the case of trivial changes. In any other case, please feel free to open discussion and I will get back to you when possible.

Thanks 💕

This project uses the Kotlin Pokemon TCG SDK for pokemontcg.io

Logo designed by Ray Cheung 🙌