Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bw55555 committed Jun 15, 2023
1 parent cf19708 commit b7eeabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/adminskill.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = async function (message, user) {
return Promise.all([functions.validate(message, user)]).then(ret => {
let target = ret[0];
if (target == false) { return user; }
let text = "Successfully added skills: "
let text = "Successfully added skills to <@" +target._id+ ">: "
for (let i = 2; i < words.length; i++) {
let skillid = parseInt(words[i])
if (skillid < 0 || skillid >= skillData.length) { continue; }
Expand Down

0 comments on commit b7eeabe

Please sign in to comment.