motidev / Template-java-discord-bot

Template for discord bot developed with java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‹ Description

β˜• Bot developed with java for discord

You can report bugs here or Support here  

πŸ“ Changelog

Version 0.0.1 | 19/02/2023

  • Add Main class.
  • Add system file.
  • Add config class.  

πŸ“₯ Configuration

Create a config class in src/motilabs/config example

 package motilabs.config;

  public class Config {
      
      private String token = "Your token here";
      
      public  String getToken() {
          return token;
      }

  }

 

πŸ”‹ Test

 

🀟 Thanks

If you like this extension, you could give a ⭐.

 

Β© 2023 Motidev. All rights reserved

About

Template for discord bot developed with java.

License:MIT License


Languages

Language:Java 100.0%