diff --git a/cogs/players.py b/cogs/players.py index c1d9f49..4729fba 100644 --- a/cogs/players.py +++ b/cogs/players.py @@ -508,8 +508,10 @@ class Players(commands.Cog): ping_role = get_role(message, 'Deez Watch', self.bot) await message.channel.send(f'{ping_role.mention} there is a **{chance}** chance this is a deez nuts joke.') elif '647270634891640855' in tm: + logger.info(f'Trying to ping basebally') # emoji = await get_emoji(message, 'HYPE') - basebally = message.guild.get_member(258104532423147520) + basebally = message.guild.get_member(212687113634840580) + logger.info(f'basebally: {basebally}') await message.channel.send(f'{basebally.mention} <:FTDH:647270634891640855> ALERT') # elif 'fifa' in tm or 'soccer' in tm or 'world cup' in tm or 'the wc' in tm or 'this wc' in tm or 'futbol' in tm: @@ -1170,6 +1172,9 @@ class Players(commands.Cog): time_of_day = night_str elif played_games in [1, 3]: time_of_day = day_str + else: + penni = self.bot.get_emoji(1338227310201016370) + time_of_day = f'{penni} Spidey Time' else: time_of_day = f'{night_str} / {night_str if is_div_week else day_str} / {night_str} / {day_str}'