Skip to content

Commit

Permalink
edit some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapougnac committed Sep 7, 2024
1 parent e260cc3 commit c7de151
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/src/models/emoji.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ class TextEmoji extends Emoji {
Future<TextEmoji> fetch() async => this;
}

// TODO(lexedia): Rename GuildEmoji to ApplicationEmoji?
// typedef ApplicationEmoji = GuildEmoji;

// Apparently an ApplicationEmoji contains a `roles` field, but it's always an empty list.
// Apparently an ApplicationEmoji contains a `roles` field, but it's always an empty list, so we don't include it here.
/// A custom emoji created on the application's emoji tab.
class ApplicationEmoji extends Emoji {
@override
final String name;
Expand Down

0 comments on commit c7de151

Please sign in to comment.