defectio is a direct implementation of the entire Revolt API and provides a way to authenticate and start communicating with Revolt servers. It is currently in active development so not all features are yet implemented. Similar interface to discord.py
import defectio
client = defectio.Client()
@client.event
async def on_ready():
print("We have logged in.")
@client.event
async def on_message(message: defectio.Message):
if message.author == client.user:
return
if message.content.startswith("$hello"):
await message.channel.send("Hello!")
client.run("")Join our server here
Licensed under an MIT license
Based on discord.py by Rapptz here
Thanks goes to these wonderful people (emoji key):
Joshua Nixon π» |
Adam π» |
jotte π» |
Paul Makles π |
Cearaj π» |
jafreli π» |
This project follows the all-contributors specification. Contributions of any kind welcome!