disunday 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Disunday is a Discord bot that lets you control [OpenCode](https://opencode.ai)
|
|
|
15
15
|
## Quick Start
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npx disunday
|
|
18
|
+
npx disunday@latest
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
The CLI will guide you through:
|
|
@@ -29,7 +29,7 @@ The CLI will guide you through:
|
|
|
29
29
|
Copy this prompt to your AI coding agent (Claude Code, Cursor, OpenCode, etc.):
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
Set up Disunday Discord bot for me by running `npx disunday`.
|
|
32
|
+
Set up Disunday Discord bot for me by running `npx disunday@latest`.
|
|
33
33
|
|
|
34
34
|
The CLI will guide me through Discord bot setup, but help me with:
|
|
35
35
|
- Creating a Discord bot at https://discord.com/developers/applications
|
|
@@ -606,7 +606,7 @@ When you switch agents in a session thread, the thread name is updated with the
|
|
|
606
606
|
|
|
607
607
|
## Sponsors
|
|
608
608
|
|
|
609
|
-
<a href="https://redimo.dev"><img src="https://redimo.dev/logo.png" alt="Redimo" height="40"></a>
|
|
609
|
+
<a href="https://redimo.dev"><img src="https://www.redimo.dev/logo/logo.png" alt="Redimo" height="40"></a>
|
|
610
610
|
|
|
611
611
|
## Credits
|
|
612
612
|
|