Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
maamokun committed Aug 13, 2024
1 parent 012eb81 commit 7f59fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/rank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
},
interactionRun: async (interaction: CommandInteraction) => {
const username = interaction.user.displayName;
const avatar = `${interaction.user.displayAvatarURL()}&size=1024"`;
const avatar = `${interaction.user.displayAvatarURL()}?size=1024"`;
const guildDB = await prisma.server.findUnique({
where: {
id: interaction.guild?.id,
Expand Down

0 comments on commit 7f59fc3

Please sign in to comment.