From 6628eb89cd6f84dfa5a4777674b4042560901aad Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 17 Sep 2023 21:42:42 +0100 Subject: [PATCH] fix: had removed some things from the bot flake --- applications/discord.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/applications/discord.nix b/applications/discord.nix index 75bef74..50287d9 100644 --- a/applications/discord.nix +++ b/applications/discord.nix @@ -32,13 +32,7 @@ in { mail = config.age.secrets.discord_mail.path; }; - discord = { - server = "689189992417067052"; - role = { - past = "689192357727436926"; - current = "1152702256702030035"; - }; - }; + discord.server = "689189992417067052"; }; }; }