respond to profile links in chat
This commit is contained in:
@@ -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 * * * * *';
|
||||
Reference in New Issue
Block a user