From e083be76370aa72b9a99e78c4c24834d269e62cd Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 1 Feb 2020 21:00:30 +0100 Subject: [PATCH] Add files via upload --- bot.json | 6 ++++++ emojis.json | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 bot.json create mode 100644 emojis.json diff --git a/bot.json b/bot.json new file mode 100644 index 0000000..dbf45b3 --- /dev/null +++ b/bot.json @@ -0,0 +1,6 @@ +{ + "prefix": "?", + + "token_bot": "NjYzODE5MjM0MTU3MjY0ODk2.XjSI9Q.tNRzZMJIQiaTlBij-g6PnZgb6iM", + "youtube_api": "AIzaSyAUfgNBaPM64pNLdaCotPx9-D3e3ByvqSo" +} \ No newline at end of file diff --git a/emojis.json b/emojis.json new file mode 100644 index 0000000..f0a857d --- /dev/null +++ b/emojis.json @@ -0,0 +1,6 @@ +{ + "music": ":musical_note:", + "queue": ":bar_chart:", + "error": ":tools:", + "success": ":white_check_mark:" +} \ No newline at end of file