https://github.com/Vespr0/Bot
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Vespr0/Bot
- Owner: EliteEngineer0
- Created: 2023-04-14T12:53:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T12:53:13.000Z (about 3 years ago)
- Last Synced: 2025-01-05T05:42:06.260Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).
[](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).