Coder Social home page Coder Social logo

discord-bot's People

Contributors

aljazmedic avatar davidbes avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

discord-bot's Issues

Joke voting system

Biased pick rate, based on vote,
upvote and downvote emotes for guild

Change of CommandFunction signature

The CommandFunction currently has Message - Bot - Paramters signature.
In order to use middleware, that adds emotes and serializes the use of ๐Ÿ—‘๏ธ emoji for deletion, slight change has to be made.
CommandMessage, that extends the Message is presented; it holds information of the call message and the command that procked it, response meanwhile holds the options to responde to command;

  • dmReply
  • reply
  • channelReply
(msg:CommandMessage, client:Bot, response:CommandResponse, next?:NextFunction){
  response.channelReply('Great job ๐Ÿ‘');
}

Before:

(msg:Message, client:Bot, params:CommandParameters, next?:NextFunction){
  msg.reply('Great job ๐Ÿ‘') //We lose the message reference that way
}

Implement general logging

Implementing logging with winston module. Console, file and error.log with compression at the end.

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.