fix/connections tracking
This commit is contained in:
3 files changed
+4
-3
No files matched your search
+2
-2
@@ -346,8 +346,8 @@ class DayzRBot extends Client {
|
||||
}
|
||||
}
|
||||
|
||||
exists(n) { return null != n && undefined != n && "" != n }
|
||||
|
||||
exists(n) { return null != n && undefined != n && "" != n && NaN != n }
|
||||
|
||||
secondsToDhms(seconds) {
|
||||
seconds = Number(seconds);
|
||||
const d = Math.floor(seconds / (3600 * 24));
|
||||
|
||||
Reference in new issue
Block a user