Skip to content

A library containing miscellaneous utilities, mostly for Discord.py

License

Notifications You must be signed in to change notification settings

CheesyGamer77/cheesyutils

Repository files navigation

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

About

A library containing miscellaneous utilities, mostly for Discord.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages