7 lines
152 B
Python
7 lines
152 B
Python
from data import Table, RowTable
|
|
|
|
|
|
autoroles = Table('autoroles')
|
|
bot_autoroles = Table('bot_autoroles')
|
|
past_member_roles = Table('past_member_roles')
|