mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
deprecate old analytics system
This commit is contained in:
parent
797de47dd7
commit
8d624d1d81
4 changed files with 1 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue