Make a discord bot using a .txt file. Based off discordlib
pip install git+https://github.com/yo56789/discord.txt
from discordtxt import Client
client = Client("filepath")
client.run()
- No cog support
- Can only send messages
- Cant use slash commands
- Cant add reactions