Skip to content

Commit 8a7fcd0

Browse files
committed
Fixing some in-line formatting
1 parent 448c763 commit 8a7fcd0

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

slash.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function updateCommands(GlobalCommandRepository $commands): void
120120
[
121121
'name' => 'ckey',
122122
'description' => 'Byond.com username',
123-
'type' => 3,
123+
'type' => 3,
124124
'required' => true,
125125
]
126126
]
@@ -136,19 +136,19 @@ public function updateCommands(GlobalCommandRepository $commands): void
136136
[
137137
'name' => 'ckey',
138138
'description' => 'The byond username being banned',
139-
'type' => 3,
139+
'type' => 3,
140140
'required' => true,
141141
],
142142
[
143143
'name' => 'duration',
144144
'description' => 'How long to ban the user for (e.g. 999 years)',
145-
'type' => 3,
145+
'type' => 3,
146146
'required' => true,
147147
],
148148
[
149149
'name' => 'reason',
150150
'description' => 'Why the user is being banned',
151-
'type' => 3,
151+
'type' => 3,
152152
'required' => true,
153153
],
154154
]
@@ -178,13 +178,13 @@ public function updateCommands(GlobalCommandRepository $commands): void
178178
[
179179
'name' => 'ckey',
180180
'description' => 'Byond username (or Discord ID)',
181-
'type' => 3,
181+
'type' => 3,
182182
'required' => true,
183183
],
184184
[
185185
'name' => 'team',
186186
'description' => 'Team to assign the user to',
187-
'type' => 3,
187+
'type' => 3,
188188
'required' => true,
189189
'choices' => [
190190
[
@@ -335,14 +335,14 @@ public function updateCommands(GlobalCommandRepository $commands): void
335335
[
336336
'name' => 'server',
337337
'description' => 'Which server to look up rankings for',
338-
'type' => 3,
338+
'type' => 3,
339339
'required' => true,
340340
'choices' => $server_choices
341341
],
342342
[
343343
'name' => 'ckey',
344344
'description' => 'Byond.com username',
345-
'type' => 3,
345+
'type' => 3,
346346
'required' => false
347347
]
348348
]
@@ -357,7 +357,7 @@ public function updateCommands(GlobalCommandRepository $commands): void
357357
[
358358
'name' => 'server',
359359
'description' => 'Which server to look up rankings for',
360-
'type' => 3,
360+
'type' => 3,
361361
'required' => true,
362362
'choices' => $server_choices
363363
]
@@ -378,7 +378,7 @@ public function updateCommands(GlobalCommandRepository $commands): void
378378
[
379379
'name' => 'ckey',
380380
'description' => 'Byond.com username',
381-
'type' => 3,
381+
'type' => 3,
382382
'required' => true,
383383
]
384384
]

0 commit comments

Comments
 (0)