Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 674 Bytes
title description tags
Discord Python bot
A Discord bot written in Python
python
discord.py

Discord.py Example

This example starts a Discord bot using discord.py.

Deploy on Railway

✨ 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.