Git Product home page Git Product logo

beastie-bot's Introduction

beastie-bot's People

Contributors

bititiger avatar jsm222 avatar

Watchers

 avatar Rodrigo Nascimento Hernandez (DanDare) avatar

beastie-bot's Issues

Make bot responses ephemeral

When the bot responds to a command request, the output of the bot should only be shown to the person who issued the command. This is super easy to change as the ephemeral flag in the response object just needs to be set to true.

Add support for hidden roles

In the bot config, add support for hidden assignable roles. Hidden roles will not show up in the /roles command or be suggested by autocomplete for /role. This will let us provide secret roles for people to discover by trying.

The config change is super easy. Just add a hidden flag to the roles JSON format.

Bot fails if network isn't up yet

When running the bot in a container, the bot will crash and the service will fail if the network takes too long to initialize. The crash report states that it could not connect to discord's api and then exits.

possible solutions:

  • ping discord's api and only start the bot once the ping succeeds
    • easiest solution
    • only works at startup
  • keep trying to connect until it finally succeeds
    • slightly harder to implement
    • can work any time (ex: connection restarts while bot is running)

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.