respond to profile links in chat

This commit is contained in:
2025-04-08 07:18:44 -04:00
parent 060a303283
commit 514e7a154b
3 changed files with 58 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
module.exports = (client, config, state) => {
module.exports = async (client, torn, config, state) => {
//console.log(`example log ${client.user.tag}`);
//const alertChannel = client.channels.resolve(config.alerts)
//alertChannel.send('test')
};
module.exports.schedule = '*/5 * * * * *';