Skip to content

Commit 0f75e47

Browse files
committed
✨ Add new abbreviations
1 parent 354d189 commit 0f75e47

File tree

1 file changed

+7
-0
lines changed
  • src/extensions/deabbreviator

1 file changed

+7
-0
lines changed

src/extensions/deabbreviator/main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ class Deabbreviator(commands.Cog):
122122
"sya": "see you again",
123123
"sup": "what's up",
124124
"bro": "brother",
125+
"fe": "fair enough",
126+
"fy": "f*** you",
127+
"fyp": "for you page",
128+
"fomo": "fear of missing out",
129+
"vc": "voice chat",
130+
"tbh": "to be honest",
131+
"tbf": "to be fair",
125132
}
126133

127134
def __init__(self, bot: custom.Bot) -> None:

0 commit comments

Comments
 (0)