mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Auto message timeout
This commit is contained in:
@@ -10,7 +10,7 @@ Discord: https://discord.gg/r6dC2uK
|
|||||||
Event.register(-1,function(event)
|
Event.register(-1,function(event)
|
||||||
Server.new_thread{
|
Server.new_thread{
|
||||||
name='auto-message',
|
name='auto-message',
|
||||||
timeout=3240000, -- 3240000 = 15 minutes
|
timeout=54000, -- 3240000 = 15 hours dont make the mistake i did, 54000 is 15 minutes
|
||||||
reopen=true,
|
reopen=true,
|
||||||
data={
|
data={
|
||||||
high_rank= 'Owner',
|
high_rank= 'Owner',
|
||||||
|
|||||||
Reference in New Issue
Block a user