Giter VIP home page Giter VIP logo

siegebot-lfg's Introduction

Build Status

siegebot-lfg

A bot plugin to organize gaming groups and handle scheduling and notification.

Development

This repo uses an .editorconfig to set the code style as well as Prettier to make sure that the code is formatted. Please make sure that you have the editorconfig and prettier plugins installed for your editor.

This repo also uses husky and lint-staged to run prettier on all commits using a githook.

Setup

Once you clone down the repository, run an npm install to install the dependencies.

Note - discord.js will print out several unmet peer dependency warnings, you can ignore them because they are all optional.

Running

To test locally, follow the steps below.

  • pull down ACSatron
  • pull down this repo
  • point ACSatron at your local siegebot-lfg via package.json
  • generate your own Discord API key and assign the bot secret to an environment variable called ACSBOTTOKEN

You'll have to invite the bot you make to a server that you run to test.

References

siegebot-lfg's People

Contributors

yashdalfthegray avatar siege918 avatar dependabot[bot] avatar

Stargazers

Will Sean Don avatar

Watchers

James Cloos avatar  avatar

Forkers

yashdalfthegray

siegebot-lfg's Issues

Add unit tests

The individual classes should have test cases. Also, the outermost commands return promises that will give useful data, so those should be tested too, probably.

Backup Group Cache

There is some existing broken code for backing up the group cache to S3. There were issues with serializing/deserializing the group cache, specifically in situations where the cache is empty. There were also issues with serializing the nested objects.

As it stands now, if the bot goes down, all its groups disappear as well. The backup/restore code needs to be fixed.

Add ability to see groups you're in

Either as an extension of the current List command or as a separate command, it'd be good to be able to list only groups that you're a player in.

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.