Giter VIP home page Giter VIP logo

tuna's Introduction

Tuna

Fresh from the ocean

tuna's People

Contributors

bryceclark56 avatar dgcole avatar

Watchers

 avatar  avatar

tuna's Issues

Bloated DiscordBot class

The class is filled with methods and interface methods. These need to be split up in a neat and organized manner.

Bot does not cache session information

As the bot is currently written, it does not cache most, if any, of the information it receives from the Gateway WebSocket connection. An in-memory database (or possibly a stand-alone database) should be implemented to remedy this problem. This would allow for easy retrieval of information such as current information about user's in a guild without requiring as many HTTP requests.

Basic Message/Command Processing

Bot needs to be able to, at a minimum, take a message from a channel, determine if it's a valid command, process the command, and output back to Discord if needed.

Failing EventManager Test

One of the test cases in EventManagerTest is currently failing due to an unknown reason (9a8b5a7). It was previously passing but has decidedly begun to fail after implementing the use of futures to block before verifying method interactions.

Session storage

A database (possibly in-memory or separate) needs to be implemented for the storage of per-session information about Discord. Such information may include guild and user data.

Automated Testing

Automated testing on each commit should be implement. Along with this, all new features should include tests with a reasonable coverage (ideally 100%)

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.