Skip to content

Discord Bot made in java with several basic functionalities

Notifications You must be signed in to change notification settings

shumatepf/JavaDiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot

Running the App.java will start the bot once setup. Using the command >exit or stopping the program will take the bot offline.
So far the bot is able accept several basic commands, including a guessing game where the user guesses a random number generate by the bot. The bot also can host a blackjack/war game with commands listed below.

Basic Functions

c!hello
c!guess (int between 0 and 9)
c!help c!list-games
c!exit

Black Jack Functions

c!blackjack
c!join
c!leave
c!start
c!hit
c!show-cards
c!stand
c!end

War Functions

c!war
c!join
c!start
c!go

About

Discord Bot made in java with several basic functionalities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages