forked from Supositware/Haha-Yes
Updated example for twitter command
This commit is contained in:
parent
0acbf8bdce
commit
a97d41a43d
1 changed files with 10 additions and 4 deletions
12
.env.example
12
.env.example
|
@ -1,5 +1,11 @@
|
|||
token=your.token
|
||||
clientId=botClientId
|
||||
token=YourToken
|
||||
clientId=BotClientId
|
||||
guildId=DevGuildId
|
||||
uptimeURL=uptimeKumaOrWhateverStatusThingYouUseOrJustLeaveEmpty
|
||||
uptimeURL=UptimeKumaOrWhateverStatusThingYouUseOrJustLeaveEmpty
|
||||
uptimeInterval=60
|
||||
twiConsumer=TwitterConsumerToken
|
||||
twiConsumerSecret=TwitterConsumerSecretToken
|
||||
twiToken=TwitterToken
|
||||
twiTokenSecret=TwitterSecretToken
|
||||
twiChannel=ChannelWhereJustTheTwitterLinkAreSent
|
||||
twiLogChannel=ChannelWhereTheDetailedInfoOfTheCommandIsSent
|
Loading…
Reference in a new issue