rewrite: Restructure to include GUI.
This commit is contained in:
11
src/modules/pending-rewrite/renting/data.py
Normal file
11
src/modules/pending-rewrite/renting/data.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from data import RowTable, Table
|
||||
|
||||
|
||||
rented = RowTable(
|
||||
'rented',
|
||||
('channelid', 'guildid', 'ownerid', 'expires_at', 'created_at'),
|
||||
'channelid'
|
||||
)
|
||||
|
||||
|
||||
rented_members = Table('rented_members')
|
||||
Reference in New Issue
Block a user