From bca3a3cb0a193cf794dc4ae01b7bb8a27693ff31 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Thu, 3 Mar 2022 23:56:24 -0500 Subject: [PATCH] ok --- .gitignore | 1 - config.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 config.json 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" +}