thijsfranck / courageous-comets

This is the workspace of the Courageous Comets team for the Python Discord Summer Code Jam 2024! ☄️
https://thijsfranck.github.io/courageous-comets/
MIT License
2 stars 0 forks source link

feat: add interactions per server #19

Closed thijsfranck closed 1 month ago

thijsfranck commented 1 month ago

We should set up interactions to retrieve statistics per server. Statistics include:

Interactions should include:

Statistics should be posted as a private message to the user in the current server, or as a DM if outside of a channel context.

This action should only be available to privileged users.

elfkuzco commented 1 month ago

Um, if we are calculating a similarity score, that means there should be a message to be compared against? If this statistics were to be fetched for a server, which message would be used as the comparison message?

@isaa-ctaylor @thijsfranck