mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-25 06:17:03 -04:00
only use typing indicator where it makes sense
This commit is contained in:
parent
b297bd9f0e
commit
c54a29ad26
10 changed files with 3 additions and 14 deletions
|
@ -14,8 +14,7 @@ module.exports = {
|
|||
category: 'info',
|
||||
usage: 'server'
|
||||
},
|
||||
run: async (context, args) => {
|
||||
context.triggerTyping();
|
||||
run: async (context, args) => {
|
||||
try{
|
||||
const emojis = context.message.guild.emojis
|
||||
const animojis = emojis.filter(emoji => emoji.animated).length
|
||||
|
@ -69,7 +68,7 @@ module.exports = {
|
|||
|
||||
// Guild Features
|
||||
if(g.features.length >= 1){
|
||||
|
||||
|
||||
// Create an empty field so everything properly aligns on desktop
|
||||
guildCard.fields.push({
|
||||
name: ``,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue