From f0ba484f7995fd5571e459e81a5f4acc2e4f59a4 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:16:23 +0300 Subject: [PATCH] Utility: make sure the data in !info is always fresh --- src/plugins/Utility.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Utility.ts b/src/plugins/Utility.ts index de49a7f4..be5be4e4 100644 --- a/src/plugins/Utility.ts +++ b/src/plugins/Utility.ts @@ -607,7 +607,7 @@ export class UtilityPlugin extends ZeppelinPlugin { let member; if (!(user instanceof UnknownUser)) { - member = await this.getMember(user.id); + member = await this.getMember(user.id, true); } const embed: EmbedOptions = {