https://github.com/hankb-o-t/python-discord-bot
A discord bot i made using python and discord.py
https://github.com/hankb-o-t/python-discord-bot
discord-bot python
Last synced: 4 months ago
JSON representation
A discord bot i made using python and discord.py
- Host: GitHub
- URL: https://github.com/hankb-o-t/python-discord-bot
- Owner: HankB-o-t
- Created: 2023-02-14T23:55:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T19:22:48.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T06:26:13.673Z (6 months ago)
- Topics: discord-bot, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-discord-bot
A discord bot i made using python and discord.py## Installing
I recommend using virtualenv to install packages on windows or if you are only using the packages in only ONE repositoryTo install dependencies simply run:
`pip install -r ./requirements.txt`## Running
To run it you need to create a .env file looking like this
```py
SECRET_TOKEN="your_token"
```then use the command `py index.py` on windows, and `python3 index.py` on linux