diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 21:06:11 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-17 21:06:11 -0400 |
commit | 36170309d584de75076b1307b75a8ce3a4e313d4 (patch) | |
tree | 03d90b209f0e0861797c515a010261182862ce8b | |
parent | 2cfe7f5aeb2ff32a55e0035526a04978aa256cb3 (diff) | |
download | goofbot-36170309d584de75076b1307b75a8ce3a4e313d4.tar.gz |
adjusted !users sanitize section
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index 8676794..3535510 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func main() { for i := range userlist { sanilist += userlist[i] } - c.Cmd.Reply(e, sanilist[:11]) + c.Cmd.Reply(e, sanilist[:5]) return } // number of total human users on the server |