ADD: Automation script for Scheduled events on Discord_Server and Google_Calender both. (#18)

This commit is contained in:
Rachit Agrawal
2024-05-05 14:46:49 +05:30
committed by GitHub
parent 21fce6828b
commit 8c5ecda424
6 changed files with 211 additions and 0 deletions

21
event-manager/sample_env Normal file
View File

@ -0,0 +1,21 @@
# This is the file contains the required tokens.
# DISCORD BOT TOKEN
# MUST HAVE PERMISSIONS TO CREATE EVENTS & MANAGE EVENTS
# https://discord.com/developers/applications
DISCORD_BOT_TOKEN = "TOKEN"
# -----------
# DISCORD SERVER ID (GUILD ID)
# developersIndia => 1229786646468362260
DISCORD_GUILD_ID = 1229786646468362260
# -----------
# CALANDER ID
# developersIndia => "9f1337e4154910eb1bdb3bfac32b88f69546468b1281a6db58f50a909df5049f@group.calendar.google.com"
GOOGLE_CALENDAR_ID = "9f1337e4154910eb1bdb3bfac32b88f69546468b1281a6db58f50a909df5049f@group.calendar.google.com"