Skip to content

CodeByAidan/Bruh-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruh-Bot

Logo

Bruh Bot

A simple, yet effective, discord bot for misc. tasks
Report bug · Request feature

Code Size Code Size Code Size

Table of contents

Quick start

Instructions

  1. Clone the repository
  2. Navigate to the root of the cloned directory
  3. Install required dependencies
  • python3 -m pip install -U requirements.txt
  1. Create a new application and bot user through Discord Developer Portal
  2. Invite the bot to your Discord server
  • e.g. use link: https://discord.com/oauth2/authorize?client_id=[your client id here]&scope=bot%20applications.commands&permissions=[your permission integer here]
  • Select your server from the list
  1. Create a file called ".env".

  2. Get your bot's secret token from the developer portal as well as a "Open Weather API Key" (found on OpenWeather) put it in the .env file in the respective place:

TOKEN = ""
OPENWEATHERMAP_KEY = ""
  1. Launch the bot
  • python3 bot.py

if you need any help, feel free to contact me on discord: bruhs#7404

Features

➣ Weather

Weather Example

➣ Member Count

Member Example

What's included

Inside the installed folder, you can expect the following (in the respective format):

📦Bruh-Bot
 ┣ 📂src
 ┃ ┣ 📂cogs
 ┃ ┃ ┗ 📂Info
 ┃ ┃ ┃ ┣ 📜Members.py
 ┃ ┃ ┃ ┗ 📜Weather.py
 ┃ ┗ 📜bot.py
 ┣ 📜.env
 ┣ 📜.gitattributes
 ┣ 📜.gitignore
 ┣ 📜LICENSE
 ┣ 📜README.md
 ┗ 📜requirements.txt

Bugs and feature requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Creators

Aidan - Livxy
https://github.com/livxy
Aidan - Livxy

Thanks

ily @timof121 for helping me with the bot😻

Copyright and license

Code and documentation copyright 2022-Present the authors. Code released under the MIT License.

Enjoy ❤️