We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1269146 commit 5738f46Copy full SHA for 5738f46
1 file changed
src/core/config.rs
@@ -103,7 +103,7 @@ impl Config {
103
println!(" - Discord webhook URL");
104
println!(" - Bot name and avatar");
105
println!(" - Monitoring settings");
106
- println!(" - Database path (SQLite file)");
+ println!(" - Database path (SQLite file url)");
107
println!();
108
print!("Press Enter when you've finished editing the config file...");
109
io::stdout().flush()?;
0 commit comments