Note
For instructions on how to use it, please check "Usage" below.
使い方は、下の「Usage / 使い方」をご確認ください
Template for those who want to use discord.js
discord.jsを使いたい人のためのテンプレート
File Name / ファイル名 | Description / 説明 |
---|---|
.env |
environmental variables 環境変数 |
package.json |
package metadata パッケージメタデータ |
LICENSE |
License (copyright information) ライセンス(著作権情報) |
.vscode/settings.json |
Visual Studio Code Settings / 設定 |
Command / コマンド | Description / 説明 |
---|---|
npm run start |
launch the bot ボットを起動します |
variables name / 変数名 | Description / 説明 |
---|---|
DISCORD_TOKEN |
bot token |
BOT_ADMINS |
bot administrators (separated by commas) / ボット管理者(カンマ(,)で複数指定) |
EMBED_COLOR_SUCCESS |
Coloring embedded messages in case of successes / 成功の場合の埋め込みメッセージのカラーリング |
EMBED_COLOR_ERROR |
Coloring embedded messages in case of errors / エラーの場合の埋め込みメッセージのカラーリング |
DEBUG_CHANNEL_ID |
Channel notification destination when an error occurs / エラーが発生した際のチャンネル通知先 |
- run
npm install
- edit
DISCORD_TOKEN
andBOT_ADMINS
in file:.env
- run
npm run start
Command / コマンド | Description / 説明 |
---|---|
/ping |
return "pong" |
/sudo eval |
run script |