Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

BuffBot Currency

Christian Moen edited this page Apr 16, 2017 · 4 revisions

The currency feature rewards active users with coins they can spend on minigames, annoy other users, or control the music in the channel.

To start the BuffBot coins flowing, there are some conditions that need to be met.
Conditions:

  • You must be in a channel
  • There must be at least one member in a channel to start the flow of coins.

If the conditions are met, the coin flow will provide legal (conditions met) users 1 coins each 30 seconds.

The conditions, alongside with the functionality is implemented in coins.py. The functions related to the database is implemented in database.py. Whereas the commands users may call is implemented in commands.py

Clone this wiki locally