Skip to main content

A library written for simple backend development of bot dashboards in python

Project description

DiscBoard

A simple API Wrapper to create discord bot web panels

Instalation


pip3 install -U DiscBoard

Example Usage

from DiscBoard import Application, Guild, DashConfig



DashConfig["BOT_TOKEN"] = "Your bot token"



my_bot = Application()

print(my_bot.get_guilds)



my_guild = Guild(guild_id=123)

print(my_guild.get_channels)

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

DiscBoard-0.4.tar.gz (3.0 kB view hashes)

Uploaded Source

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