eval.py -> eval_python.py, rust_eval.py -> eval_rust.py

This commit is contained in:
jesopo 2018-10-08 12:47:48 +01:00
parent 0b975b72de
commit b462ac265e
2 changed files with 1 additions and 0 deletions

View file

@ -4,6 +4,7 @@ from src import ModuleManager, utils
EVAL_URL = "https://eval.appspot.com/eval"
class Module(ModuleManager.BaseModule):
_name = "Python"
@utils.hook("received.command.eval", min_args=1)
def eval(self, event):
"""