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

https://github.com/sans-script/mr.bot

I made this discord bot when I was enrolled in the Qubit by Qubit Introduction to Quantum Computing course at The Coding School
https://github.com/sans-script/mr.bot

Last synced: about 2 hours ago
JSON representation

I made this discord bot when I was enrolled in the Qubit by Qubit Introduction to Quantum Computing course at The Coding School

Awesome Lists containing this project

README

          

# Discord Rock, Paper, Scissors Bot

This is a simple Python Discord bot that plays the rock, paper, scissors game with users. The bot makes random choices and determines the winner based on the traditional rules of the game.

## How to Use the Bot

1. **Installation:**
- Clone this repository to your local machine:

```bash
git clone https://github.com/sans-script/Mr.Bot.git
```
- Install the required dependencies:

```bash
py -3 -m pip install -U discord.py
```

2. **Execution:**
- Don't forget to insert your TOKEN.
```bash
client.run('your token goes here')
```
- Run the bot:

```bash
python Mr.bot.py
```

3. **Usage:**
- On the Discord server where the bot is installed, type one of the following commands:

- `?norms`: Displays the community norms.
- Choose `rock`, `paper` or `scissors` and play.

5. **Outcome:**
- The bot will respond with its choices and the result of the game.

## Contributions
Contributions are welcome! If you find issues, bugs, or possible improvements, feel free to create an issue or submit a pull request. Maybe a Discord Rock, Paper, Scissors, Lizard, Spock bot.