A Library for easily writing multi-purpose Discord Bots.
Project description
Lunarcord
A swift, fast, and beginner-friendly library for easily writing multi-purpose discord bots.
Inspired by discord, pycord, nextcord, and other discord forks. This package is NOT a discord fork!
Features
- Makes use of async - await technologies
- Speedy and easy-to-use
- Includes most features implemented by other packages
Missing
Lunarcord misses some unimplemented functionalities, which are to be added in the future, such as:
- Customizable bot intents
- Sharding and auto-sharding
- Voice gateway - connecting to voice call
Installation
Lunarcord requires Python 3 or higher. You can install Lunarcord from your terminal:
.. code:: sh
# Linux / MacOS
python3 -m pip install -U lunarcord
# Windows
py -3 -m pip install -U lunarcord
Example
.. code:: py
import lunarcord
bot = lunarcord.Bot()
@bot.slashCommand()
async def ping(interaction: lunarcord.Interaction):
"""A test ping-pong slash command!"""
await interaction.send("Pong!")
bot.run("YOUR_BOT_TOKEN")
For additional help, join the official Lunarcord Discord Server <https://dsc.gg/lunarcord>
Links
Project details
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 lunarcord-1.0.1.tar.gz.
File metadata
- Download URL: lunarcord-1.0.1.tar.gz
- Upload date:
- Size: 78.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb263644eec86f94843f6ae42aaa9e1bf273e64b04acc9e24ba933274e6eb1d
|
|
| MD5 |
6fec8ed4808abb92d967b9897b23df40
|
|
| BLAKE2b-256 |
60d2e7cf02f6d135d85428907d1b31daa03e2b75bdaa0db163dd0a8f01ebe64c
|
File details
Details for the file lunarcord-1.0.1-py3-none-any.whl.
File metadata
- Download URL: lunarcord-1.0.1-py3-none-any.whl
- Upload date:
- Size: 85.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e94412ef8f7ca008e6603b4b709d3e1cf27dea72f5b17dcb9e6719f69163c9d
|
|
| MD5 |
fbc88fe5ab531e6cb8d9d96a519a54e5
|
|
| BLAKE2b-256 |
f80ca17eab920f58729a6af01dec632ad3f8d1e3dfd471b59866759872366a33
|