Skip to content

Commit

Permalink
📝 update bot permissions documentation (#46)
Browse files Browse the repository at this point in the history
update bot permissions
  • Loading branch information
bmiddha authored Aug 3, 2024
1 parent d13ce19 commit 5f42400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: acm-uic/calsync@main
with:
discord-guild-id: ${{ secrets.DISCORD_GUILD_ID }}
discord-bot-token: ${{ secrets.DISCORD_BOT_TOKEN }} # needs "Read Messages/View Channels", "Manage Events" permissions
discord-bot-token: ${{ secrets.DISCORD_BOT_TOKEN }} # needs "bot" scope and "View Channels", "Manage Events", "Create Events" bot permissions. permissions=17600775980032
discord-application-id: ${{ secrets.DISCORD_APPLICATION_ID }}
google-calendar-id: ${{ secrets.GOOGLE_CALENDAR_CALENDAR_ID }}
google-api-key: ${{ secrets.GOOGLE_CALENDAR_API_KEY }}
Expand Down

0 comments on commit 5f42400

Please sign in to comment.