diff options
author | Kyomotoi <[email protected]> | 2020-07-21 09:28:42 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-21 09:28:42 +0800 |
commit | 3320f47fca7b35b10aacf8b3dc4897d14f548516 (patch) | |
tree | 1a901bb567d1465538e91dba7a840e10c8d8098d | |
parent | aba5267c6d3aad160b26538cf10644a39bc45d39 (diff) | |
download | ATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.tar.gz ATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.tar.bz2 ATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.zip |
Update send.py
-rw-r--r-- | ATRIbot/plugins/send.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRIbot/plugins/send.py b/ATRIbot/plugins/send.py index ed37638..03df48b 100644 --- a/ATRIbot/plugins/send.py +++ b/ATRIbot/plugins/send.py @@ -43,7 +43,7 @@ async def send_to_group(session: CommandSession): group = lg[0] msg = lg[1] - rei = int(lg[2]) + rei = int(lg[2]) + 1 if rei: for i in range(1, rei): |