A discord API wrapper.
Project description
discmoji
❔ 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!
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
File details
Details for the file discmoji-0.1.0.tar.gz
.
File metadata
- Download URL: discmoji-0.1.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38a4cf2350a472b15cec8779e6f8b7f659b2e729445f25284e1dccf6d21f2667 |
|
MD5 | e34f0d37b7a28c9f761fca6b56ba6b14 |
|
BLAKE2b-256 | a9a425d8401b48162cbaf39effc878fe89f65da1bcf5d7dc188230616f989109 |
File details
Details for the file discmoji-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: discmoji-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.6 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 | 0c010d51e72322e7b5d0ea7200bb28c723066e18e14b0f7e364100378406ea29 |
|
MD5 | 06308e512d0f6addb8e5ffd3e3fbf956 |
|
BLAKE2b-256 | 0cd41cff57eb5ce6a161089d1284cb131833ec6174353f57ddb45ef9999886f5 |