Skip to content

Discord bot to give roles based on a csv with emails and donation amounts

Notifications You must be signed in to change notification settings

cherryroots/backerbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kickstarter backer bot

Rename the sample.env file to .env then populate the token field with your discord bot token.

A local copy of SKV is used to add a list function to it https://github.com/rapidloop/skv

The bot requires

  • All the intents set
  • bot and application.commands scope
  • At least Manage Roles, Read Messages/View Channels, Send messages, Read Message History and Use Slash Commands permissions

The bot will give every role up to their donation amount

Basic setup of the csv currently is as follows The pledge is cleaned up €100.00 -> 100.00 $1,000.00 -> 1000.00

Email Reward Title Pledge Amount Pledge Status
[email protected] Some Reward €100.0 collected
[email protected] Another reward €15.00 errored
[email protected] A cool reward €50.00 collected

About

Discord bot to give roles based on a csv with emails and donation amounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages