updated lang strings
This commit is contained in:
2
dist/api.js
vendored
2
dist/api.js
vendored
@@ -204,7 +204,7 @@ async function getPlayerInteraction(interaction) {
|
||||
await interaction.deferReply();
|
||||
let data = await getPlayer(username);
|
||||
if (data === null)
|
||||
throw (0, util_1.emsg)('Unable to find user');
|
||||
throw (0, util_1.emsg)('api.noUser');
|
||||
else
|
||||
sendPlayerEmbed(interaction, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user