dibug.commands package

Submodules

dibug.commands.eval module

class dibug.commands.eval.EvalCommand(client: Client)[source]

Bases: DibugCommand

aliases: list[str] = ['eval', 'e', 'python', 'py']
async execute(msg: Message, args: str) None[source]

dibug.commands.info module

class dibug.commands.info.InfoCommand(client: Client)[source]

Bases: DibugCommand

aliases: list[str] = ['info', 'i']
async execute(msg: Message, args: str) None[source]

dibug.commands.kill module

class dibug.commands.kill.KillCommand(client: Client)[source]

Bases: DibugCommand

aliases: list[str] = ['kill', 'k', 'shutdown']
async execute(msg: Message, args: str) None[source]

dibug.commands.shell module

class dibug.commands.shell.ShellCommand(client: Client)[source]

Bases: DibugCommand

aliases: list[str] = ['shell', 'sh']
async execute(msg: Message, args: str) None[source]

Module contents