diff options
Diffstat (limited to 'examples/discord-interactions/commands/hello.js')
-rw-r--r-- | examples/discord-interactions/commands/hello.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/discord-interactions/commands/hello.js b/examples/discord-interactions/commands/hello.js index df94931ff..b72051724 100644 --- a/examples/discord-interactions/commands/hello.js +++ b/examples/discord-interactions/commands/hello.js @@ -1,4 +1,4 @@ -const { SlashCommand, CommandOptionType } = require('slash-create'); +import { SlashCommand, CommandOptionType } from 'slash-create'; export default class HelloCommand extends SlashCommand { constructor(creator) { |