feature (topgg): Add guild whitelist.

This commit is contained in:
2022-03-19 17:08:31 +02:00
parent 9ea40e5433
commit fa09266d3a
3 changed files with 28 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from data.interfaces import RowTable
from data.interfaces import RowTable, Table
topggvotes = RowTable(
'topgg',
@@ -6,3 +6,4 @@ topggvotes = RowTable(
'voteid'
)
guild_whitelist = Table('topgg_guild_whitelist')