/M4_bot

Discord bot for team M4

Primary LanguageJava

M4 Discord Bot

What

A Discord bot for Technovation Girls Japan 2021! Originally created by team M4 😊

How can I use it?

  1. Create a new application on Discord from the Discord Developer Portal
  2. Next, add a bot user from the oauth2 page, with only these settings: oauth
  3. 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)
  4. From the bot page, create a new bot, and copy the bot token bot
  5. 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.
  6. create a new environment variable called TOKEN inside the .env file, and copy your bot token here. environment variable
  7. Press the run button! you should be able to see your bot in Discord now 🎉

How can I add things to the bot?

Take a look at the MessageHandlerImpl.java class. This is where you can add new bot responses.