Add private message delete bucket

This commit is contained in:
abalabahaha
2016-08-07 08:03:26 +09:00
parent c0ef815f9d
commit d656c68e75
3 changed files with 14 additions and 12 deletions

View File

@@ -171,6 +171,7 @@ export default class InternalClient {
"bot:msg:dm": new Bucket(5, 5000),
"bot:msg:global": new Bucket(50, 10000),
"msg": new Bucket(10, 10000),
"dmsg:undefined": new Bucket(5, 1000),
"username": new Bucket(2, 3600000)
};