From f8db5c3e3c4bb426e76e10993b09debdb84b0b57 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Mon, 13 Oct 2025 05:51:01 +0300 Subject: Move bot/impl to state --- src/bot.lisp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/bot.lisp (limited to 'src/bot.lisp') diff --git a/src/bot.lisp b/src/bot.lisp deleted file mode 100644 index 78a6ad0..0000000 --- a/src/bot.lisp +++ /dev/null @@ -1,6 +0,0 @@ -;; 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/advanced :ukkoclot/bot/impl :ukkoclot/bot/methods)) -- cgit v1.2.3