diff --git a/.env.example b/.env.example index 50a2493..67d57c4 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,11 @@ -token=your.token -clientId=botClientId +token=YourToken +clientId=BotClientId guildId=DevGuildId -uptimeURL=uptimeKumaOrWhateverStatusThingYouUseOrJustLeaveEmpty -uptimeInterval=60 \ No newline at end of file +uptimeURL=UptimeKumaOrWhateverStatusThingYouUseOrJustLeaveEmpty +uptimeInterval=60 +twiConsumer=TwitterConsumerToken +twiConsumerSecret=TwitterConsumerSecretToken +twiToken=TwitterToken +twiTokenSecret=TwitterSecretToken +twiChannel=ChannelWhereJustTheTwitterLinkAreSent +twiLogChannel=ChannelWhereTheDetailedInfoOfTheCommandIsSent \ No newline at end of file