1
0
Fork 0
mirror of synced 2024-05-24 06:19:39 +12:00

Add the birthday table to require tables

This commit is contained in:
Phxntxm 2017-07-03 21:02:22 -05:00
parent 2c47ab881b
commit 29625cb9dc

View file

@ -22,7 +22,8 @@ required_tables = {
'tags': 'server_id',
'tictactoe': 'member_id',
'twitch': 'member_id',
'user_playlists': 'member_id'
'user_playlists': 'member_id',
'birthdays': 'member_id'
}