diff options
| author | 2025-10-13 00:05:43 +0300 | |
|---|---|---|
| committer | 2025-10-13 00:05:43 +0300 | |
| commit | 5a941f218b918ca3b301d661942f0911c5153a12 (patch) | |
| tree | 2846be6d3428342d1a1f9f1cd7bc5058a4d4fe1a /src/bot/advanced.lisp | |
| parent | Some more TG types (diff) | |
| download | ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.tar.gz ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.tar.xz ukkoclot-5a941f218b918ca3b301d661942f0911c5153a12.zip | |
Rename tg-types to just tg
Diffstat (limited to 'src/bot/advanced.lisp')
| -rw-r--r-- | src/bot/advanced.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot/advanced.lisp b/src/bot/advanced.lisp index 241b04d..635bdb0 100644 --- a/src/bot/advanced.lisp +++ b/src/bot/advanced.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/bot/advanced | 3 | (defpackage :ukkoclot/bot/advanced |
| 4 | (:use :c2cl :ukkoclot/bot/impl :ukkoclot/bot/methods :ukkoclot/tg-types) | 4 | (:use :c2cl :ukkoclot/bot/impl :ukkoclot/bot/methods :ukkoclot/tg) |
| 5 | (:export :bot-id :bot-username :reply-animation :reply-message :try-delete-message)) | 5 | (:export :bot-id :bot-username :reply-animation :reply-message :try-delete-message)) |
| 6 | (in-package :ukkoclot/bot/advanced) | 6 | (in-package :ukkoclot/bot/advanced) |
| 7 | 7 | ||