From 4da3ad1f569832845b58c3ce35149633a2bb665c Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Thu, 9 Oct 2025 21:58:43 +0300 Subject: Initial commit --- src/bot.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/bot.lisp (limited to 'src/bot.lisp') 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 @@ +;; SPDX-License-Identifier: EUPL-1.2 +;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs +(uiop:define-package :ukkoclot/bot + (:use) + ;; Maybe should somehow hide BOT-USERNAME% and BOT-ID% but whatever + (:use-reexport :ukkoclot/bot/impl :ukkoclot/bot/methods)) -- cgit v1.2.3