diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2020-07-27 18:24:49 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2020-07-27 18:24:49 +0000 |
commit | 27c6a4a11ecfecfc5c989c96d9b236e89faf5984 (patch) | |
tree | 6051f1725c70651ddc326f2c395ee0af0cd3286f /.gitignore | |
parent | fd4212d1a930aa72a84d8d380e22c3d89f206130 (diff) | |
parent | 85779b58d4b3b4b37ead36a68c8beacf0e2c554e (diff) | |
download | steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar.gz steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar.bz2 steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar.lz steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar.xz steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.tar.zst steve-bot-27c6a4a11ecfecfc5c989c96d9b236e89faf5984.zip |
Merge branch 'master' of github.com:AnInternetTroll/mcbeDiscordBot
Diffstat (limited to '')
-rwxr-xr-x | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ -__pycache__ +.vscode/ +__pycache__/ +downloads/ +api_keys.json config.json +blacklist.json +video_blacklist.json discord.log -api_keys.json -.vscode/ leaderboard.png -downloads/ -blacklist.json
\ No newline at end of file |