summaryrefslogtreecommitdiff
path: root/src/tg/get-my-name.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tg/get-my-name.lisp')
-rw-r--r--src/tg/get-my-name.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tg/get-my-name.lisp b/src/tg/get-my-name.lisp
index a597fe0..b7cb9bc 100644
--- a/src/tg/get-my-name.lisp
+++ b/src/tg/get-my-name.lisp
@@ -1,9 +1,9 @@
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/get-my-name 3(defpackage :ukkoclot/src/tg/get-my-name
4 (:use :c2cl :ukkoclot/tg/bot-name :ukkoclot/tg/method-macros) 4 (:use :c2cl :ukkoclot/src/tg/bot-name :ukkoclot/src/tg/method-macros)
5 (:export :get-my-name)) 5 (:export :get-my-name))
6(in-package :ukkoclot/tg/get-my-name) 6(in-package :ukkoclot/src/tg/get-my-name)
7 7
8(define-tg-method (get-my-name bot-name :GET) 8(define-tg-method (get-my-name bot-name :GET)
9 (language-code (or string null) nil)) 9 (language-code (or string null) nil))