A Discord bot for Technovation Girls Japan 2021! Originally created by team M4 😊
- Create a new application on Discord from the Discord Developer Portal
- Next, add a bot user from the oauth2 page, with only these settings:
- Copy the oauth2 URL, and ask your Mentor to add the bot to Technovation Girls Japan Discord (they can get help from Waffle members if needed)
- From the
bot
page, create a new bot, and copy the bot token - add a new file to the repl called
.env
. This is a private file that only you can see, so its good for storing secrets like bot token. - create a new
environment variable
calledTOKEN
inside the.env
file, and copy your bot token here. - Press the run button! you should be able to see your bot in Discord now 🎉
Take a look at the MessageHandlerImpl.java class. This is where you can add new bot responses.