Skip to main content

A python package of miscelanious utilities

Project description

cheesyutils

A number of miscelanious utilities, mostly for writing bots in discord.py

Usage

You can install the package by running the following command:

pip install -U cheesyutils

You can import the installed package by running the following python code

from cheesyutils.discord_bots import DiscordBot

Creating a simple Discord bot with only the builtin Meta commands:

from cheesyutils.discord_bots import DiscordBot

bot = DiscordBot(
    prefix=".",
    color="#a0365c"
)

bot.run("YOUR TOKEN HERE")

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

cheesyutils-0.0.18.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

cheesyutils-0.0.18-py3-none-any.whl (20.9 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