Skip to content

Commit

Permalink
fix: Generated command comportnent code has error
Browse files Browse the repository at this point in the history
  • Loading branch information
Allianaab2m committed Jan 17, 2022
1 parent e4a1c4c commit 2c48240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/listener.ts.sapphire
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "category": "listeners" }
---
import { ApplyOptions } from '@sapphire/decorators';
import { Listener, ListenerOptions } from '@sapphire/framework';
import type { Listener, ListenerOptions } from '@sapphire/framework';

@ApplyOptions<ListenerOptions>({})
export class UserEvent extends Listener {
Expand Down

0 comments on commit 2c48240

Please sign in to comment.