Skip to content

joaoalberis/Bot-Jolly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot-Jolly

The bot jolly was primarily built in Java, using the most popular Java library, which is JDA.

Default Configuration
This is the default configuration, which is not recommended to be changed. If it is altered, changes must also be made to some files' code.

    public static void main(String[] args) {
        bot = JDABuilder.create(Env.TOKEN, EnumSet.allOf(GatewayIntent.class))
        .setActivity(Activity.playing("Sendo Desenvolvido")).build();

        bot.addEventListener(new Ban());

        System.out.println("🛰️ - Bot Jolly, em funcionamento.");
    }

How to Use: arrow-indication

Here, I assume you already have Java JDK 8 and Maven installed on your machine with the corresponding version to carry out the installation.

Configuration

Here are some configuration file guides that may be useful depending on your needs.

  1. Url/Key of the requires in Env.java:

        TOKEN="RESPECTIVE BOT TOKEN"

Contacts:

João Alberis(MrJoao):

Releases

No releases published

Packages

No packages published

Languages