Skip to content

Commit

Permalink
some things
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Reddy Patil committed May 19, 2022
1 parent 8445919 commit 105cc46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,6 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,python,windows,linux,macos

models/
6 changes: 6 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

source ./venv/bin/activate

export TRANSFORMERS_CACHE=./models
python3 -m discord.main

0 comments on commit 105cc46

Please sign in to comment.