From 0d0409d2c017c8eed5560caa8e35bf72f210b27d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 8 Mar 2021 20:27:51 -0500 Subject: [PATCH] Fix --- commands/random-seed/name-rater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random-seed/name-rater.js b/commands/random-seed/name-rater.js index a73896d3..20bf90f6 100644 --- a/commands/random-seed/name-rater.js +++ b/commands/random-seed/name-rater.js @@ -26,7 +26,7 @@ module.exports = class NameRaterCommand extends Command { type: 'string', max: 25, default: msg => msg.author.username, - validate: name => { + validate: async name => { const matches = name.match(/^(?:<@!?)?([0-9]+)>?$/); if (matches) { try {