Implement AutoMod

This commit is contained in:
Alex Nørgaard
2022-06-27 05:47:52 +01:00
committed by GitHub
parent 7ad00750c6
commit 5426d19dc7
12 changed files with 1279 additions and 2 deletions

View File

@ -67,6 +67,7 @@ from .scheduled_event import *
from .interactions import *
from .components import *
from .threads import *
from .automod import *
class VersionInfo(NamedTuple):