Skip to content

Commit

Permalink
update 이모지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nookcoder committed Feb 17, 2023
1 parent 4b3fc69 commit 894184b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions emoji-controller/src/emoji/emoji.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export class EmojiService {
const { time, wait } = response.data
await this.channelService.sendMessage(
'250728',
`이모지를 생성중입니다😄\n대기 중인 이모지 :${wait}\n예상 소요 시간 : ${Math.round(
`이모지를 생성중입니다😄\n⏳대기 중인 이모지 :${wait}⏳\n⏱예상 소요 시간 : ${Math.round(
time * wait
)}초`
)}`
)
return {
time: time,
Expand All @@ -66,7 +66,7 @@ export class EmojiService {
await this.storeEmojiUrl(cover, inside, emoji_key, names[1])
await this.channelService.sendMessage(
'250728',
`${emoji_key}완료되었습니다`
`🎉 이제 ${emoji_key}을 사용하실 수 있어요 🎉`
)
}
}
Expand Down

0 comments on commit 894184b

Please sign in to comment.