We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354d189 commit 0f75e47Copy full SHA for 0f75e47
src/extensions/deabbreviator/main.py
@@ -122,6 +122,13 @@ class Deabbreviator(commands.Cog):
122
"sya": "see you again",
123
"sup": "what's up",
124
"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",
132
}
133
134
def __init__(self, bot: custom.Bot) -> None:
0 commit comments