Files
croccybot/bot/modules/topgg/data.py

9 lines
136 B
Python

from data.interfaces import RowTable
topggvotes = RowTable(
'topgg',
('voteid', 'userid', 'boostedTimestamp'),
'voteid'
)