kamfretoz / KamFreBOT

A simple Discord bot made in Discord.py Rewrite by me for some of my private Discord servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KamFreBOT Discord Bot

A simple Discord bot made by me for some of my private Discord servers

This Frankenstein abomination of a bot is something i have made few years ago. Feel free to explore it by yourself Warning: TERRIBLE CODE AHEAD You have been warned.

Bootup Screen

Installation

  • Clone this Repo $ git clone https://github.com/kamfretoz/KamFreBOT
  • Navigate to the desired directory
  • Install the required dependencies with python3 -m pip install -r requirements.txt
  • Fill in the Token and The YT API Key
  • Run the bot with ./run.sh or ./run.bat according to your prerferred operating system.
  • Enjoy the abomination 😂

Customization

All configuration files has been moved to /data folder For configuration, see config.py file.

  • This Bot has a custom boot/loading screen Feel free to use it for whatever you like (I recommend to use it as an MOTD or something.) To customize the bootup logo, edit the bootup_logo.txt to your liking.

  • The bot also has a customizeable Error message quotes Go to quotes.py to customize the error message quotes.

  • You can customize the Error Logging channel Open up config.py and put your desired channel ID on home variable

Token, Key and Stuff

You will need to provide your own Token. Put the token on coin.json file And your YouTube API v3 Key on /cogs/core/config.py Also add your own OpenWeather API v3 Key to /cogs/data/weather_api_key.json

Credit

Feel free to take any code you like! i don't mind :D I've tried to put the credit as much as i can on the code. If i'm missing anyone, let me know!

APIs used

Modules used

Built with libneko

About

A simple Discord bot made in Discord.py Rewrite by me for some of my private Discord servers

License:The Unlicense


Languages

Language:Python 99.8%Language:Batchfile 0.1%Language:Shell 0.1%