summaryrefslogtreecommitdiff
path: root/src/bot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bot.lisp')
-rw-r--r--src/bot.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bot.lisp b/src/bot.lisp
new file mode 100644
index 0000000..a51402d
--- /dev/null
+++ b/src/bot.lisp
@@ -0,0 +1,6 @@
1;; SPDX-License-Identifier: EUPL-1.2
2;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com>
3(uiop:define-package :ukkoclot/bot
4 (:use)
5 ;; Maybe should somehow hide BOT-USERNAME% and BOT-ID% but whatever
6 (:use-reexport :ukkoclot/bot/impl :ukkoclot/bot/methods))