Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.01 KB

Requirements

Setup

  • Add the bot to your server using the link created at the discord dev page for the app, under OAuth2 submenu
  • Modify config.py to your liking
  • Create a secrets.py file with the content:
BOT_TOKEN = <your bot token here, as a string. for example "AabB123...">
SPREADSHEET_ID = <your spreadsheet id here, as a string "AabB23...">
  • Spreadsheet IDs can be found in the url. Bot token in the discord dev page.

Run

python ./attendanceBot.py

Usage

Documentation pending.