deprecate old analytics system

This commit is contained in:
bignutty 2025-02-16 17:09:34 +01:00
parent 797de47dd7
commit 8d624d1d81
4 changed files with 1 additions and 23 deletions

View file

@ -74,8 +74,7 @@ module.exports = {
);
embeds = []
if (matches.length) {
ingest("emoji_enlarge", "slash_command_ran");
let pages = [];
let entries = [];
for(const m of matches){
@ -120,7 +119,6 @@ module.exports = {
// Emoji Mixing
if(emoji.length >= 2){
ingest("emoji_emojikitchen", "slash_command_ran");
if(emoji.length >= 3) return editOrReply(context, createEmbed("warning", context, "You cannot mix more than two emoji."));
try{
@ -143,7 +141,6 @@ module.exports = {
}
// Regular Emoji Handling
ingest("emoji_enlarge", "slash_command_ran");
if(emoji.length === 0) return await editOrReply(context, createEmbed("warning", context, "You need to specify an emoji to enlarge."))
let res;