From 29625cb9dc3960594c49afd837603310bf5584e7 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Mon, 3 Jul 2017 21:02:22 -0500 Subject: [PATCH] Add the birthday table to require tables --- cogs/utils/checks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/utils/checks.py b/cogs/utils/checks.py index 09813bb..f8f30cc 100644 --- a/cogs/utils/checks.py +++ b/cogs/utils/checks.py @@ -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' }