From 4fb1320b2da2e513a30e97a2a8c7051c984653e5 Mon Sep 17 00:00:00 2001 From: classabbyamp <5366828+classabbyamp@users.noreply.github.com> Date: Wed, 30 Jun 2021 01:49:18 -0400 Subject: [PATCH] add github sponsor link to donate command (#430) --- CHANGELOG.md | 2 ++ exts/base.py | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c814fc..49e469f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Added +- a new way to support qrm's development. ### Changed - Changed the licence to LiLiQ-Rplus-1.1 diff --git a/exts/base.py b/exts/base.py index 74f9a5b..1f99520 100644 --- a/exts/base.py +++ b/exts/base.py @@ -168,6 +168,7 @@ class BaseCog(commands.Cog): self.donation_links = { "Ko-Fi": "https://ko-fi.com/miaowware", "LiberaPay": "https://liberapay.com/miaowware", + "GitHub Sponsors": "https://github.com/sponsors/classabbyamp", } self.bot_invite = "" if self.bot.user: