Skip to content

Commit

Permalink
style(prettier): format
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 committed Sep 8, 2024
1 parent fd193f5 commit e400901
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/messages/serverUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ export default async function (message: Message) {
} else {
if (message.channel.type === ChannelType.GuildText)
message.channel.send({
embeds: [
new EmbedBuilder()
.setTitle('Bumpできます!')
.setDescription('</bump:947088344167366698> でbumpできます。')
.setColor(Colors.Blue),
],
});
embeds: [
new EmbedBuilder()
.setTitle('Bumpできます!')
.setDescription('</bump:947088344167366698> でbumpできます。')
.setColor(Colors.Blue),
],
});
}
}, 7_200_000);
}
Expand Down

0 comments on commit e400901

Please sign in to comment.