https://github.com/no-defun-allowed/freddie-laker
Low-effort high-reliability (hopefully) Discord bot API for Common Lisp
https://github.com/no-defun-allowed/freddie-laker
Last synced: 2 months ago
JSON representation
Low-effort high-reliability (hopefully) Discord bot API for Common Lisp
- Host: GitHub
- URL: https://github.com/no-defun-allowed/freddie-laker
- Owner: no-defun-allowed
- Created: 2023-03-01T22:20:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T08:09:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T05:47:20.637Z (4 months ago)
- Language: Common Lisp
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freddie Laker
Enough of a Discord API to run [Bakerposting](https://github.com/no-defun-allowed/Bakerposting)
and no more. Trying to keep it reliable enough to run on a server with
shaky connections without manual intervention.No threads are created or destroyed outside websocket-driver -- speaking of, use
[this fork](https://github.com/no-defun-allowed/websocket-driver) of it.
Things are scheduled using mailboxes and timeouts.