From c8a24680f4f8c14b6dcbc06313a670273f38bc09 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:16:24 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 722424e..56a321e 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # chatapp +Chat application with integration to discord for webpages. mainly for my own business use but can be adapted to work with anyones setup. I may make it more complex in terms of functionality or less complex for people using it if they need. + +all variables are controlled with .env + +required variables: +TOKEN={discordbot token} +THREADCHANNEL={Channel id that you want the bot to create threads in} +MODEROLE={Moderator role to pick person from to add to the chat} From fbc7db66e87383d0227d9596972a2a555ae48785 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:17:25 +1000 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56a321e..9640475 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Chat application with integration to discord for webpages. mainly for my own bus all variables are controlled with .env required variables: -TOKEN={discordbot token} -THREADCHANNEL={Channel id that you want the bot to create threads in} -MODEROLE={Moderator role to pick person from to add to the chat} +`TOKEN={discordbot token}` +`THREADCHANNEL={Channel id that you want the bot to create threads in}` +`MODEROLE={Moderator role to pick person from to add to the chat}`