From 271a84307937e9bda650eb49ba3cfc35c604365e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 27 May 2020 05:57:11 -0400 Subject: [PATCH] content(resources): update bot development resources --- .../resources/topic/bot-development/intro.md | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/content/resources/topic/bot-development/intro.md b/src/content/resources/topic/bot-development/intro.md index 6e89d14..5535da7 100644 --- a/src/content/resources/topic/bot-development/intro.md +++ b/src/content/resources/topic/bot-development/intro.md @@ -5,6 +5,23 @@ created_at: 2020/04/20 title: Bot Development --- -###### About +###### JavaScript -In TPH, we employ the use of various Discord bots to help with a myriad of tasks such as moderation and managing embeds. +- [discord.js Docs](https://discord.js.org/#/docs/main/stable/general/welcome) +- [discord.js Guide](https://discordjs.guide/) +- [An Idiot's Guide](https://anidiots.guide/) + +- [Akairo (framework)](https://github.com/discord-akairo/discord-akairo) +- [Commando (Command handler)](https://github.com/discordjs/Commando) + +###### Python + +- [discord.py Docs](https://discordpy.readthedocs.io/en/latest/) + +###### Java + +- [JDA](https://github.com/DV8FromTheWorld/JDA/wiki) + +###### Kotlin + +- [KUtils](https://gitlab.com/Aberrantfox/KUtils/-/wikis/home)