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:
parent
bf5656b7aa
commit
f26ac4bd85
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue