We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabe3b6 commit a7da37aCopy full SHA for a7da37a
db.py
@@ -3,7 +3,7 @@
3
from collections import namedtuple
4
5
Sponsor = namedtuple('Sponsor', [
6
- 'gh_id', 'gh_username', 'gh_url', 'discord_name', 'discord_id',
+ 'gh_id', 'gh_username', 'gh_url', 'discord_id', 'discord_name',
7
'discord_code', 'contributed_to_repos', 'is_contributor', 'is_currently_sponsoring'
8
])
9
0 commit comments