sing: minor/misc: add coffees
This commit is contained in:
		| @@ -49,7 +49,20 @@ class Util: | ||||
|                         'a cup of cafe zorro', 'an espresso roberto', 'an espresso romano', | ||||
|                         'an espresso sara', 'a guillermo', 'a ristretto', 'a cup of melya', | ||||
|                         'a cup of caffè marocchino', 'a cup of café miel', 'a cup of café de olla', | ||||
|                         'a Mazagran', 'a Palazzo', 'an ice shot']     | ||||
|                         'a Mazagran', 'a Palazzo', 'an ice shot', 'a macchiato', | ||||
|                         'a cortado', 'a red eye', 'a cappuccino', | ||||
|                         'a mocha', 'a café au lait', 'a bicerin', | ||||
|                         'a caffè corretto', 'a ca phe trung', 'a café bombón', 'a Vienna coffee', | ||||
|                         'a flat black', 'a lungo', 'a doppio', 'a ristretto bianco', 'a piccolo latte', | ||||
|                         'a gibraltar', 'a breve', 'a café con leche', 'a su café', 'a café del tiempo', | ||||
|                         'a java chip frappuccino', 'a pumpkin spice latte', 'a caramel macchiato', | ||||
|                         'a white chocolate mocha', 'a hazelnut coffee', 'a toffee nut latte', | ||||
|                         'a peppermint mocha', 'a cinnamon dolce latte', 'a coconut milk latte', | ||||
|                         'an almond milk cappuccino', 'an oat milk latte', 'a caramel frappuccino', | ||||
|                         'a chocolate frappuccino', 'a butter pecan coffee', 'a maple pecan latte', | ||||
|                         'a sea salt caramel mocha', 'a nitro cold brew', 'a pumpkin cold brew', | ||||
|                         'a honey almond flat white', 'a sweet cream cold brew', 'a matcha latte', | ||||
|                         'a golden latte', 'a turmeric latte', 'a beetroot latte',]     | ||||
|         self.LAST_5_COFFEES: list = [] | ||||
|          | ||||
|  | ||||
|   | ||||
| @@ -140,6 +140,8 @@ class Sing(commands.Cog): | ||||
|                 return await ctx.respond(f"No activity detected to read for {member_display}.", ephemeral=True) | ||||
|             member_id: int = member.id #if not(member.id == PODY_ID) else 1234134345497837679 # Use Thomas for Pody! | ||||
|             activity: Optional[discord.Activity] = None | ||||
|             if IS_SPAMCHAN:  | ||||
|                 await ctx.respond(f"***Reading activity of {member_display}...***")             | ||||
|             for _activity in ctx.interaction.guild.get_member(member_id).activities: | ||||
|                 if _activity.type == discord.ActivityType.listening: | ||||
|                     activity = _activity | ||||
| @@ -147,8 +149,6 @@ class Sing(commands.Cog): | ||||
|                                                                activity=activity) | ||||
|             if not parsed: | ||||
|                 return await ctx.respond(f"Could not parse activity of {member_display}.", ephemeral=True) | ||||
|             if IS_SPAMCHAN:  | ||||
|                 await ctx.respond(f"***Reading activity of {member_display}...***") | ||||
|              | ||||
|             if isinstance(parsed, tuple): | ||||
|                 (search_artist, search_song, search_subsearch) = parsed | ||||
|   | ||||
		Reference in New Issue
	
	Block a user