Skip to content

Commit

Permalink
fix: filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanyawat-Arsaga committed Jan 17, 2025
1 parent 3f4810d commit f9e8edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/abc-fortune/abc-fortune.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ABCFortuneService {
message: `Daily Apollo Bay Omikuji!`,
image: [
{
name: 'Fortune',
name: this.getFilename(),
url: `https://hambot.ham-san.net/abc-fortune?token=${this.getTodayHash()}`,
},
],
Expand Down

0 comments on commit f9e8edb

Please sign in to comment.