1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-11-16 06:52:17 +01:00

import cleanuo

This commit is contained in:
Jonas Leder 2020-09-30 10:25:54 +02:00
parent c2fe8afb7b
commit edb27b5c14

9
bot.py
View file

@ -1,19 +1,16 @@
#!/usr/bin/env python3
import discord
from discord.ext import commands, tasks
from discord.ext import commands
from discord.utils import get
from discord import FFmpegPCMAudio
from sqlite3 import connect
from datetime import datetime, timedelta
from datetime import datetime
from config import *
from requests import get
from json import loads
from os.path import isfile
from os import rename, remove, listdir
from os import remove, listdir
from youtube_dl import YoutubeDL
from time import time
from asyncio import sleep
from threading import Thread
from io import BytesIO
polls = {}