makeLookup: Allow for key of zero
This commit is contained in:
@@ -203,6 +203,7 @@ const dataInterface: ClientInterface = {
|
||||
getAllStickerPacks,
|
||||
getAllStickers,
|
||||
getRecentStickers,
|
||||
clearAllErrorStickerPackAttempts,
|
||||
|
||||
updateEmojiUsage,
|
||||
getRecentEmojis,
|
||||
@@ -1333,6 +1334,9 @@ async function getRecentStickers() {
|
||||
|
||||
return recentStickers;
|
||||
}
|
||||
async function clearAllErrorStickerPackAttempts() {
|
||||
await channels.clearAllErrorStickerPackAttempts();
|
||||
}
|
||||
|
||||
// Emojis
|
||||
async function updateEmojiUsage(shortName: string) {
|
||||
|
Reference in New Issue
Block a user