From a97d41a43d9e374dc50e3fa9c91ea51447d24e99 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 14 Aug 2022 22:32:01 +0200 Subject: [PATCH] Updated example for twitter command --- .env.example | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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