linted files according to linter

This commit is contained in:
2025-11-08 21:09:55 -05:00
parent 7cf4a47a60
commit 52b8b60793
5 changed files with 3 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
const config = require('./config')
module.exports = (client, torn, config, state) => {
//console.log(`example log ${client.user.tag}`);
};
module.exports = () => {};
module.exports.readyCheck = async (key) => {
const url = `https://api.torn.com/user/?selections=basic&key=${key}`
const response = await fetch(url);