FTDH ping

Spider time
This commit is contained in:
Cal Corum 2025-03-01 06:44:07 -06:00
parent f147a7a646
commit 32a2e1e8aa

View File

@ -508,8 +508,10 @@ class Players(commands.Cog):
ping_role = get_role(message, 'Deez Watch', self.bot) 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.') await message.channel.send(f'{ping_role.mention} there is a **{chance}** chance this is a deez nuts joke.')
elif '647270634891640855' in tm: elif '647270634891640855' in tm:
logger.info(f'Trying to ping basebally')
# emoji = await get_emoji(message, 'HYPE') # 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') 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: # 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 time_of_day = night_str
elif played_games in [1, 3]: elif played_games in [1, 3]:
time_of_day = day_str time_of_day = day_str
else:
penni = self.bot.get_emoji(1338227310201016370)
time_of_day = f'{penni} Spidey Time'
else: else:
time_of_day = f'{night_str} / {night_str if is_div_week else day_str} / {night_str} / {day_str}' time_of_day = f'{night_str} / {night_str if is_div_week else day_str} / {night_str} / {day_str}'