From d3e0955ddca23bd320a7fd4afc1e1b313dc0db04 Mon Sep 17 00:00:00 2001 From: evanwashere Date: Tue, 5 Jul 2022 12:16:52 -0400 Subject: more examples --- examples/discord-interactions/commands/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/discord-interactions/commands/hello.js') 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) { -- cgit v1.2.3