diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-21 20:31:12 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-21 20:31:12 +0000 |
| commit | 452bede9036af8db1b25f8c21939e22626db380a (patch) | |
| tree | cc93d9cbc6451519b42604297a173320d8ad145c /assets/settings.json | |
| parent | 352bdfba73f1e52b61f59c30bd4142f1ffe07d65 (diff) | |
| download | PokeBot-452bede9036af8db1b25f8c21939e22626db380a.tar.gz PokeBot-452bede9036af8db1b25f8c21939e22626db380a.tar.bz2 PokeBot-452bede9036af8db1b25f8c21939e22626db380a.zip | |
Prefix is now in a json file and new command
Diffstat (limited to 'assets/settings.json')
| -rw-r--r-- | assets/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/settings.json b/assets/settings.json new file mode 100644 index 0000000..8eb10c1 --- /dev/null +++ b/assets/settings.json @@ -0,0 +1,3 @@ +{ + "prefix": "p:" +}
\ No newline at end of file |
