BNeutral / discordAttendanceBot

A bot for having people mark if they are attending a certain event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A bot for having people mark if they are attending a certain event


Languages

Language:Python 100.0%