Files
croccybot/bot/modules/topgg/data.py
Harsha Raghu b92866f954 Implement !vote and update reply cbHandler
- Also init'ed Remind me framework
2022-01-15 16:06:08 +05:30

9 lines
143 B
Python

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