diff --git a/.gitignore b/.gitignore index ce0a860..584ef46 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,3 @@ balances.txt gbp-bot -config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..077a650 --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "token": "token here", + "bot_command": "!gbp" +}