Defectio Save Abandoned

Python wrapper for Revolt https://revolt.chat

Project README

Defectio

revolt-api Documentation Status All Contributors

defectio is a direct implementation of the entire Revolt API and provides a way to authenticate and start communicating with Revolt servers. Similar interface to discord.py

Example Usage

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("your token here")

Contribute

Join our server here

License

Licensed under an MIT license

Based on discord.py by Rapptz here

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Joshua Nixon

?

Adam

?

jotte

?

Paul Makles

?

Cearaj

?

jafreli

?

Dark42ed

?

FabrizioCoder

?

This project follows the all-contributors specification. Contributions of any kind welcome!

Open Source Agenda is not affiliated with "Defectio" Project. README Source: Darkflame72/defectio
Stars
29
Open Issues
14
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating