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
Slash command auto-complete
And sadly more, please message me on discord @revolno to inform me.
Installation
Lunarcord requires Python 3 or higher. You can install Lunarcord from your terminal:
# Linux / MacOS
python3 -m pip install -U lunarcord
# Windows
py -3 -m pip install -U lunarcord
Example
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
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.1.0.tar.gz.
File metadata
- Download URL: lunarcord-1.1.0.tar.gz
- Upload date:
- Size: 97.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e89b65955157ffee246cfc0042ef88effc961adc0e45dbb6e7c3e528213a19
|
|
| MD5 |
db23abe1df80ed7b17658ed669740f0d
|
|
| BLAKE2b-256 |
4b94407e4d71dc6bd41197a3c65197db38eda97c292bebcf713d8fb5708f63cd
|
File details
Details for the file lunarcord-1.1.0-py3-none-any.whl.
File metadata
- Download URL: lunarcord-1.1.0-py3-none-any.whl
- Upload date:
- Size: 103.1 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 |
479063c3db9ee2e78e3062525b4bc74309d9a28644d32add35c0d266689b3d3f
|
|
| MD5 |
fec6720b23b9af7048b69ac9f6779f78
|
|
| BLAKE2b-256 |
3cdc1d4c2d3c5544f7a66f65164495ad5a7b256bea3d6dd2b454bb35e3991540
|