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