diff options
Diffstat (limited to 'code/tree.py')
-rw-r--r-- | code/tree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/tree.py b/code/tree.py index a16f126..eff83b8 100644 --- a/code/tree.py +++ b/code/tree.py @@ -5,7 +5,7 @@ import datetime from cogs.music import CheckPlayerError from config import BOT_COLOR -from custom_source import LoadError +from custom_sources import LoadError class Tree(app_commands.CommandTree): |