summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-21 09:28:42 +0800
committerGitHub <[email protected]>2020-07-21 09:28:42 +0800
commit3320f47fca7b35b10aacf8b3dc4897d14f548516 (patch)
tree1a901bb567d1465538e91dba7a840e10c8d8098d
parentaba5267c6d3aad160b26538cf10644a39bc45d39 (diff)
downloadATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.tar.gz
ATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.tar.bz2
ATRI-3320f47fca7b35b10aacf8b3dc4897d14f548516.zip
Update send.py
-rw-r--r--ATRIbot/plugins/send.py2
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):