From 18eaec13e2854129bc00abac34324df22f07d8d9 Mon Sep 17 00:00:00 2001 From: Skitbet <54096334+Skitbet@users.noreply.github.com> Date: Tue, 2 May 2023 21:03:24 -0700 Subject: [PATCH 1/2] Added create your own Discord Bot with java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91de803..7e7e318 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ It's a great way to learn. * [**Go**: _Building Blockchain in Go_](https://jeiwan.net/posts/building-blockchain-in-go-part-1/) * [**Go**: _Code your own blockchain in less than 200 lines of Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc) * [**Java**: _Creating Your First Blockchain with Java_](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa) +* [**Java**: Create a Discord Bot with Java ](https://jda.wiki/introduction/jda/) * [**JavaScript**: _A cryptocurrency implementation in less than 1500 lines of code_](https://github.com/conradoqg/naivecoin) * [**JavaScript**: _Build your own Blockchain in JavaScript_](https://github.com/nambrot/blockchain-in-js) * [**JavaScript**: _Learn & Build a JavaScript Blockchain_](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e) From 6185a67cd94b498a87809009282ceab4039c752c Mon Sep 17 00:00:00 2001 From: Skitbet <54096334+Skitbet@users.noreply.github.com> Date: Tue, 2 May 2023 21:04:01 -0700 Subject: [PATCH 2/2] Added create a discord bot with java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7e318..6c5bbea 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ It's a great way to learn. * [**Go**: _Building Blockchain in Go_](https://jeiwan.net/posts/building-blockchain-in-go-part-1/) * [**Go**: _Code your own blockchain in less than 200 lines of Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc) * [**Java**: _Creating Your First Blockchain with Java_](https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa) -* [**Java**: Create a Discord Bot with Java ](https://jda.wiki/introduction/jda/) * [**JavaScript**: _A cryptocurrency implementation in less than 1500 lines of code_](https://github.com/conradoqg/naivecoin) * [**JavaScript**: _Build your own Blockchain in JavaScript_](https://github.com/nambrot/blockchain-in-js) * [**JavaScript**: _Learn & Build a JavaScript Blockchain_](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e) @@ -98,6 +97,7 @@ It's a great way to learn. * [**Haskell**: _Roll your own IRC bot_](https://wiki.haskell.org/Roll_your_own_IRC_bot) * [**Java**: _How To Make a Scary Russian Twitter Bot With Java_](https://medium.com/@SeloSlav/how-to-make-a-scary-russian-twitter-bot-with-java-b7b62768a3ac) +* [**Java**: Create a Discord Bot with Java ](https://jda.wiki/introduction/jda/) * [**Node.js**: _Creating a Simple Facebook Messenger AI Bot with API.ai in Node.js_](https://tutorials.botsfloor.com/creating-a-simple-facebook-messenger-ai-bot-with-api-ai-in-node-js-50ae2fa5c80d) * [**Node.js**: _How to make a responsive telegram bot_](https://www.sohamkamani.com/blog/2016/09/21/making-a-telegram-bot/) * [**Node.js**: _Create a Discord bot_](https://discordjs.guide/)