From 0c464d7b4c296bd7968e5dc310edbfd40580f8eb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 2 Apr 2017 03:13:37 +0000 Subject: [PATCH] Finish Up That Change --- commands/search/osu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/osu.js b/commands/search/osu.js index a975dca6..3afcc031 100644 --- a/commands/search/osu.js +++ b/commands/search/osu.js @@ -29,7 +29,7 @@ module.exports = class OsuCommand extends commando.Command { if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES', 'EMBED_LINKS'])) return; } console.log(`[Command] ${message.content}`); - let usernameToSearch = encodeURI(args.username); + let usernameToSearch = args.username; try { let response = await request .get('https://osu.ppy.sh/api/get_user')