Discord.js - Discord के लिए JS लाइब्रेरी
(discord.js.org)- सार्वजनिक Discord API को 100% कवर करने वाला Node.js मॉड्यूल
→ Bot और App डेवलपमेंट: उपयोगकर्ता, चैनल, guild, emoji, invites, webhook, slash commands
→ Opus codec सपोर्ट होने से audio ट्रांसमिशन संभव
-
ऑब्जेक्ट-ओरिएंटेड, तेज़ और कुशल
-
Promise-आधारित
2 टिप्पणियां
Discord.py _ Discord के लिए एक modern, इस्तेमाल में आसान, feature-rich, और async को support करने वाला Python API wrapper.
→ async/await syntax का इस्तेमाल करने वाला modern Pythonic API wrapper
→ rate limit handling
→ पूरे Discord API को cover करता है
→ bot development में मदद करने वाला Command extension (Cogs)
→ object-oriented तरीके से बनाया गया है, इसलिए इस्तेमाल में आसान है
→ speed और performance के लिए optimized
GitHub: https://github.com/Rapptz/discord.py
Docs: https://discordpy.readthedocs.io/en/stable/
Discord.js के साथ Discord bot बनाना https://smashingmagazine.com/2021/02/…