diff options
Diffstat (limited to 'src/tg/set-my-name.lisp')
| -rw-r--r-- | src/tg/set-my-name.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tg/set-my-name.lisp b/src/tg/set-my-name.lisp index 5638a92..1c6b634 100644 --- a/src/tg/set-my-name.lisp +++ b/src/tg/set-my-name.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/set-my-name | 3 | (defpackage :ukkoclot/tg/set-my-name |
| 4 | (:use :c2cl :ukkoclot/tg/bot-name :ukkoclot/tg/get-my-name :ukkoclot/bot/method-macros) | 4 | (:use :c2cl :ukkoclot/tg/bot-name :ukkoclot/tg/get-my-name :ukkoclot/tg/method-macros) |
| 5 | (:export :set-my-name)) | 5 | (:export :set-my-name)) |
| 6 | (in-package :ukkoclot/tg/set-my-name) | 6 | (in-package :ukkoclot/tg/set-my-name) |
| 7 | 7 | ||