A bot for the German Game Developers Discord
If you want to talk with us about game developer things (in german!), join our Discord here!
Feel free to contribute.
Just open the project with IntelliJ and run the gradle build configuration. Thanks to gradle, you don't have to download any dependencies. You just need JRE 8 and Gradle.
- Create a discord application here
- Click on "Create a Bot User"
- Create a token.txt in the resources folder, paste the Bot User token into this file
- Set the variable "GGD_ID" in Main.java to the ID of your testing Discord server --> How do I find the ID?
- Open the link
https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0
with your bot users CLIENT_ID filled in, in order to add the bot to your testing server - Run the Main Class