diff options
Diffstat (limited to 'cogs/utils.py')
-rwxr-xr-x | cogs/utils.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cogs/utils.py b/cogs/utils.py index f45a5e7..90498e6 100755 --- a/cogs/utils.py +++ b/cogs/utils.py @@ -143,12 +143,7 @@ class Utils(commands.Cog): for coolKid in coolKids: if datetime.date.today() == coolKid[2]: - try: - for i in range(self.tries): - await coolKid[1].send(f'Happy Birthday {coolKid[0]}! You\'re a boomer now! :mango:') - self.tries = 1 - except: - self.tries +=1 + await coolKid[1].send(f'Happy Birthday {coolKid[0]}! You\'re a boomer now! :mango:') for word in badWords: if word in message.content.lower(): |