Merge remote-tracking branch 'origin/main'

This commit is contained in:
Zander M. 2024-03-11 13:50:22 -04:00
commit 9a42093f64
No known key found for this signature in database
GPG Key ID: 43C16AB7AD15CF44
4 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ Copyright (c) 2023, cloudwithax
Licensed under GPL-3.0
"""
import discord
if not discord.version_info.major >= 2:

View File

@ -1,5 +1,4 @@
"""Apple Music module for Pomice, made possible by cloudwithax 2023"""
from .client import *
from .exceptions import *
from .objects import *

View File

@ -1,5 +1,4 @@
"""Module for managing Apple Music objects"""
from typing import List
__all__ = (

View File

@ -1,5 +1,4 @@
"""Spotify module for Pomice, made possible by cloudwithax 2023"""
from .client import Client
from .exceptions import *
from .objects import *