projects
/
ihaspeks
/
aptbot-ihaspeks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664ed49
)
increased spam cooldown
author
Georgios Atheridis
<atheridis@tutamail.com>
Sun, 3 Apr 2022 17:06:24 +0000
(17:06 +0000)
committer
Georgios Atheridis
<atheridis@tutamail.com>
Sun, 3 Apr 2022 17:06:24 +0000
(17:06 +0000)
skgyorugo/commands/spam.py
patch
|
blob
|
history
diff --git
a/skgyorugo/commands/spam.py
b/skgyorugo/commands/spam.py
index c872036b3c8dec402fa20dba8513d8199d424c7f..7bbc5c71a78e27237a7922cbab9e9a8ec0e76abe 100644
(file)
--- a/
skgyorugo/commands/spam.py
+++ b/
skgyorugo/commands/spam.py
@@
-3,8
+3,8
@@
from aptbot.bot import Message, Commands, Bot
PERMISSION = 99
PREFIX = '?'
DESCRIPTION = ""
-USER_COOLDOWN =
1
0
-GLOBAL_COOLDOWN =
0
+USER_COOLDOWN =
3
0
+GLOBAL_COOLDOWN =
15
MAX_LENGTH = 469