From 88b10d0ffd570093653a2a7d5c050bb7cf37ab36 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 19 Feb 2021 21:02:00 +0100 Subject: [PATCH] update parsemention --- util/parseMention.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/parseMention.js b/util/parseMention.js index ffc4f31..897c9d8 100644 --- a/util/parseMention.js +++ b/util/parseMention.js @@ -29,7 +29,7 @@ module.exports = function (text, guild) { } }); } - return { id: id }; + return id; }