From d60ce6122ca5f4550e9bb73058c1beec742eb057 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 29 Jul 2017 14:36:52 -0500 Subject: [PATCH] Correct reference to method --- cogs/birthday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/birthday.py b/cogs/birthday.py index 11a5a49..8c5b429 100644 --- a/cogs/birthday.py +++ b/cogs/birthday.py @@ -55,7 +55,7 @@ class Birthday: 'member': member }) - return sort_birthdays(_entries) + return self.sort_birthdays(_entries) async def birthday_task(self): while True: