diff options
| author | 2025-10-13 05:51:01 +0300 | |
|---|---|---|
| committer | 2025-10-13 05:51:01 +0300 | |
| commit | f8db5c3e3c4bb426e76e10993b09debdb84b0b57 (patch) | |
| tree | b79763459752153b2385645a4fabfa25641909ee /src/bot.lisp | |
| parent | Move do-call &co to a transport package (diff) | |
| download | ukkoclot-f8db5c3e3c4bb426e76e10993b09debdb84b0b57.tar.gz ukkoclot-f8db5c3e3c4bb426e76e10993b09debdb84b0b57.tar.xz ukkoclot-f8db5c3e3c4bb426e76e10993b09debdb84b0b57.zip | |
Move bot/impl to state
Diffstat (limited to 'src/bot.lisp')
| -rw-r--r-- | src/bot.lisp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bot.lisp b/src/bot.lisp deleted file mode 100644 index 78a6ad0..0000000 --- a/src/bot.lisp +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | ||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | ||
| 3 | (uiop:define-package :ukkoclot/bot | ||
| 4 | (:use) | ||
| 5 | ;; Maybe should somehow hide BOT-USERNAME% and BOT-ID% but whatever | ||
| 6 | (:use-reexport :ukkoclot/bot/advanced :ukkoclot/bot/impl :ukkoclot/bot/methods)) | ||