Advertisement
jensie1996

Help command v12 Discord

May 2nd, 2020
923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     try {
  2.  
  3.         var text = "**TBG bot** \n\n **__Commands__** \n !hallo - Stuurt hallo terug \n !info - Geeft dit scherm.";
  4.  
  5.         message.author.send(text);
  6.  
  7.         message.channel.send("Alle commando's staan in je privé berichten!");
  8.  
  9.     } catch (error) {
  10.         message.reply("Er is iets fout gebeurd");
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement