Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
/ ucord Public archive

ucord is a Discord API library for simple and fast Discord Bots

License

Notifications You must be signed in to change notification settings

PepperAI-xyz/ucord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ucord

Ucord is a discord library build using threads for maximum performance

Bot example

    import ucord

    client = ucord.Client()
    client.set_token("token")
    client.run()

    @client.on_ready
    def on_ready(client):
        print(f"Logged in as {client.user}")

    @client.slash_command(name="ping", description="Ping command")
    def ping(ctx):
        embed = ucord.Embed(title="Pong!", description="Pong!")
        ctx.reply("Bot is online", embed=embed)

About

ucord is a Discord API library for simple and fast Discord Bots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages