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

https://github.com/Vespr0/Bot


https://github.com/Vespr0/Bot

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

---
title: Discord Python bot
description: A Discord bot written in Python
tags:
- python
- discord.py
---

# Discord.py Example

This example starts a Discord bot using [discord.py](https://discordpy.readthedocs.io/en/stable/).

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/PxM3nl)

## ✨ Features

- Python
- Discord.py

## 💁‍♀️ How to use

- Install packages using `pip install -r requirements.txt`
- Start the bot using `python main.py`

## 📝 Notes

This is a basic bot with the prefix `!`, more information can be founded at their [offical documentation](https://discordpy.readthedocs.io/en/stable/api.html).