From c4af2b4b9dff638f50c00ee2f4e275f2bcb56690 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Tue, 3 May 2022 14:49:14 -0400 Subject: [PATCH] increase chances for skynet reaction it doesn't come up that often tbh --- Features.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.cs b/Features.cs index 311b7ee..f3ca4a2 100644 --- a/Features.cs +++ b/Features.cs @@ -159,7 +159,7 @@ namespace silverworker_discord public static async void Skynet(SocketUserMessage message) { - switch (r.Next(20)) + switch (r.Next(5)) { case 0: await message.Channel.SendFileAsync("./coding and algorithms.png", "i am actually niether neural-net processor nor a learning computer. but I do use **coding** and **algorithms**.");