mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
cleanup
This commit is contained in:
parent
83e94328cf
commit
a8e0ac05f2
11 changed files with 9 additions and 39 deletions
|
@ -1,4 +1,3 @@
|
|||
const { GUILD_FEATURES } = require("../../../labscore/constants");
|
||||
const { createEmbed } = require("../../../labscore/utils/embed");
|
||||
const { guildFeaturesField } = require("../../../labscore/utils/fields");
|
||||
const { icon, highlight, timestamp, codeblock } = require("../../../labscore/utils/markdown");
|
||||
|
@ -14,7 +13,7 @@ module.exports = {
|
|||
category: 'info',
|
||||
usage: 'server'
|
||||
},
|
||||
run: async (context, args) => {
|
||||
run: async (context) => {
|
||||
try{
|
||||
const emojis = context.message.guild.emojis
|
||||
const animojis = emojis.filter(emoji => emoji.animated).length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue