summaryrefslogtreecommitdiff
path: root/src/state.lisp
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-19 07:26:56 +0300
committerGravatar Uko Kokņevičs2025-10-19 07:26:56 +0300
commit3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6 (patch)
treeb222f24d5e35824a562aef4f4974de9f88cf9b59 /src/state.lisp
parentMake config be a global special variable (diff)
downloadukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.gz
ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.tar.xz
ukkoclot-3b2af0dccba0b51d1d43bc950cf1b2a9f8fecfa6.zip
Migrate packages from :ukkoclot to :ukkoclot/src
Diffstat (limited to 'src/state.lisp')
-rw-r--r--src/state.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.lisp b/src/state.lisp
index 597f0a8..6348ee3 100644
--- a/src/state.lisp
+++ b/src/state.lisp
@@ -1,6 +1,6 @@
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/state 3(defpackage :ukkoclot/src/state
4 (:documentation "Holds the global state") 4 (:documentation "Holds the global state")
5 (:use :c2cl) 5 (:use :c2cl)
6 (:import-from :com.dieggsy.f-string :enable-f-strings) 6 (:import-from :com.dieggsy.f-string :enable-f-strings)
@@ -15,7 +15,7 @@
15 #:bot-power-on 15 #:bot-power-on
16 #:bot-username% 16 #:bot-username%
17 #:bot-id%)) 17 #:bot-id%))
18(in-package :ukkoclot/state) 18(in-package :ukkoclot/src/state)
19 19
20(enable-f-strings) 20(enable-f-strings)
21 21