feat: is_follower, is_followed

docs: 📝 is_follower, is_followed
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-25 22:59:52 +03:00
parent 4f46797169
commit f49de4ce50
6 changed files with 194 additions and 3 deletions

View file

@ -24,7 +24,7 @@ pub async fn database_config() -> DataBaseConfig {
let dirty: Vec<&str> = element.split(": ").collect();
configs_cleaned.push(dirty[1]);
}
DataBaseConfig {
address: configs_cleaned[0].to_string(),
username: configs_cleaned[1].to_string(),