GithubHelp home page GithubHelp logo

fictional_bot's People

Contributors

has12zen avatar mintujupally avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fictional_bot's Issues

[Bug]: DiscordAPI error.

What happened?

If the bot is unable to send a message to the user(the user has DM's turned off) it shows

DiscordAPIError: Cannot send messages to this user
(node:24) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user

handle this exception.

Relevant log output

2021-10-08T08:31:45.014678+00:00 app[worker.1]: DiscordAPIError: Cannot send messages to this user
2021-10-08T08:31:45.014681+00:00 app[worker.1]: at RequestHandler.execute (/app/node_modules/discord.js/src/rest/RequestHandler.js:154:13)
2021-10-08T08:31:45.014681+00:00 app[worker.1]: at runMicrotasks (<anonymous>)
2021-10-08T08:31:45.014682+00:00 app[worker.1]: at processTicksAndRejections (internal/process/task_queues.js:95:5)
2021-10-08T08:31:45.014683+00:00 app[worker.1]: at async RequestHandler.push (/app/node_modules/discord.js/src/rest/RequestHandler.js:39:14)
2021-10-08T08:31:45.014683+00:00 app[worker.1]: at async Object.exports.verifyMember (/app/commands/botCommands.js:14:5) {
2021-10-08T08:31:45.014684+00:00 app[worker.1]: method: 'post',
2021-10-08T08:31:45.014684+00:00 app[worker.1]: path: '/channels/*/messages',
2021-10-08T08:31:45.014685+00:00 app[worker.1]: code: 50007,
2021-10-08T08:31:45.014685+00:00 app[worker.1]: httpStatus: 403
2021-10-08T08:31:45.014685+00:00 app[worker.1]: }
2021-10-08T08:31:45.064882+00:00 app[worker.1]: (node:24) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user
2021-10-08T08:31:45.064895+00:00 app[worker.1]: at RequestHandler.execute (/app/node_modules/discord.js/src/rest/RequestHandler.js:154:13)
2021-10-08T08:31:45.064896+00:00 app[worker.1]: at runMicrotasks (<anonymous>)
2021-10-08T08:31:45.064896+00:00 app[worker.1]: at processTicksAndRejections (internal/process/task_queues.js:95:5)
2021-10-08T08:31:45.064898+00:00 app[worker.1]: at async RequestHandler.push (/app/node_modules/discord.js/src/rest/RequestHandler.js:39:14)
2021-10-08T08:31:45.064898+00:00 app[worker.1]: (Use `node --trace-warnings ...` to show where the warning was created)
2021-10-08T08:31:45.065079+00:00 app[worker.1]: (node:24) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
2021-10-08T08:31:45.065147+00:00 app[worker.1]: (node:24) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

[feature]: Create event polls

What should be improved?

the bot should be able to create a poll and should use user reactions on the poll to note the result of the poll.

  • create an event where mods can ask questions or the questions can be asked from DB having a predefined answer
  • note the reaction of users in DB.
  • when the event ends put the scoreboard of all the the users who reacted.

If there is any question you can ask in the discord bot channel.

[feature]: Post about Upcomming cp contests on cp channel

What should be improved?

Post about upcoming cp contests on cp channel. this can be subdivided into several tasks-

  • get contest data from various cp sites.
  • post message about today's contests and time should be in IST.
  • allow members to react to messages to receive ping.
  • ping members about the contest 15 min ahead of time.

[Bug]: change error handleling.

Remove all console logs and use an error logging library to make error messages more readable.

  • Have a central error logging mechanism.
  • Give useful error messages to developers and send generic messages to users.

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.