Skip to content

Commit

Permalink
✅ chore: some dummy message for CI/CD test
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Oct 1, 2023
1 parent 5d1ca7c commit 11f2a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/guideMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const {EmbedBuilder} = require("discord.js");
const embedWelcome = new EmbedBuilder()
.setColor(0x3498DB)
.setAuthor({name: 'BOJ Bot'})
.setTitle("안녕하세요 백준 봇입니다 :)")
.setTitle("안녕하세요 백준 봇입니다 :) 하핫 CI/CD 구축 완성!")
.setDescription("원하시는 서비스를 !{명령어} 형식으로 입력해주세요!")
.addFields(
{ name: '!register', value: '백준 봇 서비스를 사용하기 위해 백준 아이디를 등록합니다.', inline: false },
Expand Down

0 comments on commit 11f2a81

Please sign in to comment.