makinteract / discord-grader-bot

A simple bot that send scores to students

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🤖 Discord Bot

Send a direct private message to students with a bot to let them know about their scores.

To get started, add some participants (example here) and scores (example here) as excel files in the data folder.

Your participants' data should include the following columns: id, name, and discordID. Here is an example:

id name discord ID
1004 Linda 79217398712938712

Your score data should include the following columns: id and score. Example:

id score
1004 90

Optionally, you can add as many columns as you want with the score of parts of the homework.

Before you start

Make also create a .env file in the root folder and add your bot token. For example (an obviously fake token here...):

TOKEN=OTasdfasdfE2Mjkxasdfasdfw.Yhb4Cg.Hx_asdfasdfasdfasdf

About

A simple bot that send scores to students


Languages

Language:TypeScript 62.9%Language:JavaScript 37.1%