summaryrefslogtreecommitdiff
path: root/src/tg.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg.lisp')
-rw-r--r--src/tg.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg.lisp b/src/tg.lisp
index 1ee7da0..05b6e90 100644
--- a/src/tg.lisp
+++ b/src/tg.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(uiop:define-package :ukkoclot/tg 3(uiop:define-package :ukkoclot/tg
4 (:use) 4 (:use :c2cl)
5 (:use-reexport 5 (:use-reexport
6 :ukkoclot/tg/animation 6 :ukkoclot/tg/animation
7 :ukkoclot/tg/answer-callback-query 7 :ukkoclot/tg/answer-callback-query
@@ -45,5 +45,5 @@
45 :ukkoclot/tg/suggested-post-price 45 :ukkoclot/tg/suggested-post-price
46 :ukkoclot/tg/update 46 :ukkoclot/tg/update
47 :ukkoclot/tg/user 47 :ukkoclot/tg/user
48 :ukkoclot/tg/web-app-info 48 :ukkoclot/tg/web-app-info))
49 )) 49(in-package :ukkoclot/tg)