mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 14:38:49 -06:00
Update avatar.js boilerplate
This commit is contained in:
parent
d919175ef7
commit
14ba72a051
1 changed files with 1 additions and 4 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue