mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
OOPS
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = class DiscriminatorCommand extends Command {
|
||||
{
|
||||
key: 'discrim',
|
||||
prompt: 'Which discriminator would you like to search for?',
|
||||
type: 'integer',
|
||||
type: 'string',
|
||||
default: '',
|
||||
validate: discrim => {
|
||||
if (/^[0-9]+$/.test(discrim) && discrim.length === 4) return true;
|
||||
|
||||
Reference in New Issue
Block a user