From aa13bda78008966eb3cafb25ac626ce62f32c997 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 16:40:16 -0500 Subject: [PATCH 1/7] badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ebdd5..213eec1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you're still learning and want the badge, follow the instructions below! - Go to the bot tab and generate a bot account for the application - Click the "Reset Token" button to generate a token (if you have 2fa enabled, you'll need your code) - Copy the token to your clipboard -- Click this badge to clone this repo to a new repl in Replit -> +- Click this badge to clone this repo to a new repl in Replit -> [![Run on Repl.it](https://replit.com/badge/github/hackermondev/discord-active-developer)](https://replit.com/new/github/hackermondev/discord-active-developer) - You will be redirected to Replit, you might have to create an account (you can Register with Google) - Wait for the repo has finished cloning and the repl to full connect - Click the green "Run" button at the top From 3bf8618995b8ef66367471652f2d41a5e5ee2b4f Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 16:41:53 -0500 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213eec1..ed34814 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ If you're still learning and want the badge, follow the instructions below! - Create a new discord server (you can delete it at the end) - Use this invite link to add the application to the server: (replace ``{applicationid}`` with what you copied) ``https://discord.com/oauth2/authorize?client_id={applicationid}&scope=bot%20applications.commands&permissions=105227086912`` - In the server, go to a channel and use the ``/ping`` command on the bot -- Go to the page and register everything +- Go to the page and register everything (**if it says you're not eligbile, it's because you're not registered in their system yet. you might have to wait up to 24 hours**) - Congrats on that shiny new badge From f1afab335b8f6022881bd60ce1c977415c7b9dc2 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 16:45:40 -0500 Subject: [PATCH 3/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed34814..4a0be3d 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ If you're still learning and want the badge, follow the instructions below! - In the server, go to a channel and use the ``/ping`` command on the bot - Go to the page and register everything (**if it says you're not eligbile, it's because you're not registered in their system yet. you might have to wait up to 24 hours**) - Congrats on that shiny new badge + + +If you're encounting any issues, [create a new GitHub issue](https://github.com/hackermondev/discord-active-developer/issues) From e9fe95901e3b17c94f2763e8479dfff94e08ede0 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 17:16:33 -0500 Subject: [PATCH 4/7] npm install --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index 64d8a7f..18c89cb 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ onBoot="npm install" -run = "node --no-warnings ." +run = "npm install && node --no-warnings ." [nix] channel = "stable-21_11" From 6b68b379a1eb1752da236ca611db3a4c7e2cd337 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 19:31:00 -0500 Subject: [PATCH 5/7] discord --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a0be3d..738a5f2 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ If you're still learning and want the badge, follow the instructions below! - Congrats on that shiny new badge -If you're encounting any issues, [create a new GitHub issue](https://github.com/hackermondev/discord-active-developer/issues) +If you're encounting any issues, [create a new GitHub issue](https://github.com/hackermondev/discord-active-developer/issues) or DM me on Discord ``hackermon#3582`` From 8b22b99d7e750a2a5bb9212470e882df1f32d632 Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 19:32:49 -0500 Subject: [PATCH 6/7] spelling issue (thanks @TheRedXD) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 738a5f2..0206ed2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you're still learning and want the badge, follow the instructions below! - Create a new discord server (you can delete it at the end) - Use this invite link to add the application to the server: (replace ``{applicationid}`` with what you copied) ``https://discord.com/oauth2/authorize?client_id={applicationid}&scope=bot%20applications.commands&permissions=105227086912`` - In the server, go to a channel and use the ``/ping`` command on the bot -- Go to the page and register everything (**if it says you're not eligbile, it's because you're not registered in their system yet. you might have to wait up to 24 hours**) +- Go to the page and register everything (**if it says you're not eligible, it's because you're not registered in their system yet. you might have to wait up to 24 hours**) - Congrats on that shiny new badge From 736e5c4865704fa9efbb9bc954b5818ac1b741ee Mon Sep 17 00:00:00 2001 From: hackermon Date: Thu, 10 Nov 2022 19:39:32 -0500 Subject: [PATCH 7/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0206ed2..2fa6a00 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ If you're still learning and want the badge, follow the instructions below! - Wait for the repo has finished cloning and the repl to full connect - Click the green "Run" button at the top - Go to the console (big black square on the right) and paste in the token you copied earlier (**Note**: ``CTRL + V`` won't work, you'll need to do ``CTRL + Shift + V`` or right-click and click paste +- Press the 'Enter' button - Wait for it to print 'DONE' in the console, **DON'T STOP THE PROGRAM OR CLOSE THE TAB YET** - Go back to the application page, go to the "General Information" tab, scroll down and copy application id - Create a new discord server (you can delete it at the end)