From 6bd5062dd3b73f4cd19d2e136d734e86d5bd5d34 Mon Sep 17 00:00:00 2001 From: NodeStorm <36058792+QLG1@users.noreply.github.com> Date: Sat, 15 Aug 2020 22:03:59 +0300 Subject: [PATCH] fixed typo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e248779..626c552 100644 --- a/setup.sh +++ b/setup.sh @@ -5,4 +5,4 @@ wget https://bootstrap.pypa.io/get-pip.py python3 get-pip.py python3 -m pip install coffeehouse python3 -m pip install discord.py -python3 -m pip install sqlite3 +python3 -m pip install pysqlite3