From 14ba72a051021ad845563de30cb9bf9cb623b752 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 16 Dec 2022 14:38:06 -0500 Subject: [PATCH] Update avatar.js boilerplate --- commands/avatar.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/commands/avatar.js b/commands/avatar.js index 9ae3908..460ebfd 100644 --- a/commands/avatar.js +++ b/commands/avatar.js @@ -1,9 +1,6 @@ /* * Konpeki Discord Bot - Slash Command Definition File -* avatar.js - A primative Discord avatar grabbing function -* -* Todo: Allow users to choose between the sizes as an optional dropdown -* Todo: Allow users to choose if they want to avatar to be ephemeral or sent in the channel +* avatar.js - A Discord avatar grabbing function */ const { SlashCommandBuilder } = require('discord.js');