increase chances for skynet reaction

it doesn't come up that often tbh
This commit is contained in:
Adam R Grey 2022-05-03 14:49:14 -04:00
parent 0265be98c9
commit c4af2b4b9d

View File

@ -159,7 +159,7 @@ namespace silverworker_discord
public static async void Skynet(SocketUserMessage message) public static async void Skynet(SocketUserMessage message)
{ {
switch (r.Next(20)) switch (r.Next(5))
{ {
case 0: 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**."); 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**.");