Skip to content

Commit

Permalink
Merge pull request #64 from ignaciochemes/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ignaciochemes committed Jan 16, 2024
2 parents 7115d2f + 74b5014 commit 82313e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UidCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { UidDao } = require("../Daos/UidDao");
module.exports = {
data: new SlashCommandBuilder()
.setName('uid')
.setDescription('Convert GUID to SteamId64')
.setDescription('Convert SteamId64 to UID')
.addStringOption(option =>
option.setName('steamid64')
.setDescription('Enter your SteamId64')
Expand Down

0 comments on commit 82313e8

Please sign in to comment.