Skip to content

motidev/Template-java-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 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

Releases

No releases published

Packages

No packages published

Languages