feat: emoji update event
This commit is contained in:
parent
f1c75124a8
commit
4f718cde20
7 changed files with 174 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ public class MetaCommands(
|
|||
ContextInjectionService contextInjection,
|
||||
GuildCache guildCache,
|
||||
ChannelCache channelCache,
|
||||
EmojiCache emojiCache,
|
||||
IDiscordRestChannelAPI channelApi
|
||||
) : CommandGroup
|
||||
{
|
||||
|
|
@ -107,7 +108,7 @@ public class MetaCommands(
|
|||
embed.AddField(
|
||||
"Numbers",
|
||||
$"{CataloggerMetrics.MessagesStored.Value:N0} messages "
|
||||
+ $"from {guildCache.Size:N0} servers\nCached {channelCache.Size:N0} channels",
|
||||
+ $"from {guildCache.Size:N0} servers\nCached {channelCache.Size:N0} channels, {emojiCache.Size:N0}",
|
||||
false
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue