From cf7a89781d32365026df402338d4f462666ad3a3 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 13 Oct 2025 06:51:46 +0300 Subject: Move bot/method-macros to tg/method-macros --- src/tg/answer-callback-query.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg/answer-callback-query.lisp') 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 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/tg/answer-callback-query - (:use :c2cl :ukkoclot/bot/method-macros) + (:use :c2cl :ukkoclot/tg/method-macros) (:export :answer-callback-query)) (in-package :ukkoclot/tg/answer-callback-query) -- cgit v1.2.3