File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/extensions/deabbreviator Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments