Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9a42093f64
|
|
@ -7,7 +7,6 @@ Copyright (c) 2023, cloudwithax
|
|||
|
||||
Licensed under GPL-3.0
|
||||
"""
|
||||
|
||||
import discord
|
||||
|
||||
if not discord.version_info.major >= 2:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
"""Apple Music module for Pomice, made possible by cloudwithax 2023"""
|
||||
|
||||
from .client import *
|
||||
from .exceptions import *
|
||||
from .objects import *
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
"""Module for managing Apple Music objects"""
|
||||
|
||||
from typing import List
|
||||
|
||||
__all__ = (
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
"""Spotify module for Pomice, made possible by cloudwithax 2023"""
|
||||
|
||||
from .client import Client
|
||||
from .exceptions import *
|
||||
from .objects import *
|
||||
|
|
|
|||
Loading…
Reference in New Issue