We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a650321 commit 9c60bafCopy full SHA for 9c60baf
src/lib/config.rs
@@ -6,6 +6,7 @@ use serde::Deserialize;
6
use serenity::model::id;
7
8
#[derive(Deserialize, Clone)]
9
+#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
10
pub struct Config {
11
pub discord_token: String,
12
pub spotify_username: String,
0 commit comments