Giter Club home page Giter Club logo

candybot's Introduction

CircleCI Discord

Holiday Event Bot for Discord

Adding to your Discord server

Public

The easiest way to add CandyBot to your Discord server is to click here. This will add the current version of CandyBot to a server you have permission to add bots to.

CandyBot requires the permissions Manage Server and Manage Messages. The above link should provide these. Without them, it will not function correctly.

Private

You can host CandyBot yourself to have a private version of the bot.

Requirements:

Python 3.7+
SQLite 3.24+

To run CandyBot yourself:

  • Download a version of CandyBot here.
  • If you want to run CandyBot from a different folder from where you extracted the ZIP, you can run build/package.py to generate another ZIP which just contains everything needed to run the bot (which you can then extract somewhere else).
  • Run pip install -r requirements.txt to install everything the bot needs to run.
  • Run dbscripts/create.py to create an empty database for CandyBot to use.
  • Create a file called token which contains the Discord token for your bot.
  • Start CandyBot with python candybot!

For Developers

  • You run CandyBot locally (ie. without a connection with Discord) by running python candybot local. This makes development much easier.
  • I recommend using PyCharm as an IDE. If you choose to do so, the full configuration is stored in the repo, so you just need to open the project and it should be ready out of the box.
  • Any pull requests should be targeting develop.

Credits

Created By:
axc450 (Github) / Super#0010 (Discord)

Thanks to all donators & supporters of the project!
Please consider donating here to support CandyBot!

candybot's People

Contributors

axc450 avatar mkalluri21 avatar taylahjayne avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

candybot's Issues

Leaderboard command crash

When a user gets on the leaderboard but does not exist on the server, the leaderboard command crashes

Make candy names case-agnostic

This would allow for easier use when using candy arguments.
Should be stored as lowercase and made uppercase when displaying.

Candy should be ordered.

When using commands that display the candy, have the candy shown in descending order rather than any.

Clear leaderboard

When a user has no currency, they still appear on the leaderboard rather than removed.

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.