3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 23:25:02 +00:00

Utility: make sure the data in !info is always fresh

This commit is contained in:
Dragory 2019-08-04 13:16:23 +03:00
parent bf5656b7aa
commit f26ac4bd85

View file

@ -607,7 +607,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
let member;
if (!(user instanceof UnknownUser)) {
member = await this.getMember(user.id);
member = await this.getMember(user.id, true);
}
const embed: EmbedOptions = {