updated lang strings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user