Skip to content

Instantly share code, notes, and snippets.

@VLTNOgithub
Created August 25, 2020 15:13
Show Gist options
  • Save VLTNOgithub/3eb9e87d93410fc2a90361d11769bfe1 to your computer and use it in GitHub Desktop.
Save VLTNOgithub/3eb9e87d93410fc2a90361d11769bfe1 to your computer and use it in GitHub Desktop.
module.exports = {
name: 'test',
description: "A command for testing!",
execute(message, args){
const emoji = guild.emojis.cache.first();
msg.reply(`Hello! ${emoji}`);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment