From fd2dd827ca3bc55d0526b1b2eeb8534819b94921 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Keays <128968711+berlintay@users.noreply.github.com> Date: Sat, 25 May 2024 14:02:11 -0300 Subject: [PATCH] Update video.py --- cogs/video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/video.py b/cogs/video.py index 7d965da..5a8e898 100644 --- a/cogs/video.py +++ b/cogs/video.py @@ -1,5 +1,5 @@ -import discord from discord.ext import commands import requests import asyncio -import configparser \ No newline at end of file +import logging + -- GitLab