Skip to content
Snippets Groups Projects
Commit 5a58c49b authored by Reviath's avatar Reviath
Browse files

Update commands/kilit.js

parent 273dc427
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ if(message.channel.type == "dm") return message.reply(`<a:x_:801038779955150888>
message.channel.createOverwrite(message.guild.roles.everyone, {
SEND_MESSAGES: false,
ADD_REACTION: false
}).then(message.channel.send('Kanal Başarıyla Kilitlendi <a:tik:801039054694514691>')).catch(console.error);
})
message.channel.send('Başarıyla kilitlendi!');
}
module.exports.help = {
name: 'kilit',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment