Advertisement
ninja-gen

Untitled

Nov 18th, 2019
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (command == "-help") {
  2.             message.delete().catch(err => undefined);
  3.  
  4. const embed = generate(message, `"Commands Are As Follows:\n\n-help - Get a list of commands.\n-gen <category> - Generate an account.\n-stock - View how many accounts exist in each category.\n-invite - Invite link to get the bot to your server(s).\n-categories - View categories.\n-deposit - Deposit an account (admin only).\n-reload - Reload database (admin only).\n-delete - Delete a category (admin only).\n\n" + "Join Support Server: [CLICK TO JOIN](https://discord.gg/86HGGVQ)\n**INVITE THE BOT: " + `[CLICK TO INVITE THE BOT](https://discordapp.com/oauth2/authorize?client_id=${client.user.id}&scope=bot&permissions=68608)`+ '\nFor Updates: [CLICK FOR TWITTER**](https://twitter.com/gen_voc)')
  5.  
  6.   message.channel.send(embed)
  7.      .then(msg => {
  8.  
  9.         msg.delete(30000)
  10.  
  11.  })
  12.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement