Skip to content

Commit

Permalink
currently wont happen
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Oct 30, 2023
1 parent 2da530a commit 45bc619
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ export default (language: CT.Language, command: string, subCommandGroup?: string
return language.contextCommands.message[command as keyof typeof language.contextCommands.message]
?.desc;
}
if (cJSON.type === Discord.ApplicationCommandType.User) {
return language.contextCommands.user[command as keyof typeof language.contextCommands.user]?.desc;
}
// if (cJSON.type === Discord.ApplicationCommandType.User) {
// return language.contextCommands.user[
// command as keyof typeof language.contextCommands.user
// ]?.desc;
// }
return '';
};

0 comments on commit 45bc619

Please sign in to comment.