Discord.js v13でBotを作る際のテンプレート
The template for Version13 Discord.js Bot With EvalCommand and SlashCommand :)
- Botを
applications.commands
スコープ付きで導入 BOT_TOKEN
という環境変数にBotのTOKENを入れるnpx node register.js コマンドを使うサーバーID
を実行npx node index.js
でBot実行
- Invite your BotClient to your any guilds with
Bot
andapplication.commands
permissions. - Insert the Token to
BOT_TOKEN
enviroment variables. - Run
npx node register.js GuildID
in shell. - Run
npx node index.js
in shell.
使い方 3.のサーバーIDはGuildCommandとして設定するためのものです。GlobalCommandとして登録する場合は空欄にしてください。
The "GuildID" of Step3 value is for setting up GuilsCommand. Please put it blank when you want setup GlobalCommand.