Skip to content

Thuliumitation/nestcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Nestcord

The best API wrapper for discord you will ever need.

Bot Example

import nestcord
import asyncio

client = nestcord.Client()

async def main():
    await client.send(
        926115595307614252,
        content"Hello!"
    )

asyncio.run(main())

More examples in the examples directory.

Supports

  • Timeouts
  • Interactions
  • Components

About

Nestcord, the best discord API wrapper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages