Shrugging on Slack

How you can go about adding a shrug to a message in Slack

Ever wanted to convey “I dunno lol” in a Slack message? You can by simply appending a shrug (¯\_(ツ)_/¯) onto the end of your message!

Screenshot of a Slack message with a shrug emoji appended to the end

To do this type /shrug at the beginning of a message and it will append the emoji to the end.

It won’t work if you type /shrug anywhere but the start of the message.

This article is a part of the "Slack" series

Recent posts View all

PersonalWeb Dev

X-Clacks-Overhead

We now support the X-Clacks-Overhead, or, the internet as a tool to not forget

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.