Skip to content

Commit

Permalink
Format emoji_react_module.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Dec 1, 2024
1 parent 1ee2402 commit e786d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/modules/emoji_react_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class EmojiReactModule implements RequiresInitialization, Reloadable {

Iterable<ApplicationEmoji> _findBuiltinEmojis(String messageContent) =>
_emojis.where((emoji) => messageContent.contains(emoji.name));

(bool, EmojiReactData?) _fetchSettingForGuild(Snowflake guildId) {
final result = _emojiFeatureSettingsCache[guildId];

Expand Down

0 comments on commit e786d21

Please sign in to comment.