https://github.com/ccrashzer0/discord_bot
https://github.com/ccrashzer0/discord_bot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccrashzer0/discord_bot
- Owner: CCrashZer0
- Created: 2022-05-02T20:07:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T00:41:59.000Z (about 3 years ago)
- Last Synced: 2025-01-27T05:58:17.208Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# DiscordBot
![]()
![]()
This repository is a discord bot that I am building for a server I am actively involed in.
## Getting Started
---
Windows
```
pip install -r requirements.txt
```
Linux
```bash
pip3 install -r requirements.txt
```
### Setup
---
Once you have installed all of the requirements you will need to edit your config file with your discord token.
```json
config\config.json
```## Contributing
---
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.