EZCampusDevs / discord_bot

The EZCampus Discord Bot
GNU Affero General Public License v3.0
0 stars 0 forks source link

FYIC 2023 Discord Bot #1

Closed danielljeon closed 10 months ago

danielljeon commented 10 months ago

Project Scope for FYIC 2023 Conference

  1. Conference attendees are verified using pre-made EZC user accounts
    • Verify attendees using our fastapi user auth endpoint
    • Upon successful auth, change the attendee's Discord server nickname to the pre-made user display name
    • Give the attendee a "verified" role on the Discord server to get access to all conference channels
Minnowo commented 10 months ago

Part A and C are done. The bot tries to change the nickname, but doesn't have permission for some reason. I'm not really sure if it's a Discord perms thing or a bot perms thing though

Minnowo commented 10 months ago

This is fixed since the bot was given more permissions.