mirror of
https://github.com/TheShadowEevee/Konpeki-Discord-Bot.git
synced 2025-01-11 22:38:50 -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
|
* Konpeki Discord Bot - Slash Command Definition File
|
||||||
* avatar.js - A primative Discord avatar grabbing function
|
* avatar.js - A 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
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { SlashCommandBuilder } = require('discord.js');
|
const { SlashCommandBuilder } = require('discord.js');
|
||||||
|
|
Loading…
Reference in a new issue