Skip to content

Commit

Permalink
Update event
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Sep 11, 2024
1 parent 139e73b commit 52477cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/guildCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {

const owner = await client.users.fetch(server.ownerId);
owner.send({ embeds: [new EmbedBuilder()
.setColor('#6EADD1')
.setColor('#584e51')
.setAuthor({ name: 'Thank you for adding 💗', iconURL: server.iconURL() })
.addFields([
{ name: '» Official website', value: '> https://nekosia.cat' },
Expand Down

0 comments on commit 52477cc

Please sign in to comment.