Skip to content

Commit

Permalink
Add new config.json for new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HAV0X1014 authored Jul 30, 2023
1 parent fb80fa4 commit 8162136
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"Config": {
"Token": "Put your BOT TOKEN here",
"Token": "",
"BotName": "Translator Bot",
"Prefix": "$"
"Prefix": "$",
"DeepLEnabled": "false",
"DeepLKey": "",
"DeepLEmoji": "\uD83C\uDDE9",
"UseGoogleAsFallbackForDeepL": "false"
}
}

0 comments on commit 8162136

Please sign in to comment.