From 58fd11a56154aa8f86d9a6348e0f356c487f83d9 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 16 Oct 2022 12:02:10 +0200 Subject: [PATCH] [AB-xx] upgrade to JDA 5.0.0-alpha.21 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 771a4664f..3a746eeaf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An example implementation of this bot can be seen [here](https://github.com/Shel ## Technologies -* [JDA](https://github.com/DV8FromTheWorld/JDA/) The Discord API Wrapper in the version 4.3.0_315 +* [JDA](https://github.com/DV8FromTheWorld/JDA/) The Discord API Wrapper in the version 5.0.0-alpha.21 * [Spring boot](https://github.com/spring-projects/spring-boot) is used as a framework to create standalone application in Java with Java EE methods. (including Dependency injection and more) * [Hibernate](https://github.com/hibernate/hibernate-orm) is used as a reference implementation of JPA. * [Freemarker](https://github.com/apache/freemarker) is used as a templating engine. This is used to provide internationalization for user facing text and enable dynamic embed configuration.