An open API service indexing awesome lists of open source software.

https://github.com/albandewilde/schrodinger

Schrödinger's cat's Discord bot
https://github.com/albandewilde/schrodinger

discord discord-bot discord-go discordgo

Last synced: 3 months ago
JSON representation

Schrödinger's cat's Discord bot

Awesome Lists containing this project

README

        

# Schrödinger
Schrödinger's cat's Discord bot

## Presentation

Here is Mr.Schrödinger, may you can ask him if is cat is alive.
Here is the refecence: https://en.wikipedia.org/wiki/Schr%C3%B6dinger%27s_cat

## Usage

To know if the cat is alive send "Is the cat alive ?".
If you got an answer, that mean the cat is alive otherwise (you don't have an answer) that mean the cat is dead.

## Implementation

In the code, I just do a random between 0.0 and 1.0.
You have an answer if the result higher than 0.5 (the cat is alive).