Skip to content
Snippets Groups Projects
Commit 59d9dcff authored by Levatax's avatar Levatax
Browse files

Update pin.js

parent cdecd217
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ exports.run = async (client, message, args, level) => {
msg.pin();
message.channel.send('Başarıyla Mesaj Sabitlendi <a:tik:801039054694514691>');
});
} catch(e => {
} catch(e){
client.channels.cache.get('790640302452375562').send(`Error on pin command \n${e}`)
});
};
};
module.exports.help = {
name: 'pin',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment