diff --git a/CHANGELOG.md b/CHANGELOG.md index 898fabd..4eb0600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.3.0-alpha.9] - 2025-01-21 + +### Miscellaneous Tasks + +- Disable `LIL_NOUNS_DISCORD_ENABLED` + ## [1.3.0-alpha.8] - 2025-01-21 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 62ae8f7..e6fda61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "lilnouns-bots" -version = "1.3.0-alpha.8" +version = "1.3.0-alpha.9" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 04eb375..968f54a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-bots" -version = "1.3.0-alpha.8" +version = "1.3.0-alpha.9" authors = ["Milad Nekofar "] edition = "2021" description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged." diff --git a/wrangler.toml b/wrangler.toml index b5aa091..394d4f9 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -102,7 +102,7 @@ WARPCAST_API_BASE_URL = "https://api.warpcast.com/v2" # Lil Nouns Settings LIL_NOUNS_ENABLED = "true" -LIL_NOUNS_DISCORD_ENABLED = "true" +LIL_NOUNS_DISCORD_ENABLED = "false" LIL_NOUNS_FARCASTER_ENABLED = "true" LIL_NOUNS_BASE_URL = "https://lilnouns.camp/proposals" LIL_NOUNS_GRAPHQL_URL = "https://api.goldsky.com/api/public/project_cldjvjgtylso13swq3dre13sf/subgraphs/lil-nouns-subgraph/1.0.6/gn"