File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " not-supportmail" ,
3
3
"private" : true ,
4
- "version" : " 1.14.2 " ,
4
+ "version" : " 1.14.3 " ,
5
5
"description" : " SupportMail Management Bot" ,
6
6
"main" : " ./dist/index.js" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change @@ -111,12 +111,6 @@ export default {
111
111
)
112
112
. setRequired ( true )
113
113
. setChoices ( ...STATUS_CHOICES ( false ) )
114
- )
115
- . addBooleanOption ( ( op ) =>
116
- op
117
- . setName ( "ping" )
118
- . setDescription ( "Whether to ping the role" )
119
- . setRequired ( false )
120
114
) ;
121
115
122
116
if ( isBetterStackEnabled ( ) ) {
@@ -141,6 +135,12 @@ export default {
141
135
) ;
142
136
}
143
137
138
+ sub . addBooleanOption ( ( op ) =>
139
+ op
140
+ . setName ( "ping" )
141
+ . setDescription ( "Whether to ping the role" )
142
+ . setRequired ( false )
143
+ ) ;
144
144
return sub ;
145
145
} )
146
146
. addSubcommand ( ( sub ) => {
You can’t perform that action at this time.
0 commit comments