本コードは、withUプロジェクトのdiscordサーバーのマネジメントを支援するBOTとして作成されました。
git clone https://github.com/Hoshimikan6490/withU-discord-bot.git
npm i
# Discord Bot Token
bot_token=YOUR_DISCORD_BOT_TOKEN_HERE
# 使うDiscordサーバーのIDをarrayで列挙
activeGuildIDs=["0123456789"]
# コンソール用のテキストチャットのチャンネルIDを記入
consoleChannelID=0123456789
# このアプリの起動に使うポートを指定。何も書かないと8000番が使われる。
PORT=8080
# SentryのDSN(TOKENのようなもの)
sentryDSN=https://public@sentry.example.com/1
use this command.
npm run main