Skip to main content

A discord API wrapper.

Project description

discmoji

CodeFactor License PyPI - Version GitHub code size in bytes

❔ What is Discmoji?

Discmoji is an API wrapper for Discord, made for fun! This isn't meant for production use, and if it does get used a lot, the library will get a redesign.

💡 Suggestions?

Open a issue with the label enhancement, and follow the template!

⭐️ Contributing

Discmoji needs contributors! contact me (mojidev-py) at pycharmdudeig@gmail.com to become one!

📖 Example

from discmoji import *
import asyncio

Client = Bot(token="discord bot token",intents=123213123) 

@Client.command(name="example command")
async def commd(ctx: Invoked):
    asyncio.run(Client.get_guild(1234567))

@commd.error()
async def example_error(ctx: Invoked,error: Exception):
    print("Something bad happened!")

asyncio.run(Client.connect)

🗓️ Release Date???

Around October 17th or September 30th (0.3.0 is going to be a full release)

📣 ANNOUNCEMENTS/FAQ

September 25th: We now have a solid release date for the library. The library has progressed from prealpha to alpha, and will be progressing into beta soon. Watch out!

🚀 Development Schedule???

The development schedule will have fluctuations, but expect atleast 5 commits a week.

🤞 1.0.0?

1.0.0 is estimated to be made around March 2025, all the way to late May 2025 all the way to July 2025 (not very optimistic date, ik)

❔ Will this ever be finished?

Fingers Crossed!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

discmoji-0.2.1.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

discmoji-0.2.1-py3-none-any.whl (21.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page