Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions techsupport_bot/commands/hug.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down