aboutsummaryrefslogtreecommitdiff
path: root/examples/discord-interactions/commands/hello.js
diff options
context:
space:
mode:
authorGravatar evanwashere <github@evan.lol> 2022-07-05 12:16:52 -0400
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-07-05 09:26:58 -0700
commitd3e0955ddca23bd320a7fd4afc1e1b313dc0db04 (patch)
treef762cdd39122d02b8332dffb8241436ecdcc6313 /examples/discord-interactions/commands/hello.js
parent5d4fbf7f020ed7134b4f447a8119e5a3718fcbb0 (diff)
downloadbun-d3e0955ddca23bd320a7fd4afc1e1b313dc0db04.tar.gz
bun-d3e0955ddca23bd320a7fd4afc1e1b313dc0db04.tar.zst
bun-d3e0955ddca23bd320a7fd4afc1e1b313dc0db04.zip
more examples
Diffstat (limited to 'examples/discord-interactions/commands/hello.js')
-rw-r--r--examples/discord-interactions/commands/hello.js2
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) {