diff options
Diffstat (limited to 'ATRI/plugins/BlackList.py')
-rw-r--r-- | ATRI/plugins/BlackList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/BlackList.py b/ATRI/plugins/BlackList.py index b23f22f..5a470ed 100644 --- a/ATRI/plugins/BlackList.py +++ b/ATRI/plugins/BlackList.py @@ -49,4 +49,4 @@ async def _(session: CommandSession): end = time.perf_counter() msg0 = f"=============\nDone time: {round(end - start, 3)}s" msg += msg0 - await session.send(msg)
\ No newline at end of file + await session.send(msg) |