Skip to content

Commit b3d8c34

Browse files
authored
Update b1.ts
1 parent d8c46ff commit b3d8c34

File tree

1 file changed

+0
-30
lines changed
  • src/commands/prefixed/fun

1 file changed

+0
-30
lines changed

src/commands/prefixed/fun/b1.ts

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,14 @@
11
import { Command, CommandClient } from 'detritus-client';
22

3-
<<<<<<< Updated upstream
4-
import { CDN } from '../../../api/endpoints';
5-
import { CommandCategories } from '../../../constants';
6-
import { editOrReply } from '../../../utils';
7-
=======
83
import { CommandCategories } from '../../../constants';
94
import { Formatter } from '../../../utils';
10-
>>>>>>> Stashed changes
115

126
import { BaseCommand } from '../basecommand';
137

148

159
export const COMMAND_NAME = 'b1';
1610

1711
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-
=======
4112
constructor(client: CommandClient) {
4213
super(client, {
4314
name: COMMAND_NAME,
@@ -57,5 +28,4 @@ export default class B1Command extends BaseCommand {
5728
run(context: Command.Context, args: Formatter.Commands.FunB1.CommandArgs) {
5829
return Formatter.Commands.FunB1.createMessage(context, args);
5930
}
60-
>>>>>>> Stashed changes
6131
}

0 commit comments

Comments
 (0)