Manual Patch Check Abstract Helper¶
Class Reference¶
-
class
ManualCheck¶ -
staticmethod coroutine
check(ctx: commands.Context, toinvoke: typing.Callable, commandstr: str)¶ Helper method for manual patch check invocation commands
toinvokeis the parser-specific patch check function to invokecommandstris a descriptive string to use for logging & bot feedback messagesNote
bot.Helpers.isDMandbot.Helpers.isOwnerchecks are run prior to invoking the patch check function
-
staticmethod coroutine