diff --git a/techsupport_bot/commands/hug.py b/techsupport_bot/commands/hug.py index 29b157cb..eb7542c7 100644 --- a/techsupport_bot/commands/hug.py +++ b/techsupport_bot/commands/hug.py @@ -44,6 +44,17 @@ class Hugger(cogs.BaseCog): "{user_giving_hug} hugs {user_to_hug} into a coma", "{user_giving_hug} smothers {user_to_hug} with a loving hug", "{user_giving_hug} squeezes {user_to_hug} to death", + "{user_giving_hug} swaddles {user_to_hug} like a baby", + "{user_giving_hug} tackles {user_to_hug} to the ground with a giant glomp", + "{user_giving_hug} hugs {user_to_hug} and gives them Eskimo kisses", + ( + "{user_giving_hug} grabs {user_to_hug} ,pulls them close," + " giving them three hearty raps on the back" + ), + "{user_giving_hug} hugs {user_to_hug} and rubs their back slowly", + "{user_giving_hug} pulls {user_to_hug} into a tight hug and squeezes the sadness out", + "{user_giving_hug} hugs {user_to_hug} too tightly until they pass out", + "{user_giving_hug} went to hug {user_to_hug} but missed and ran into the wall instead", ] ICON_URL: str = ( "https://cdn.icon-icons.com/icons2/1648/PNG/512/10022huggingface_110042.png"