Skip to content

FalconX bot for practicing using Github, Java, and VS Code. Made in 2019.

License

Notifications You must be signed in to change notification settings

kywillpickle/FalKimBot

Repository files navigation

FalKimBot

Unique bot build by programmers on team 6662 to practice using GitHub, Java, and VScode.

Version I

  1. First barely functional instance of the bot
  2. Bot configured (and secured) with some basic commands
  3. Updated hierarchy for 2020 season

Making a Key class:

  • Make a new folder in java/ named key. Then, create a new .java file in that folder named Key.java.
  • Inside this file, paste:
package key;

public class Key
{
    public static String getKey()
    {
        return "<YOUR_KEY_HERE>";
    }
}
  • Be sure to mark this folder with .gitignore if you plan on publishing it later!

Dependencies:

Using this bot requires JDA (Java Discord API) by DV8FromTheWorld.

About

FalconX bot for practicing using Github, Java, and VS Code. Made in 2019.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages