Skip to content

Commit

Permalink
New Core Beginnings
Browse files Browse the repository at this point in the history
  • Loading branch information
scragly committed Jul 20, 2018
1 parent b63284f commit 6c05f96
Show file tree
Hide file tree
Showing 1,887 changed files with 5,232 additions and 25,243 deletions.
30 changes: 22 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

*.bat
config.json
data/serverdict_backup
data/serverdict
# C extensions
*.so

# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
.vscode/
meowth/config.py
docs/
logs/
__pychache__/
*.py[cod]

data/gym_data.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Discord helper bot for Pokemon Go communities.

Meowth is a Discord bot written in Python 3.6.1+ built with [discord.py v1.0.0a (rewrite branch)](https://github.com/Rapptz/discord.py/tree/rewrite)

## Meowth v2 Features
## Meowth v3 Features

Meowth assists with organising Pokemon Go communities with support for:

Expand Down
57 changes: 0 additions & 57 deletions config_blank.json

This file was deleted.

18 changes: 0 additions & 18 deletions data/gym_data_example.json

This file was deleted.

70 changes: 0 additions & 70 deletions data/raid_info.json

This file was deleted.

134 changes: 0 additions & 134 deletions data/serverdict_converter.py

This file was deleted.

Loading

0 comments on commit 6c05f96

Please sign in to comment.