Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.02 KB

dUmbBoT

This is a Discord bot that allows users to play Rock Paper Scissors against the bot or each other. The bot also maintains a leaderboard to track player scores and keeps a history of games played. Other random functionalities are also included.

Features

  • Play Rock Paper Scissors against the bot.
  • Challenge other users to a game of Rock Paper Scissors.
  • View a leaderboard of scores.
  • Access game history.
  • Interactive commands for fun responses and activities.

Requirements

  • Python 3.6 or higher
  • Discord.py library
  • A Discord bot token

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/discord-rps-bot.git
    cd discord-rps-bot
  2. Install the required libraries:

    pip install discord.py
  3. Replace the token in discordbot.py with your own bot token:

    token = "your_bot_token_here"
  4. Run the bot:

    python discordbot.py