1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-24 22:27:28 +00:00

Changed import alias to gpm

This commit is contained in:
Myned 2017-12-05 01:48:44 -05:00
parent b348814fe0
commit 0810c98cc6
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ import discord as d
from discord import errors as err from discord import errors as err
from discord.ext import commands as cmds from discord.ext import commands as cmds
from discord.ext.commands import errors as errext from discord.ext.commands import errors as errext
import gmusicapi as gpm
from misc import exceptions as exc from misc import exceptions as exc
from misc import checks from misc import checks

View file

@ -6,6 +6,7 @@ import subprocess
from contextlib import suppress from contextlib import suppress
from fractions import gcd from fractions import gcd
import math import math
import gmusicapi as gpm
import aiohttp import aiohttp
import discord as d import discord as d