Skip to content

Commit

Permalink
[Enhancement] Renamed useravatar to avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 30, 2021
1 parent 3fee9c4 commit 996f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/misc/avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { SlashCommandBuilder } = require("@discordjs/builders");

module.exports = {
data: new SlashCommandBuilder()
.setName("useravatar")
.setName("avatar")
.setDescription("Sends the user's avatar")
.addUserOption((option) =>
option.setName("user").setDescription("Select a user").setRequired(true)
Expand Down

0 comments on commit 996f402

Please sign in to comment.