Skip to content

Commit

Permalink
fix relumi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu authored Sep 17, 2024
1 parent 2f58d61 commit 19feab0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions triggers/reactions/relumi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ module.exports = {
data: {
name: ["[relumi]", "[reilluminated]", "[3.0]"],
},
execute(message) {
execute(message, args) {
const embed = new EmbedBuilder()
.setAuthor("Team Lumi")
.setAuthor({
name: "Team Lumi",
})
.setThumbnail("https://archives.bulbagarden.net/media/upload/8/84/0133Eevee-Partner.png")
.setTitle("Re:Illuminated Platinum")
.setDescription(
Expand Down

0 comments on commit 19feab0

Please sign in to comment.