Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

discmoji

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discmoji

A discord API wrapper.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
2

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

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!

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc