Giter VIP home page Giter VIP logo

breadbotframework's Introduction

bintrayImage travisImage contributorsImage issuesImage discordWidget wikiImage docsImage

BreadBotFramework

Features

  • Commands
  • Documentation
  • Some Logging

This project is an SDK designed for bot-creation which is built on top of JDA. This project only uses reflection to initialize each command.

Download

You can check the releases tab for jars. This is also distributed via bintray.

Adding as Dependency

bintrayImage

When using the snippets below replace the VERSION key with the version shown above.

Gradle

repositories {
  jcenter()
}

dependencies {
  compile 'com.github.breadmoirai:breadbot-framework:VERSION'
}

Maven

<repository>
  <id>jcenter</id>
  <name>jcenter</name>
  <url>http://jcenter.bintray.com/</url>
</repository>

<dependency>
  <groupId>com.github.breadmoirai</groupId>
  <artifactId>breadbot-framework</artifactId>
  <version>VERSION</version>
  <type>pom</type>
</dependency>

Javadoc

Web access to the javadocs is provided here. Please note that this is a work in progress and it is likely something you would like documented is not documented. Please open an issue via Github Issues or contact me directly through my Discord.

See the wiki linked above for usage and examples.

breadbotframework's People

Contributors

breadmoirai avatar cprovost9731 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

breadbotframework's Issues

Aliasing

A new CommandModule that allows Guilds to provide a custom alias for a specific input. Users must be able to create, delete, or update aliases. Aliases should not shadow other commands.

Command triggers

Do not suggest using a common symbol (such as !, %, $, etc) as command triggers. This may overlap with other bots and in turn cause server wide chaos where 600 or so bots are replying to your command at once.

Instead you should suggest using mentions. This makes sure that only YOUR bot gets triggered.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.