mirror of
https://github.com/miaowware/qrm2.git
synced 2025-04-29 23:10:21 -04:00
add github sponsor link to donate command (#430)
This commit is contained in:
parent
36acda1666
commit
4fb1320b2d
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user