Pradeep-selva / bootstrap-discord-bot

An opinionated cli-tool to bootstrap a discord.py bot

Home Page:https://pypi.org/project/bootstrap-discord-bot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Discord Bot

An opinionated cli-tool to bootstrap\generate your discord bot code!

Demo

demo

Downloads Downloads Downloads



Features

  • Support for code with/without cogs.
  • .env file support for keys and .gitignore to hide it.
  • Bot code pre-built with a utility ping function to get you started!
  • Setup new cogs using cli.

Usage

  • Install using
pip install bootstrap-discord-bot
  • cd into your bot directory

  • Run bootstrap-discord-bot -h to get help

help



  • Run bootstrap-discord-bot --cogs to initialize a discord bot with cogs.
cogs



  • Run boostrap-discord-bot --nocogs to initialize a discord bot without cogs.
demo



  • Run bootstrap-discord-bot --makecog cog_name file_name to initialize a file in the cogs folder with required cog boilerplate.

Built using

  • Python
  • Discord.py
  • argparse
  • setuptools

About

An opinionated cli-tool to bootstrap a discord.py bot

https://pypi.org/project/bootstrap-discord-bot/

License:MIT License


Languages

Language:Python 100.0%