removed unused imports
This commit is contained in:
parent
14b8d33494
commit
53c3cd4d51
1 changed files with 0 additions and 3 deletions
|
|
@ -4,20 +4,17 @@ from discord.utils import get
|
|||
import shutil
|
||||
import json
|
||||
import requests
|
||||
#import openai #This is being phased out and may no longer be needed.
|
||||
import random
|
||||
import time
|
||||
import os
|
||||
import io
|
||||
import base64
|
||||
import asyncio
|
||||
#import nacl #I believe this is no longer used since the removal of voice commands
|
||||
import sys
|
||||
import subprocess
|
||||
import math
|
||||
from PIL import Image, PngImagePlugin
|
||||
from dotenv import load_dotenv
|
||||
import threading
|
||||
import matplotlib.pyplot as plt
|
||||
import aiohttp
|
||||
import aioftp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue