eval.py -> eval_python.py, rust_eval.py -> eval_rust.py
This commit is contained in:
parent
0b975b72de
commit
b462ac265e
2 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from src import ModuleManager, utils
|
||||||
EVAL_URL = "https://eval.appspot.com/eval"
|
EVAL_URL = "https://eval.appspot.com/eval"
|
||||||
|
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
|
_name = "Python"
|
||||||
@utils.hook("received.command.eval", min_args=1)
|
@utils.hook("received.command.eval", min_args=1)
|
||||||
def eval(self, event):
|
def eval(self, event):
|
||||||
"""
|
"""
|
Loading…
Reference in a new issue