mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 02:41:06 -05:00
yeah
This commit is contained in:
4
videoarchiver/commands.py
Normal file
4
videoarchiver/commands.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
"""Re-export commands from core.commands"""
|
||||||
|
from .core.commands import VideoArchiverCommands
|
||||||
|
|
||||||
|
__all__ = ['VideoArchiverCommands']
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
"""Core VideoProcessor class that manages video processing operations"""
|
"""Core VideoProcessor class that manages video processing operations"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
import asyncio
|
||||||
import discord
|
import discord
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
from discord import app_commands
|
from discord import app_commands
|
||||||
|
|||||||
Reference in New Issue
Block a user