Skip to content

RC-Aiden/JQB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Java Quick Bot

JQB is an easy to use discord bot maker with a built in basic command system.

Installation

The API is provided in jar form on github.

https://github.com/KyonDevelopment/JQB/tree/master/

Usage

new Bot()
	.setPrefix("!")
	.addCommand(new Command("test") {
		@Override
		public void onCommand(Member member, Message message, String aliasUsed, String[] args) {
			message.getChannel().sendMessage("this works!").queue();
		}
	})
	.build("Token");

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published