Skip to content

Commit

Permalink
update discord example README
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Aug 31, 2024
1 parent 840c200 commit c15a0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/discord-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In another session:
use xs2.nu *
"websocat "wss://gateway.discord.gg/?v=8&encoding=json" --ping-interval 5 --ping-timeout 10 -E -t | lines" |
.append discord.spawn --meta {discord" duplex: true}
.append discord.spawn --meta {duplex: true}
open examples/discord-bot/beat.nu | .append "discord.heartbeat.register" --meta {
stateful: true
Expand Down

0 comments on commit c15a0db

Please sign in to comment.