(guild admin): Autoroles and role persistence.
This commit is contained in:
6
bot/modules/guild_admin/new_members/data.py
Normal file
6
bot/modules/guild_admin/new_members/data.py
Normal 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')
|
||||
Reference in New Issue
Block a user