Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

botPlus-1.2.3-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page