Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❓ Devcord

Devcord is a Python based Discord API wrapper. We use Discord's V10 API (The latest API version) and the latest Discord Gateway.

We are still in the alpha stages of development.

Devcord is well-tested on Python v3.10, but ideally v3.9 and v3.8 should work with equal performance.

💻 Usage

Devcord is still in very early development stages, but the expected syntax will be updated everytime below:

import devcord

INTENTS = devcord.Intents.All()

bot = devcord.BotUser(
        bot_token = '...',
        intents = INTENTS,
        prefixes = ['devcord', 'devcord.']
    )

bot.run()

⛓ Links

About

Devcord is an unreleased discord API wrapper made using Python.

Topics

Resources

Contributing

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages