Skip to content

Commit

Permalink
🐛 Save GIF guild icons
Browse files Browse the repository at this point in the history
Closes #166
  • Loading branch information
Androz2091 committed Jan 17, 2021
1 parent 4b34738 commit a00fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const create = async (
await nodeFetch(guild.iconURL({ dynamic: true })).then((res) => res.buffer())
).toString('base64');
}
backupData.iconURL = guild.iconURL();
backupData.iconURL = guild.iconURL({ dynamic: true });
}
if (guild.splashURL()) {
if (options && options.saveImages && options.saveImages === 'base64') {
Expand Down

0 comments on commit a00fbda

Please sign in to comment.