discord.js 1.0.7
pip install discord.js
Latest version
Released:
The Python module for discord.js.
Navigation
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License
- Author: Swas.py
- Requires: Python >=3.6
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
discord.js
This module lets you use discord.js in python by offering a similar syntax to the actual discord.js.
Installation
Stable version:
pip install discord.js
Working version:
pip install git+https://github.com/CodeWithSwastik/discord-js
Simple bot
from discordjs import Client
from javascript import console
client = Client()
client.on("ready", lambda:
console.log("Bot is ready")
)
async def msg(message):
if message.content.startswith("!ping"):
await message.channel.send("pong")
client.on("message", msg)
client.login('Token')
Project details
Unverified details
These details have not been verified by PyPIMeta
- License: MIT License
- Author: Swas.py
- Requires: Python >=3.6
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file discord.js-1.0.7.tar.gz
.
File metadata
- Download URL: discord.js-1.0.7.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.10.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fcc787eeaadea70758097cd8ecb60d47e503779a0f2e7bc8974fcab100d7f4b |
|
MD5 | 2ad60b52128e20525b5af61f12191859 |
|
BLAKE2b-256 | 9bb022fbf7efa7a44797d7407eec1adbaa161bea8cf340c95072265346142301 |