stupid proeb

pull/164/head
Who? 2025-08-03 07:22:13 +00:00
parent 533cc30bda
commit 9a2164f66b
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ class Evaluator(loader.Module):
async def e(self, message: Message):
try:
output_print = StringIO()
with contextliv.redirect_stdout(output_print):
with contextlib.redirect_stdout(output_print):
result = await meval(
utils.get_args_raw(message),
globals(),