Advertisement
ii_kinqm1ke

Ping! Pong!

Jun 5th, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const commands = new discord.command.CommandGroup({
  2.   defaultPrefix: "!",
  3. });
  4.  
  5. commands.raw("ping", async (message) => {
  6.   await message.reply(`${message.author.toMention} pong!`);
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement