Update avatar.js boilerplate

This commit is contained in:
Michael 2022-12-16 14:38:06 -05:00
parent d919175ef7
commit 14ba72a051

View file

@ -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');