diff options
Diffstat (limited to 'src/bot/method-macros.lisp')
| -rw-r--r-- | src/bot/method-macros.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/method-macros.lisp b/src/bot/method-macros.lisp index b6f237f..0500de9 100644 --- a/src/bot/method-macros.lisp +++ b/src/bot/method-macros.lisp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | 2 | ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> |
| 3 | (defpackage :ukkoclot/bot/method-macros | 3 | (defpackage :ukkoclot/bot/method-macros |
| 4 | (:use :c2cl :iterate) | 4 | (:use :c2cl :iterate) |
| 5 | (:import-from :ukkoclot/bot/impl :bot) | 5 | (:import-from :ukkoclot/state :bot) |
| 6 | (:import-from :ukkoclot/transport :do-call) | 6 | (:import-from :ukkoclot/transport :do-call) |
| 7 | (:export :define-tg-method)) | 7 | (:export :define-tg-method)) |
| 8 | (in-package :ukkoclot/bot/method-macros) | 8 | (in-package :ukkoclot/bot/method-macros) |