forked from adam/discord-bot-shtik
increase chances for skynet reaction
it doesn't come up that often tbh
This commit is contained in:
parent
0265be98c9
commit
c4af2b4b9d
@ -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**.");
|
||||||
|
Loading…
Reference in New Issue
Block a user