This commit is contained in:
Ian Burgess 2024-06-12 19:21:51 -06:00
parent 5d58532625
commit 6c2a9d2c98
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from discord.ext import bridge, commands
from ..bin.storage import storage
from bin.storage import storage
class Counting(commands.Cog):
def __init__(self, bot):

View File

@ -1,5 +1,5 @@
from discord.ext import bridge, commands
from ..bin.storage import storage
from bin.storage import storage
class Settings(commands.Cog):
def __init__(self, bot):

0
push.sh Normal file → Executable file
View File