update to discord-player-v6 #76
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ export default (interaction: Interaction, client: Client) => {
|
|||
return command.autocomplete(interaction);
|
||||
}
|
||||
|
||||
return;
|
||||
return console.error(loc.get("e_interacreate_no_autocomplete"));
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
||||
"e_interacreate_no_modal": "Désolé, le modèle n'existe plus...",
|
||||
"e_interacreate_no_button": "Désolé, le bouton n'existe plus...",
|
||||
"e_interacreate_no_autocomplete": "Désolé, pas d'autocomplétion existe pour cette commande...",
|
||||
|
||||
"c_ping_name": "Ping",
|
||||
"c_ping_desc": "Pong!",
|
||||
|
|
Loading…
Reference in a new issue