diff options
author | Parker <contact@pkrm.dev> | 2024-07-18 22:05:29 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-18 22:05:29 -0500 |
commit | d4c9ed99d0bb717606cfcbfe4f69523c6734a5b2 (patch) | |
tree | fb9b402cb799842aa7a411242ca4599386867dae /code/tree.py | |
parent | ceb2da92d667f91bad33c6fb79c0c699d2a315ab (diff) |
Prepare for another Custom Source
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): |