Skip to content

badrive/.script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.script

installation

cd ~/
git clone https://github.com/ie-orphane/.script.git

for windows

echo "export PATH=\"~/.script/commands:\$PATH\"" >> ~/.bash_profile ~/.bashrc

for linux

echo "export PATH=\"~/.script/commands:\$PATH\"" >>  ~/.bashrc

sudo chmod +x ~/.script/commands/discord

discord

  • discord new create new discord.py project

  • discord install install a dependency and add it to requirements.txt

  • discord run run the bot

  • discord init copy the .env.example to .env if not existed

  • discors add

    -c|--cog create new cog/slash command

    -t|--task create new task

    -m|--model create new database model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.6%
  • Python 24.4%