Fix type error

This commit is contained in:
Nexus 2024-09-15 23:06:15 +01:00
parent b9e635f20b
commit 284b8b6f1e

View file

@ -11,7 +11,7 @@ if typing.TYPE_CHECKING:
class MSCGetter(niobot.Module):
bot: NonsenseBot
bot: "NonsenseBot"
def __init__(self, bot):
super().__init__(bot)