discord_bot/server/input.js
SileNce5k d41b28ec91
Use an sqlite3 database for timer feature
There were some other small edits as well, mostly formatting or better
logging in certain functions
2023-06-01 12:01:03 +02:00

6 lines
No EOL
109 B
JavaScript

const prompt = require("prompt-sync")();
module.exports = function(client, owners, message){
let input;
}