diff options
| author | 2025-10-13 06:32:57 +0300 | |
|---|---|---|
| committer | 2025-10-13 06:32:57 +0300 | |
| commit | 9e424b351da370630924e32d0a84eba6fdb8c05e (patch) | |
| tree | 60999a1b91e73c8aa74e43085e3c0be39d5ec8cf /src/inline-bots.lisp | |
| parent | Improve define-tg-method (diff) | |
| download | ukkoclot-9e424b351da370630924e32d0a84eba6fdb8c05e.tar.gz ukkoclot-9e424b351da370630924e32d0a84eba6fdb8c05e.tar.xz ukkoclot-9e424b351da370630924e32d0a84eba6fdb8c05e.zip | |
Move bot/methods to tg/*
Diffstat (limited to '')
| -rw-r--r-- | src/inline-bots.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inline-bots.lisp b/src/inline-bots.lisp index 1d0d8ff..1c44fd4 100644 --- a/src/inline-bots.lisp +++ b/src/inline-bots.lisp | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | (:use :c2cl :ukkoclot/config :ukkoclot/tg) | 4 | (:use :c2cl :ukkoclot/config :ukkoclot/tg) |
| 5 | (:import-from :log) | 5 | (:import-from :log) |
| 6 | (:import-from :ukkoclot/bot/advanced :try-delete-message) | 6 | (:import-from :ukkoclot/bot/advanced :try-delete-message) |
| 7 | (:import-from :ukkoclot/bot/methods :send-message) | 7 | (:import-from :ukkoclot/tg :send-message) |
| 8 | (:import-from :ukkoclot/state :bot-config :bot-db) | 8 | (:import-from :ukkoclot/state :bot-config :bot-db) |
| 9 | (:local-nicknames (:db :ukkoclot/db)) | 9 | (:local-nicknames (:db :ukkoclot/db)) |
| 10 | (:export :blacklist-inline-bot :on-inline-bot :whitelist-inline-bot)) | 10 | (:export :blacklist-inline-bot :on-inline-bot :whitelist-inline-bot)) |