updated quotebot to load sqlite library silently

This commit is contained in:
a. fox 2023-04-09 16:24:41 -04:00
parent 977ef61745
commit 74779e0c4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
(in-package :ida-bot.extension)
;; load a SQLite3 library from Quicklisp
(ql:quickload :sqlite)
(ql:quickload :sqlite :silent t)
;; create our database if it doesnt exist
;; and initialize the database schema