diff --git a/discord/channel.py b/discord/channel.py index b9d87165c..d21ae97ab 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -51,7 +51,7 @@ from .object import Object from . import utils from .utils import MISSING from .asset import Asset -from .errors import ClientException, InvalidArgument +from .errors import ClientException, InvalidArgument, NotFound from .stage_instance import StageInstance from .threads import Thread from .iterators import ArchivedThreadIterator