updated dono link

This commit is contained in:
phixxy 2024-03-09 22:33:07 -08:00
parent 8d30d35a1e
commit 4b6920a7c0

View file

@ -10,7 +10,7 @@ class Donate(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
self.donation_link = "https://patreon.com/soullesssurvival" self.donation_link = "https://patreon.com/phixxy"
self.data_dir = "data/donate/" self.data_dir = "data/donate/"
self.donor_file = "data/donate/supporters.txt" self.donor_file = "data/donate/supporters.txt"
self.folder_setup() self.folder_setup()