remove emoji length limit for counters

This commit is contained in:
Jill 2023-11-12 23:37:27 +03:00
parent f0b258b3d0
commit 2c3443a639
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ module.exports = {
option
.setName('emoji')
.setDescription('An emoji or symbol or something to represent the counter')
.setMaxLength(32)
.setRequired(true)
)
.addNumberOption(option =>