Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FirezTheGreat committed Oct 23, 2022
1 parent 735c3ab commit 9422bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/client/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.exports = class interactionCreate extends Event {
.setColor('Green')
.setThumbnail(interaction.member?.displayAvatarURL())
.setDescription(`*Please ask your queries here ${interaction.member}.*`)
.setFooter({ name: `Created by ${interaction.user.tag}` })
.setFooter({ text: `Created by ${interaction.user.tag}` })
.setTimestamp();

const ticket_components = new ActionRowBuilder()
Expand Down

0 comments on commit 9422bce

Please sign in to comment.