You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Kotlin users who are looking to build highly reactive, or interactive bots, you may be interested in our new rendering mechanism
41
-
called [Nexus.R], read more at [GitHub Wiki](https://github.com/ShindouMihou/Nexus/wiki/Nexus.R).
40
+
For Kotlin users looking to create interactive or highly reactive bots, you may be interested in checking our web development-inspired
41
+
rendering mechanism called [Reakt.Discord](https://github.com/ShindouMihou/reakt.discord) which has states, reactivity and many more cool
42
+
things that will help you build a bot super quickly!
42
43
43
44
## Getting Started
44
45
@@ -56,7 +57,7 @@ Nexus is used in production by Discord bots, such as:
56
57
-[Beemo](https://beemo.gg): An anti-raid Discord bot that prevents raids on many large servers.
57
58
-[Amelia-chan](https://github.com/Amelia-chan/Amelia): A simple RSS Discord bot for the novel site, ScribbleHub.
58
59
-[Threadscore](https://threadscore.mihou.pw): Gamifying Q&A for Discord.
59
-
-[Flyght](https://flyght.mihou.pw): Adds Know-Your-Member to Discord. Powered by [Nexus.R](https://github.com/ShindouMihou/Nexus/wiki/Nexus.R/).
60
+
-[Flyght](https://flyght.mihou.pw): Adds Know-Your-Member to Discord. Powered together with [Reakt.Discord](https://github.com/ShindouMihou/reakt.discord).
60
61
61
62
If you want to add your bot to the list, feel free to add it by creating a pull request!
62
63
@@ -65,7 +66,6 @@ Nexus was created from the ground up to power Discord bots with a simplistic yet
65
66
on performance, allowing developers to build their Discord bots fast and clean.
66
67
-[x]**Object-based commands**
67
68
-[x]**Object-based context menus**
68
-
-[x]**Supports an innovative, React+Svelte-like Rendering Mechanism**
0 commit comments