https://github.com/coderrony955/discord-funjoyjolt-bot
A playful Discord bot that delivers jokes, motivational quotes, and random thoughts to keep your server entertained.
https://github.com/coderrony955/discord-funjoyjolt-bot
bots discord-bot discord-py
Last synced: over 1 year ago
JSON representation
A playful Discord bot that delivers jokes, motivational quotes, and random thoughts to keep your server entertained.
- Host: GitHub
- URL: https://github.com/coderrony955/discord-funjoyjolt-bot
- Owner: CoderRony955
- License: mit
- Created: 2024-07-29T13:28:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T12:06:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T10:15:18.430Z (over 1 year ago)
- Topics: bots, discord-bot, discord-py
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord FunBot(JoyJolt Bot) that tells you joke, motivations and thoughts
Discord FunBot is a playful and engaging bot designed to bring joy and inspiration to your Discord server. It tells jokes, shares thoughts on various topics, and offers motivational quotes. Whether you're looking to lighten the mood or spark some inspiration, FunBot has you covered.
### Jokes
- **/joke or /tell me a joke:** Tells a random joke.
- **/joke of the day:** Shares the joke of the day.
- **/thought [topic]:** Tells thought on specific topic.
- **/motivation about [query]:** Provides a motivational quote based on the given query.
### Help
- **/help:** Displays a beautiful format with all the commands and their functionalities.
### Example Commands
- /joke
```Why don't scientists trust atoms? Because they make up everything!```
- /thought about happiness
```Happiness is not something ready-made. It comes from your own actions.```
- /motivation about success
```Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful.```

### Prerequisites
- **[Python](https://www.python.org/)**
- **[Discord.py library](https://discordpy.readthedocs.io/en/stable/)**
### Setup your own bot
- Go to the [Discord developer portal](https://discord.com/developers/docs/intro).
- Create a new application.
- Navigate to the "Bot" section and add a bot.
- Copy the bot token.
### Install the discord.py library using pip:
``` sh
pip install discord.py
```
discord.py is a Python library used to interact with the Discord API and create bots for Discord servers. Here are some key features and concepts related to discord.py
## Installation
### Clone the Repository
``` sh
git clone https://github.com/CoderRony955/Discord-FunJoyjolt-bot
```
## Install the Required Libraries
``` sh
pip install -r requirements.txt
```
#### - Start writing your bot code in python and Replace 'YOUR_BOT_TOKEN' and then Run the Bot Execute your Python script to start the bot:
``` python bot.py ```.
#### - Invite the Bot to a Server Generate an OAuth2 URL in the Discord Developer Portal to invite your bot to your server. Then test your bot.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](https://github.com/CoderRony955/Discord-FunJoyjolt-bot/blob/master/LICENSE) file for more details.
## 📲 Get in Touch