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.
- 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.
- Python 3.6 or higher
- Discord.py library
- A Discord bot token
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/discord-rps-bot.git cd discord-rps-bot
-
Install the required libraries:
pip install discord.py
-
Replace the token in
discordbot.py
with your own bot token:token = "your_bot_token_here"
-
Run the bot:
python discordbot.py