diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-03 14:41:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-03 14:41:11 -0500 |
| commit | 83f9a7b14bfb2fc90044d2809485b1c0a39cc841 (patch) | |
| tree | 01472f7164fa1e3e5c9eae0570d71ff1b52ce751 /src/wasp-twitch-chat-commands.el | |
| parent | 6628a49b953842a3c358bdf3f5e45284480db0c3 (diff) | |
Update
Diffstat (limited to 'src/wasp-twitch-chat-commands.el')
| -rw-r--r-- | src/wasp-twitch-chat-commands.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasp-twitch-chat-commands.el b/src/wasp-twitch-chat-commands.el index f55355fa..793ab374 100644 --- a/src/wasp-twitch-chat-commands.el +++ b/src/wasp-twitch-chat-commands.el @@ -32,6 +32,7 @@ (format "@%s that is a roguelike :3" user) (format "@%s that's not a roguelike" user))))) (cons "arch btw" (lambda (_ _) (w/twitch-say "I use nix btw"))) + (cons "!advent" (lambda (_ _) (w/twitch-say "Join our private leaderboard: 3307583-b61f237c"))) (cons "!discord" (lambda (_ _) (w/twitch-say "https://discord.gg/f4JTbgN7St"))) (cons "discord IRC" (lambda (_ _) (w/twitch-say "https://discord.gg/f4JTbgN7St"))) (cons "discord irc" (lambda (_ _) (w/twitch-say "https://discord.gg/f4JTbgN7St"))) |
