discord js administrator commend

Solutions on MaxInterview for discord js administrator commend by the best coders in the world

showing results for - "discord js administrator commend"
Clovis
26 May 2016
1client.on("message", message => {
2    if (message.content === ("خط")) {
3        if (!message.member.hasPermission("ADMINISTRATOR"))  return;
4        message.channel.send('رابط الخط'); 
5  };
6});
Francesca
16 Nov 2017
1client.on("message", message => {
2    if (message.content === ("ping")) {
3        if (!message.member.hasPermission("ADMINISTRATOR"))  return;
4        message.channel.send('pong!');
5  };
6});
similar questions
queries leading to this page
discord js administrator commend