Use an sqlite3 database for timer feature
There were some other small edits as well, mostly formatting or better logging in certain functions
This commit is contained in:
parent
a098ab6616
commit
d41b28ec91
13 changed files with 2277 additions and 59 deletions
|
@ -3,7 +3,6 @@ const checkTimer = require('../util/timer/checkTimer');
|
|||
const updatePresence = require('../util/updatePresence');
|
||||
|
||||
module.exports = function(client, enableLoginMessage, loginChannel, loginMessage) {
|
||||
console.clear();
|
||||
updatePresence(client)
|
||||
console.log('Ready!');
|
||||
if (enableLoginMessage === true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue