Donation Tracking
Welcome to the documentation page for the Donation Tracking feature in Giftify! With this additional functionality, you can easily track donations within your server and display donation leaderboards.
Introduction
The Donation Tracking feature in Giftify allows server administrators to keep track of donations made by users and generate donation leaderboards. This feature adds a new layer of engagement and recognition for generous members of your community who contribute through donations.
Table Of Contents
Getting Started
Creating a Donation Category
To create a donation category, you need to specify a symbol that represents the category (e.g., $ for monetary donations). Use the following command to create a new donation category:
/donation category create [category] [symbol]
Parameters:
[category]
: The unique name of the donation category.[symbol]
: The symbol to identify the category.

Check the /donation settings
and /donation autorole
for more customisation.
Adding Donations
Now that you've set up the donation category and optional features, you can start adding donations to users.
/donation add <category> <member> <amount>
Parameters:
[category]
: The unique name of the category.[member]
: The member whose donations will be tracked.[amount]
: The amount of donation to add.

Displaying Donation Leaderboard
To showcase the most generous donors in your server, you can display a donation leaderboard using /donation leaderboard
command.

Last updated