Move state back out of it's own lil module
This commit is contained in:
parent
c9446605bc
commit
964e1c8f84
10 changed files with 8 additions and 8 deletions
|
@ -5,7 +5,7 @@ import logging
|
|||
import discord
|
||||
from discord.ext import commands
|
||||
import os
|
||||
from matchy.files.state import load_from_file
|
||||
from matchy.state import load_from_file
|
||||
import matchy.cogs.matchy
|
||||
import matchy.cogs.owner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue