2022-11-06 17:59:11 +00:00
2021-11-23 19:39:16 +00:00
2021-11-23 20:04:03 +00:00
2022-11-06 16:31:19 +00:00
2022-11-06 16:58:47 +00:00
2021-11-23 21:01:30 +00:00
2022-11-06 17:59:11 +00:00
2022-11-06 17:07:36 +00:00
2021-11-25 00:22:25 +00:00

Contributors Forks Stargazers Issues MIT License LinkedIn


discord.py-bot

A simple Discord bot created with discord.py for a University project.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

A simple Discord bot created with discord.py for a University project.

Getting Started

Prerequisites

Python

Installation

  1. Clone the repo
    git clone https://github.com/ssyyhhrr/discord.py-bot.git
    
  2. Install Python packages
    pip install -r requirements.txt
    
  3. Enter your credentials in .env
    DISCORD_TOKEN=ENTER_YOUR_DISCORD_TOKEN
    DISCORD_ID=ENTER_YOUR_DISCORD_ID
    

Usage

py main.py

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Rhys Bishop - https://sy.hr/ - mail@rhysbi.shop

Project Link: https://github.com/ssyyhhrr/discord.py-bot

Description
A simple Discord bot created with discord.py for a University project.
Readme 80 KiB
Languages
Python 100%