Code Monkey home page Code Monkey logo

crimsonlevelsbot's Introduction

CrimsonLevelsBot

Formally "CrimsonRoulette", this Discord Bot aims to be the most feature-packed Leveling Bot.

THE LICENSE

The License for this Project, and all of TwilightZebby's Projects, can be found here.


Please see this GitHub Gist for details on the Bot being shut down from July 10th 2021 onwards

crimsonlevelsbot's People

Contributors

dependabot[bot] avatar twilightzebby avatar

Watchers

 avatar

crimsonlevelsbot's Issues

Bot hits the GET USER Discord Ratelimit with top command

Whenever the top command is used for the first time after bot startup in a Guild, the GET USER ratelimit is hit.

This is clearly caused by line 99 in the \commands\level\top.js file:

let tempMember = await message.guild.members.fetch(tempData.userID);

which is looped 10 times to get the top 10 Guild Members.

[Minor] Rare issue of Bot triggering Discord's API ratelimit when fetching Members

When the Bot .fetch()s a Member or User, there's a chance it can trigger the Discord API ratelimit due to how it .fetch()s every for semi-frequent actions like fetching the Guild Owner.

This could be fixed by, within a Try-Catch, attempting to .resolve() the User/Member instead. If nothing is resolved, then attempt to .fetch()

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.