updated lang strings

This commit is contained in:
2022-02-13 19:35:16 -06:00
parent b1d01b414e
commit 343ed640ae
10 changed files with 43 additions and 15 deletions

View File

@@ -245,7 +245,7 @@ export async function getPlayerInteraction(interaction: CommandInteraction) {
let data = await getPlayer(username);
if (data === null)
throw emsg('Unable to find user');
throw emsg('api.noUser');
else
sendPlayerEmbed(interaction, data);
}