diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-04 10:33:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-04 10:33:30 +0100 |
| commit | c748784b8175c2923c5afe22e47f9fa83b8b9c23 (patch) | |
| tree | a6a8a9f20f4db42b10d4cd7bdefd06946be2a3a3 /.gitmodules | |
| download | discordbot-c748784b8175c2923c5afe22e47f9fa83b8b9c23.tar.gz discordbot-c748784b8175c2923c5afe22e47f9fa83b8b9c23.zip | |
first implementation of Discord bot
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..52948d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "joblib"] + path = joblib + url = https://github.com/vainglorygame/joblib |
