Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s0hv/not-a-bot
Discord bot written in python using discord.py
https://github.com/s0hv/not-a-bot
asyncio bot discord discord-bot disnake python python-3
Last synced: 5 days ago
JSON representation
Discord bot written in python using discord.py
- Host: GitHub
- URL: https://github.com/s0hv/not-a-bot
- Owner: s0hv
- License: mit
- Created: 2017-02-09T09:28:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T15:17:14.000Z (3 months ago)
- Last Synced: 2024-08-14T14:48:37.679Z (3 months ago)
- Topics: asyncio, bot, discord, discord-bot, disnake, python, python-3
- Language: Python
- Homepage:
- Size: 87 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Not-a-bot
Discord bot written in python using disnake
Not meant to be selfhosted# Cogs
All of the commands reside in the `cogs` folder with the exception of help which is located in the `bot.py` file in `bot` folder.
Backend for the commands is located in `bot` and `utils`# Requirements
`requirements.txt` should have most if not all the packages needed to run this bot.
You still need outside programs such as a MySQL server set up for the bot to work.