diff options
| author | 2025-10-13 06:51:46 +0300 | |
|---|---|---|
| committer | 2025-10-13 06:51:46 +0300 | |
| commit | cf7a89781d32365026df402338d4f462666ad3a3 (patch) | |
| tree | b97ca6cb64ad5501fbf80ff93f7fda8dd1bd54e3 /src/tg/answer-callback-query.lisp | |
| parent | Move bot/adanced to tg/* (diff) | |
| download | ukkoclot-cf7a89781d32365026df402338d4f462666ad3a3.tar.gz ukkoclot-cf7a89781d32365026df402338d4f462666ad3a3.tar.xz ukkoclot-cf7a89781d32365026df402338d4f462666ad3a3.zip | |
Move bot/method-macros to tg/method-macros
Diffstat (limited to 'src/tg/answer-callback-query.lisp')
| -rw-r--r-- | src/tg/answer-callback-query.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tg/answer-callback-query.lisp b/src/tg/answer-callback-query.lisp index badd8a4..c7ecb5f 100644 --- a/src/tg/answer-callback-query.lisp +++ b/src/tg/answer-callback-query.lisp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;; SPDX-License-Identifier: EUPL-1.2 | 1 | ;; SPDX-License-Identifier: EUPL-1.2 |
| 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/tg/answer-callback-query | 3 | (defpackage :ukkoclot/tg/answer-callback-query |
| 4 | (:use :c2cl :ukkoclot/bot/method-macros) | 4 | (:use :c2cl :ukkoclot/tg/method-macros) |
| 5 | (:export :answer-callback-query)) | 5 | (:export :answer-callback-query)) |
| 6 | (in-package :ukkoclot/tg/answer-callback-query) | 6 | (in-package :ukkoclot/tg/answer-callback-query) |
| 7 | 7 | ||