A Discord bot library that integrates many functionalities for Python
Project description
zns-discord-bot
A Discord bot library that integrates many functionalities for Python
Installation
pip install zns-discord-bot
Usage
from discord import Intents
from zns_discord_bot.ZnsDiscordBot import ZnsDiscordBot
bot = ZnsDiscordBot(
token="YOUR.DISCORD.BOT.TOKEN",
command_prefix="!",
intents=Intents.default()
)
if __name__ == "__main__":
bot.init()
Features
(Will be updated soon)
Change Log
1.0.0
- Status: Yanked
- Changes: Wrong README.md documentation
1.0.1
- Status: Released
- Changes: Fixed README.md documentation
Project details
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 zns_discord_bot-1.0.1-py3-none-any.whl.
File metadata
- Download URL: zns_discord_bot-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40a3b34126b6ac6608f8c56bf20bbc48f8238f634fca9bdc9748ac1be6208958
|
|
| MD5 |
43a6b8f41ca1aec12758372259c1a0ef
|
|
| BLAKE2b-256 |
1c72ca69102b175f9c58bc969d8a21d4991c5cdadc6555faa4e9ba676c56df56
|