Skip to content

MJerich/ZeldaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeldaBot

supported Python versions

Current Features

  • Joke Teller: Type '!joke' for a funny dad joke
  • YMH Quote: Type '!ymh' for a funny quote from "Your Mom's House Podcast"
  • Coin Flip: Type '!flip' to get a random response of "Heads" or "Tails"
  • ChatGPT-3: Type '!ai {your message}' to send a message to ChatGPT and get a response.
  • Remind Me: Will make a reminder for you and anyone/role you tag.

Pakages Used

  • Discord.py: python3 -m pip install -U discord.py
  • Python-dotenv: python3 -m pip install python-dotenv
  • Requests: python3 -m pip install requests

Usage

  • Install the packages above

  • Create your discord application and get the secret token. And get your own OpenAI API key:

    Discord Developer Portal

    OpenAI

  • Create your own file called .env in the root folder. And set it up like the image below.

    env file

  • From the root directory use python3 main.py to start your bot.

Questions

For any questions contact me on my github at: MJerich

or email me at: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages