A feature-rich Discord bot with Roblox utilities and fun commands.
- ๐ Validate Usernames: Check if a Roblox username is valid.
- ๐ Define Words: Fetch word definitions from a dictionary.
- ๐ฒ Heads or Tails: Flip a coin for random outcomes.
- ๐ฎ Roblox Game Info: Retrieve details about a Roblox game.
- ๐ค Roblox User Info: Fetch profile information of a Roblox user.
- Clone this repository:
git clone https://github.com/xxpwnxxx420lord/python-bot/tree/main cd yourbot - Install dependencies:
pip install -r requirements.txt
- Run the bot:
python main.py
- ๐
!validate <username>- Checks if a Roblox username exists. - ๐
!define <word>- Returns the definition of the word. - ๐ฒ
!coinflip- Flips a coin (heads/tails). - ๐ฎ
!gameinfo <game_id>- Fetches Roblox game details. - ๐ค
!userinfo <username>- Retrieves information about a Roblox user.
Create a requirements.txt file and add the following:
discord
requests
seleniumThen install the required Python libraries with:
pip install -r requirements.txtThis project is licensed under the MIT License.
PLEASE DO NOT REMOVE CHROME DRIVER ๐๐ป