https://github.com/faylenk/python.template-discord-bot
🥰 A Python discord bot template. It's free to use!
https://github.com/faylenk/python.template-discord-bot
discord-bot python python-discord-bot
Last synced: 12 months ago
JSON representation
🥰 A Python discord bot template. It's free to use!
- Host: GitHub
- URL: https://github.com/faylenk/python.template-discord-bot
- Owner: faylenk
- License: unlicense
- Created: 2025-01-28T09:22:07.000Z (about 1 year ago)
- Default Branch: base
- Last Pushed: 2025-01-28T10:48:04.000Z (about 1 year ago)
- Last Synced: 2025-01-28T11:26:02.401Z (about 1 year ago)
- Topics: discord-bot, python, python-discord-bot
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://shields.io/)
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
# Pyhon Discord Bot Template
This is a Template of a Discord Bot in Python
# ATTENTION
For this Bot work, you need to create a `.env` file and put some things.
```dotenv
TOKEN=(YOUR TOKEN HERE)
```
In your shell/terminal, put these commands:
```shell
pip install discord
pip install python-dotenv
pip install discord-py-interactions
```
If you need to set your `PYTHONPATH`, just put this on your shell/terminal:
If you are on Linux/macOS 🟥
```shell
export PYTHONPATH=$(pwd)/src
```
If you are on Windows 🟥
```powershell
set PYTHONPATH=%CD%\src
```
# FEATURES
* Automatically recognizes new commands.
* Automatically recoginizes new events.
This bot uses only:
[](#)
# BUGS
🪲 If you find some bugs, please contact me or send an Issue.
## Contact
📧 My contact ⤵️
Thanks for using my Template! Have a nice day. 👋