@@ -90,7 +90,7 @@ exports[`Banning spammer in other channels Asks for confirmation if not in autom
9090 {
9191 " components" : [
9292 {
93- " custom_id" : " dontDeleteMessages " ,
93+ " custom_id" : " keepMessages " ,
9494 " emoji" : undefined ,
9595 " label" : " Don't delete messages" ,
9696 " style" : 4 ,
@@ -116,7 +116,7 @@ exports[`Banning spammer in other channels Asks for confirmation if not in autom
116116 ],
117117 " content" : " Would you like to delete messages from the user being banned?" ,
118118 " ephemeral" : true ,
119- " withReponse " : true ,
119+ " withResponse " : true ,
120120}
121121` ;
122122
@@ -133,7 +133,7 @@ exports[`Banning spammer in other channels Bans user and deletes their messages
133133 {
134134 " components" : [
135135 {
136- " custom_id" : " dontDeleteMessages " ,
136+ " custom_id" : " keepMessages " ,
137137 " emoji" : undefined ,
138138 " label" : " Don't delete messages" ,
139139 " style" : 4 ,
@@ -159,7 +159,7 @@ exports[`Banning spammer in other channels Bans user and deletes their messages
159159 ],
160160 " content" : " Would you like to delete messages from the user being banned?" ,
161161 " ephemeral" : true ,
162- " withReponse " : true ,
162+ " withResponse " : true ,
163163}
164164` ;
165165
@@ -176,7 +176,7 @@ exports[`Banning spammer in other channels Bans user and does not delete their m
176176 {
177177 " components" : [
178178 {
179- " custom_id" : " dontDeleteMessages " ,
179+ " custom_id" : " keepMessages " ,
180180 " emoji" : undefined ,
181181 " label" : " Don't delete messages" ,
182182 " style" : 4 ,
@@ -202,7 +202,7 @@ exports[`Banning spammer in other channels Bans user and does not delete their m
202202 ],
203203 " content" : " Would you like to delete messages from the user being banned?" ,
204204 " ephemeral" : true ,
205- " withReponse " : true ,
205+ " withResponse " : true ,
206206}
207207` ;
208208
@@ -212,7 +212,7 @@ exports[`Banning spammer in other channels Cancels the action if the cancel butt
212212 {
213213 " components" : [
214214 {
215- " custom_id" : " dontDeleteMessages " ,
215+ " custom_id" : " keepMessages " ,
216216 " emoji" : undefined ,
217217 " label" : " Don't delete messages" ,
218218 " style" : 4 ,
@@ -238,7 +238,7 @@ exports[`Banning spammer in other channels Cancels the action if the cancel butt
238238 ],
239239 " content" : " Would you like to delete messages from the user being banned?" ,
240240 " ephemeral" : true ,
241- " withReponse " : true ,
241+ " withResponse " : true ,
242242}
243243` ;
244244
@@ -248,7 +248,7 @@ exports[`Banning spammer in other channels Cancels the action if the response ti
248248 {
249249 " components" : [
250250 {
251- " custom_id" : " dontDeleteMessages " ,
251+ " custom_id" : " keepMessages " ,
252252 " emoji" : undefined ,
253253 " label" : " Don't delete messages" ,
254254 " style" : 4 ,
@@ -274,7 +274,7 @@ exports[`Banning spammer in other channels Cancels the action if the response ti
274274 ],
275275 " content" : " Would you like to delete messages from the user being banned?" ,
276276 " ephemeral" : true ,
277- " withReponse " : true ,
277+ " withResponse " : true ,
278278}
279279` ;
280280
0 commit comments