trait TabComplete {
// Required method
fn complete(
&self,
part: &str,
client: &Client,
i18n: &Localization,
) -> Vec<String>;
}
trait TabComplete {
// Required method
fn complete(
&self,
part: &str,
client: &Client,
i18n: &Localization,
) -> Vec<String>;
}