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
- Host: GitHub
- URL: https://github.com/sans-script/mr.bot
- Owner: sans-script
- Created: 2021-09-27T18:30:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T20:15:23.000Z (over 2 years ago)
- Last Synced: 2025-03-02T03:35:28.422Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.