Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@kerollosy kerollosy released this 22 Aug 01:15
  • Add files uploading support

Example usage:

channel.send({
    "files": ["/home/SIRENCE/Desktop/session.txt", "/home/SIRENCE/Desktop/pic.jpg"],
    "content": "+1000 aura",
    "embeds": [{
        "description": "Pong!"
    }]
} )