File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
src/commands/prefixed/fun Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 1
1
import { Command , CommandClient } from 'detritus-client' ;
2
2
3
- < < < << << Updated upstream
4
- import { CDN } from '../../../api/endpoints' ;
5
- import { CommandCategories } from '../../../constants' ;
6
- import { editOrReply } from '../../../utils' ;
7
- === === =
8
3
import { CommandCategories } from '../../../constants' ;
9
4
import { Formatter } from '../../../utils' ;
10
- >>> >>> > Stashed changes
11
5
12
6
import { BaseCommand } from '../basecommand' ;
13
7
14
8
15
9
export const COMMAND_NAME = 'b1' ;
16
10
17
11
export default class B1Command extends BaseCommand {
18
- < << << << Updated upstream
19
- constructor ( client : CommandClient ) {
20
- super ( client , {
21
- name : COMMAND_NAME ,
22
-
23
- metadata : {
24
- description : 'cool' ,
25
- examples : [
26
- COMMAND_NAME ,
27
- ] ,
28
- category : CommandCategories . FUN ,
29
- usage : '' ,
30
- } ,
31
- } ) ;
32
- }
33
-
34
- async run ( context : Command . Context ) {
35
- return editOrReply (
36
- context ,
37
- CDN . COMMAND_ASSETS_B1 ,
38
- ) ;
39
- }
40
- === === =
41
12
constructor ( client : CommandClient ) {
42
13
super ( client , {
43
14
name : COMMAND_NAME ,
@@ -57,5 +28,4 @@ export default class B1Command extends BaseCommand {
57
28
run ( context : Command . Context , args : Formatter . Commands . FunB1 . CommandArgs ) {
58
29
return Formatter . Commands . FunB1 . createMessage ( context , args ) ;
59
30
}
60
- > >>> >>> Stashed changes
61
31
}
You can’t perform that action at this time.
0 commit comments