mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
Merge branch 'main' of https://github.com/SrIzan10/vinci
This commit is contained in:
@@ -24,7 +24,6 @@ export default commandModule({
|
||||
],
|
||||
execute: async (ctx, options) => {
|
||||
const option = options[1].getString('texto', true)
|
||||
if (option.length > 15) return await ctx.reply({content: `El texto es muy largo, intenta que sea menor que 15 caracteres.`, ephemeral: true})
|
||||
|
||||
await ctx.reply({content: 'Cargando...'})
|
||||
|
||||
@@ -53,4 +52,4 @@ export default commandModule({
|
||||
files: [attachment]
|
||||
})
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user