Skip to content

Commit

Permalink
fix: change abs & att icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDeDev committed Jul 24, 2023
1 parent 4ceabbd commit a42f89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/EventEmbed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ export class EventEmbed implements APIEmbed {
absentees: Set<string> = new Set();
fields: APIEmbedField[] = [
{
name: 'Attendees',
name: 'Attendees',
value: '> -',
inline: true,
},
{
name: 'Absentees',
name: 'Absentees',
value: '> -',
inline: true,
}];
Expand Down

0 comments on commit a42f89e

Please sign in to comment.