diff options
| author | 2025-10-10 07:13:19 +0300 | |
|---|---|---|
| committer | 2025-10-10 07:13:19 +0300 | |
| commit | 5e6b7a1248e175e8c550ce9feed7745292f17bfe (patch) | |
| tree | 90ad160fe8388a7568c78d2e2deb237b225b5e5e /src/bot.lisp | |
| parent | Initial commit (diff) | |
| download | ukkoclot-5e6b7a1248e175e8c550ce9feed7745292f17bfe.tar.gz ukkoclot-5e6b7a1248e175e8c550ce9feed7745292f17bfe.tar.xz ukkoclot-5e6b7a1248e175e8c550ce9feed7745292f17bfe.zip | |
Add a helper reply-message function
Diffstat (limited to 'src/bot.lisp')
| -rw-r--r-- | src/bot.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.lisp b/src/bot.lisp index a51402d..78a6ad0 100644 --- a/src/bot.lisp +++ b/src/bot.lisp | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | (uiop:define-package :ukkoclot/bot | 3 | (uiop:define-package :ukkoclot/bot |
| 4 | (:use) | 4 | (:use) |
| 5 | ;; Maybe should somehow hide BOT-USERNAME% and BOT-ID% but whatever | 5 | ;; Maybe should somehow hide BOT-USERNAME% and BOT-ID% but whatever |
| 6 | (:use-reexport :ukkoclot/bot/impl :ukkoclot/bot/methods)) | 6 | (:use-reexport :ukkoclot/bot/advanced :ukkoclot/bot/impl :ukkoclot/bot/methods)) |