From dd00b68a0dd865c4fe77971ca0c08581918a3876 Mon Sep 17 00:00:00 2001 From: Andy Gayton Date: Tue, 12 Nov 2024 13:14:08 -0500 Subject: [PATCH] Update README.md --- examples/discord-bot/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/examples/discord-bot/README.md b/examples/discord-bot/README.md index 72f116a..6281f41 100644 --- a/examples/discord-bot/README.md +++ b/examples/discord-bot/README.md @@ -47,3 +47,12 @@ open examples/discord-bot/handler-heartbeat.nu | # to enable a `./roll d` command open examples/discord-bot/handler-roller.nu | .append "discord.roller.register" ``` + +### run through + +This is a presentation I gave at the [Creative Code Toronto](https://www.meetup.com/creative-code-toronto/) [Sep '24 meetup](https://www.meetup.com/creative-code-toronto/events/303276625/?eventOrigin=group_events_list) + + + +- [slides](https://cablehead.github.io/creative-codie/) +- [video](https://www.youtube.com/watch?v=Y2rsm5ohDrg&list=PL_YfqG2SCOAK52A4VQ7r7m9laijKSbmUB&index=2)