Set up a Python Discord bot quickly!
Project description
Bot Plus
Website
Set up a Python Discord bot quickly!
Install:
To intall this package:
$ pip install botPlus
Set Up a simple bot:
import discord
from discord.ext import commands
import botPlus
# Makes the bot
client = botPlus.bot({'logging': 'advanced', "prefix": "!"})
bot = client.make()
# A command
@bot.command()
async def foo(ctx, arg):
await ctx.send(arg)
# Runs the bot
client.run('')
Docs:
Coming Soon
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 Distribution
botPlus-1.2.3.tar.gz
(3.3 kB
view details)
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 botPlus-1.2.3.tar.gz.
File metadata
- Download URL: botPlus-1.2.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4826667211a84791bfee91567878d72f3b0300973992290796f182c92cc1784e
|
|
| MD5 |
282f50ef91daf9bea72b8072643d05e0
|
|
| BLAKE2b-256 |
68a193b6f75a69f82dbc0359fff838a7870312537647dc0343864b6d7f6ab27f
|
File details
Details for the file botPlus-1.2.3-py3-none-any.whl.
File metadata
- Download URL: botPlus-1.2.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e429cba6a248f38d1293c70668442447db389cf640e112341fa5093787960e
|
|
| MD5 |
ef7a969d9fb49c3d5e61eb7847b5376d
|
|
| BLAKE2b-256 |
8697c6937f89361bd6b48c2d077faad2a1b4090734cacceabd9148d3d28dd14b
|