Skip to content

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

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages