File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/commands/prefixed/image Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export interface CommandArgs {
16
16
17
17
export const COMMAND_NAME = 'gif seesaw' ;
18
18
19
- export default class GifSeeSawCommand extends BaseImageCommand < Formatter . Commands . ImageGifReverse . CommandArgs > {
19
+ export default class GifSeeSawCommand extends BaseImageCommand < Formatter . Commands . ImageGifSeeSaw . CommandArgs > {
20
20
constructor ( client : CommandClient ) {
21
21
super ( client , {
22
22
name : COMMAND_NAME ,
@@ -33,7 +33,7 @@ export default class GifSeeSawCommand extends BaseImageCommand<Formatter.Command
33
33
} ) ;
34
34
}
35
35
36
- async run ( context : Command . Context , args : Formatter . Commands . ImageGifReverse . CommandArgs ) {
37
- return Formatter . Commands . ImageGifReverse . createMessage ( context , args ) ;
36
+ async run ( context : Command . Context , args : Formatter . Commands . ImageGifSeeSaw . CommandArgs ) {
37
+ return Formatter . Commands . ImageGifSeeSaw . createMessage ( context , args ) ;
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments