bootstrap discord bot
1.0.0
pip install bootstrap-discord-bot
cd into your bot directory
Run bootstrap-discord-bot -h to get help
bootstrap-discord-bot --cogs to initialize a discord bot with cogs.boostrap-discord-bot --nocogs to initialize a discord bot without cogs.bootstrap-discord-bot --makecog cog_name file_name to initialize a file in the cogs folder with required cog boilerplate.