From 6d6c97fe402859c86eae15536cf12cbd4fa7beb2 Mon Sep 17 00:00:00 2001 From: supopur Date: Mon, 1 May 2023 21:25:17 +0200 Subject: [PATCH] Removed broken not needed module (readline) --- main.py | 2 +- pipstuff.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index e5c724d..2cdad1e 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -import discord, os, sys, toml, time, datetime, logging, threading, asyncio, readline, importlib, sqlite3 +import discord, os, sys, toml, time, datetime, logging, threading, asyncio, importlib, sqlite3 from discord.ext import commands diff --git a/pipstuff.txt b/pipstuff.txt index fc8995c..b02577d 100644 --- a/pipstuff.txt +++ b/pipstuff.txt @@ -1,5 +1,4 @@ py-cord pytoml flask -quart -readline +quart \ No newline at end of file