0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

discord.jsで複数のスラッシュコマンドを作成

0
Last updated at Posted at 2025-05-27

2023年春執筆(大学1年)

環境準備

Node.jsがインストールされている前提。

適当なフォルダを作って、そのフォルダへ移動する。

npm init -y

このコマンドでpackage.jsonを作成する。

npm install discord.js

discord.jsをインストール。

同じディレクトリに、メインとして使うindex.jsとトークンなどを書いておくconfig.jsonを作成。

複数のスラッシュコマンドを作成したかったが、日本語の情報がなかったので備忘録を兼ねて

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?