add log to admin eval namespace
This commit is contained in:
parent
66747982db
commit
83fd598f9d
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ async def admin_eval(ctx, *, body: str):
|
||||||
"author": ctx.author,
|
"author": ctx.author,
|
||||||
"guild": ctx.guild,
|
"guild": ctx.guild,
|
||||||
"message": ctx.message,
|
"message": ctx.message,
|
||||||
|
"log": log.getChild("eval"),
|
||||||
}
|
}
|
||||||
|
|
||||||
env.update(globals())
|
env.update(globals())
|
||||||
|
|
Loading…
Reference in a new issue