fixes
This commit is contained in:
parent
5d58532625
commit
6c2a9d2c98
@ -1,5 +1,5 @@
|
|||||||
from discord.ext import bridge, commands
|
from discord.ext import bridge, commands
|
||||||
from ..bin.storage import storage
|
from bin.storage import storage
|
||||||
|
|
||||||
class Counting(commands.Cog):
|
class Counting(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
from discord.ext import bridge, commands
|
from discord.ext import bridge, commands
|
||||||
from ..bin.storage import storage
|
from bin.storage import storage
|
||||||
|
|
||||||
class Settings(commands.Cog):
|
class Settings(commands.Cog):
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user