mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-15 07:59:00 +00:00
why da frick should you define true and false this way??
This commit is contained in:
parent
a862d52d04
commit
4951b96b2b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
CONSUMER_KEY = 'Your Twitter API Consumer Key'
|
||||
CONSUMER_SECRET = 'Your Consumer Secret Key'
|
||||
|
||||
USE_PIN_AUTH = false
|
||||
USE_PIN_AUTH = False
|
||||
|
||||
NP_ACCESS_TOKEN_KEY = 'Your Twitter API Access Token Key'
|
||||
NP_ACCESS_TOKEN_SECRET = 'Your Access Token Secret'
|
||||
|
@ -12,7 +12,7 @@ DESTINATION_ACCOUNTS = []
|
|||
WARNING_DESTINATION_ACCOUNTS = []
|
||||
|
||||
ALLOW_COMMANDS = false
|
||||
ALLOW_ONLY_DM_COMMANDS = false
|
||||
ALLOW_ONLY_DM_COMMANDS = False
|
||||
|
||||
# empty array for everyone
|
||||
# else add comma-separated, quote-enclosed twitter names with @
|
||||
|
|
Loading…
Reference in a new issue