Facebook
From Twujwójekpjany, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 196
  1. //to pod const bot = new Discord.Client({disableEveryone: true}); czy jak tam masz:
  2.  
  3.  
  4. bot.on('ready', ()=>{
  5.     console.log("Bot ExoticRPG jest teraz ONLINE!")
  6.     bot.user.setActivity("ExoticRPG.pl", {type: "STREAMING"})
  7. })
  8.  
  9.  
  10. //a to normalnie tam gdzie komendy:
  11.  
  12. if(message.content.startsWith("debil")){
  13.         message.channel.send(message.mentions.users.first() + " to debil")
  14. }