A discord API wrapper.
Project description
discmoji
NOTE:
Discmoji is in a very early development stage, like literally so early that only gateway connections are usable right now.
❔ 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
Replace DISCORD_BOT_TOKEN with your actual bot token.
from discmoji import *
import asyncio
DISCORD_BOT_TOKEN = "1234567890"
Client = Bot(token=DISCORD_BOT_TOKEN,intents=123213123)
@Client.command(name="example_command")
async def commd(ctx: Invoked):
Client.get_guild(1234567)
Client.send_message("message")
@commd.error()
async def example_error(ctx: Invoked,error: Exception):
print("Something bad happened!")
asyncio.run(Client.connect)
📣 ANNOUNCEMENTS/FAQ
🚀 Development Schedule???
The development schedule will have fluctuations, but expect atleast 5 commits a week.
🤞 1.0.0?
1.0.0 is going to come out in 2025. No solid dates yet!
❔ Will this ever be finished?
Fingers Crossed!
Example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file discmoji-0.1.3.tar.gz.
File metadata
- Download URL: discmoji-0.1.3.tar.gz
- Upload date:
- Size: 72.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54fd9b5c786efa8197e6215dedec5353cdd3e1f48fc1e19423832ef48be89415
|
|
| MD5 |
19be4e475c0ca4c654bc78a7d7d71011
|
|
| BLAKE2b-256 |
fb09bdbcd9cd48e6a64b600c952353c0e577f73f1052feb483a4855f5aaf5a72
|
File details
Details for the file discmoji-0.1.3-py3-none-any.whl.
File metadata
- Download URL: discmoji-0.1.3-py3-none-any.whl
- Upload date:
- Size: 78.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
109dd89e0da601fb7a4ca2e6d87d909bc80c21e982d925cf8c845d355f458c0e
|
|
| MD5 |
d9684639f8361a04973fec114e12e6b7
|
|
| BLAKE2b-256 |
769f7408ced381b63cc9d2b9eb23d422c22c7b7ae3b9148bbc9f14f0ca6f341f
|