An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

[![Generic badge](https://img.shields.io/badge/version-stable-green.svg)](https://shields.io/)
[![Maintenance](https://img.shields.io/badge/maintained%3F-yes-green.svg)](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:

[![Python](https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff)](#)

# BUGS


🪲 If you find some bugs, please contact me or send an Issue.

## Contact


📧 My contact ⤵️



Gmail


Instagram


Thanks for using my Template! Have a nice day. 👋