From 63682deb929a1a201f4c344f0eaea5ae449b05ac Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 21 Dec 2022 17:54:16 -0500 Subject: Inital commit (aka start of this garbage dump --- commands/ratecuteness.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 commands/ratecuteness.js (limited to 'commands/ratecuteness.js') diff --git a/commands/ratecuteness.js b/commands/ratecuteness.js new file mode 100644 index 0000000..8263907 --- /dev/null +++ b/commands/ratecuteness.js @@ -0,0 +1,10 @@ +import { SlashCommandBuilder } from 'discord.js'; + +export default { + data: new SlashCommandBuilder() + .setName('ratecuteness') + .setDescription('100% accurate cuteness rater.'), + async execute(interaction, bot) { + return await interaction.reply(':two_hearts: Royce\'s cuteness is -100000/10'); + } +}; -- cgit v1.2.3