(guild admin): Autoroles and role persistence.

This commit is contained in:
2021-10-05 00:28:33 +03:00
parent 4a34814a3b
commit 8b6f60d7f3
8 changed files with 273 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
from data import Table, RowTable
autoroles = Table('autoroles')
bot_autoroles = Table('bot_autoroles')
past_member_roles = Table('past_member_roles')