File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,6 @@ module.exports = {
167167 if ( name === null ) throw new HypixelDiscordChatBridgeError ( "Please input a username" ) ;
168168 const playerInfo = await checkRequirements ( await getUUID ( name ) ) ;
169169 const embed = generateEmbed ( playerInfo ) ;
170- await interaction . followup ( { embeds : [ embed ] } ) ;
170+ await interaction . followUp ( { embeds : [ embed ] } ) ;
171171 } ,
172172} ;
Original file line number Diff line number Diff line change 11const HypixelDiscordChatBridgeError = require ( "../../contracts/errorHandler.js" ) ;
2- const { ErrorEmbed } = require ( "../../contracts/embedHandler.js" ) ;
2+ const { ErrorEmbed, SuccessEmbed } = require ( "../../contracts/embedHandler.js" ) ;
33// eslint-disable-next-line no-unused-vars
44const { CommandInteraction } = require ( "discord.js" ) ;
55const config = require ( "../../../config.json" ) ;
You can’t perform that action at this time.
0 commit comments