Skip to content

Commit 9780d8b

Browse files
authored
feat: add new abbreviations (#40)
1 parent 4fdbb75 commit 9780d8b

File tree

1 file changed

+6
-1
lines changed
  • src/extensions/deabbreviator

1 file changed

+6
-1
lines changed

src/extensions/deabbreviator/main.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Deabbreviator(commands.Cog):
7878
"dwab": "don't worry about it",
7979
"fs": "for sure",
8080
"stfu": "shut the f*** up",
81-
"ong": "oh my god",
81+
"ong": "on god",
8282
"eg": "example",
8383
"aka": "also known as",
8484
"tldr": "too long didn't read",
@@ -98,6 +98,7 @@ class Deabbreviator(commands.Cog):
9898
"gj": "good job",
9999
"gg": "good game",
100100
"gl": "good luck",
101+
"gr": "good round",
101102
"ilysm": "I love you so much",
102103
"k": "okay",
103104
"kk": "okay",
@@ -133,6 +134,10 @@ class Deabbreviator(commands.Cog):
133134
"kpdh": "kpop demon hunters",
134135
"job": "j*b",
135136
"dv8": "deviate",
137+
"sybau": "shut your b**** a** up",
138+
"i18n": "internationalization",
139+
"k8s": "kubernetes",
140+
"smd": "suck my d***",
136141
}
137142

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

0 commit comments

Comments
 (0)