From c7de1517a30f07edd959109b89be231a284f41d8 Mon Sep 17 00:00:00 2001 From: Lexedia Date: Sat, 7 Sep 2024 16:53:02 +0200 Subject: [PATCH] edit some comments --- lib/src/models/emoji.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/src/models/emoji.dart b/lib/src/models/emoji.dart index faacfed6e..c8e14610b 100644 --- a/lib/src/models/emoji.dart +++ b/lib/src/models/emoji.dart @@ -45,10 +45,8 @@ class TextEmoji extends Emoji { Future 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;