Skip to content

Commit edee421

Browse files
authored
Remove Nexus.R to separate it into its own library. (#21)
* feat: extract Nexus.R to Reakt.Discord * feat: remove more traces of Nexus.R * feat: update README to remove Nexus.R * remove: examples of `nexus.r`
1 parent 94a9d2c commit edee421

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+8
-2709
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ object ReportUserContextMenu: NexusUserContextMenu() {
3737
}
3838
```
3939

40-
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!
4243

4344
## Getting Started
4445

@@ -56,7 +57,7 @@ Nexus is used in production by Discord bots, such as:
5657
- [Beemo](https://beemo.gg): An anti-raid Discord bot that prevents raids on many large servers.
5758
- [Amelia-chan](https://github.com/Amelia-chan/Amelia): A simple RSS Discord bot for the novel site, ScribbleHub.
5859
- [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).
6061

6162
If you want to add your bot to the list, feel free to add it by creating a pull request!
6263

@@ -65,7 +66,6 @@ Nexus was created from the ground up to power Discord bots with a simplistic yet
6566
on performance, allowing developers to build their Discord bots fast and clean.
6667
- [x] **Object-based commands**
6768
- [x] **Object-based context menus**
68-
- [x] **Supports an innovative, React+Svelte-like Rendering Mechanism**
6969
- [x] **Middlewares, Afterwares**
7070
- [x] **Supports auto-deferring of responses**
7171
- [x] **Flexible command synchronization system**

examples/nexus.r/ContextMenu.kt

-43
This file was deleted.

examples/nexus.r/Interaction.kt

-58
This file was deleted.

examples/nexus.r/MessageEvent.kt

-39
This file was deleted.

examples/nexus.r/README.md

-31
This file was deleted.

examples/nexus.r/SlashCommand.kt

-39
This file was deleted.

examples/nexus.r/[1]_passing_state/PassingState.kt

-73
This file was deleted.

examples/nexus.r/[1]_passing_state/README.md

-8
This file was deleted.

examples/nexus.r/[2]_components/Component.kt

-57
This file was deleted.

0 commit comments

Comments
 (0)