Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const commands = new discord.command.CommandGroup({
- defaultPrefix: "!",
- });
- commands.raw("ping", async (message) => {
- await message.reply(`${message.author.toMention} pong!`);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement