mirror of
https://github.com/myned/modufur.git
synced 2024-12-23 22:27:27 +00:00
Changed global rate limit to 2.2 from 2.1
This commit is contained in:
parent
17bc14bb20
commit
5faf0eb5f5
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ settings = setdefault('settings.pkl', {'del_ctx': []})
|
|||
tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_qual': [], 'auto_rev': []})
|
||||
temp = setdefault('temp/temp.pkl', {})
|
||||
|
||||
RATE_LIMIT = 2.2
|
||||
session = aiohttp.ClientSession()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue