Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about command #38

Merged
merged 4 commits into from
Aug 16, 2024
Merged

about command #38

merged 4 commits into from
Aug 16, 2024

Conversation

solomonchidera
Copy link
Owner

No description provided.

solomonchidera and others added 4 commits August 16, 2024 07:44
This commit refactors the `load_cogs` function in `bot.py` to load additional cogs for the bot. The following cogs are now being loaded:
- `cogs.articles`
- `cogs.youtube`
- `cogs.quotes`
- `cogs.projects`
- `cogs.about`
- `cogs.memes`

These cogs provide additional functionality to the bot, enhancing its capabilities. This change was made to improve the overall user experience and provide more features for users to interact with.
This commit adds the necessary code changes to implement the meme functionality in the bot. It includes modifications to the `meme_api.py` file to make a request to the memes API and retrieve a meme image. Additionally, the `memes.py` file in the `cogs` directory is updated to define the `meme` command, which sends a meme to the user in a Discord interaction. This feature enhances the bot's capabilities and provides users with a fun and entertaining experience.
@solomonchidera solomonchidera merged commit b1a91e8 into main Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant