From 55dd197004d60b4dee81964cd2aaa775641d0b31 Mon Sep 17 00:00:00 2001 From: eyemono-moe Date: Fri, 17 May 2024 08:54:13 +0900 Subject: [PATCH 1/2] add .env.example --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c0c1526 --- /dev/null +++ b/.env.example @@ -0,0 +1,8 @@ +# see: https://ns.trap.jp/apps/0765eb937f27fdc377eec1/settings/envVars +DISCORD_CLIENT_ID= #NeoShowcaseと同じ +DISCORD_CLIENT_SECRET= #NeoShowcaseと同じ +DISCORD_CLIENT_REDIRECT_URI="http://localhost:8080/api/auth/callback" +DISCORD_SERVER_ID= #NeoShowcaseと同じ +DISCORD_BOT_TOKEN= #NeoShowcaseと同じ +DISCORD_NORMAL_PARTICIPANT_ROLE_ID= #NeoShowcaseと同じ +DISCORD_EXHIBITOR_PARTICIPANT_ROLE_ID= #NeoShowcaseと同じ \ No newline at end of file From 489455adc83542d2c9d12bbb03b4dca81611e78f Mon Sep 17 00:00:00 2001 From: pikachu0310 Date: Tue, 21 May 2024 11:51:17 +0900 Subject: [PATCH 2/2] =?UTF-8?q?:bug:=20=E6=8A=9C=E3=81=91=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=20DISCORD=5FBOT=5FCHANNEL=5FID=20=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c0c1526..42e1fe6 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,9 @@ # see: https://ns.trap.jp/apps/0765eb937f27fdc377eec1/settings/envVars +DISCORD_BOT_CHANNEL_ID= #NeoShowcaseと同じ DISCORD_CLIENT_ID= #NeoShowcaseと同じ DISCORD_CLIENT_SECRET= #NeoShowcaseと同じ DISCORD_CLIENT_REDIRECT_URI="http://localhost:8080/api/auth/callback" DISCORD_SERVER_ID= #NeoShowcaseと同じ DISCORD_BOT_TOKEN= #NeoShowcaseと同じ DISCORD_NORMAL_PARTICIPANT_ROLE_ID= #NeoShowcaseと同じ -DISCORD_EXHIBITOR_PARTICIPANT_ROLE_ID= #NeoShowcaseと同じ \ No newline at end of file +DISCORD_EXHIBITOR_PARTICIPANT_ROLE_ID= #NeoShowcaseと同じ