Skip to content

Chris-B33/Brophy-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brophy Bot

GitHub forks GitHub Repo stars

Description

This is a basic bot for Discord. Given a token for discord and an API key for OpenAI, you can access all its functions.
Unless it reads a few command keywords, it will respond to you like ChatGPT.
Otherwise, it will react to those commands.

Installation

Libraries

You will need to install:

  • discord
  • openai
  • gtts
  • youtube_search
  • yt_dlp

You also have to install FFmpeg. Not by using pip as with Python libraries.
You have to download it from here. Then, put it in your C:\ folder and add the bin\ folder inside to your PATH environment variable.

Tokens and Keys

You will also need to replace the spots in tokens.env with your own generated tokens.

Running the Bot

After doing all of the above, invite the bot to your server, run main.py and your bot is all setup.

About

Basic Discord bot connected with OpenAI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages