You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we get discussions in the lab on improvements or ideas for events. Typically they get finalized on the meetings, but the meetings are not often held so discussion topics have a risk to be forgotten.
The discord bot could help with this by the two commands:
/nextmeetingtopic: strreference: link = self.message.id
/meetingtitle: str = None
Nextmeeting command will create a note that will be brought up when starting a new meeting.
Thread name: Lab Meeting 2024-08-23 ~ {title}
First message in thread by discord bot: @Lab Rat meeting has started! I have X suggested topics to discuss.
@user tagged {reference} to discuss "{topic}"
@user2 brings up "{topic}"
The text was updated successfully, but these errors were encountered:
Right now we get discussions in the lab on improvements or ideas for events. Typically they get finalized on the meetings, but the meetings are not often held so discussion topics have a risk to be forgotten.
The discord bot could help with this by the two commands:
/nextmeeting
topic: str
reference: link = self.message.id
/meeting
title: str = None
Nextmeeting command will create a note that will be brought up when starting a new meeting.
Thread name:
Lab Meeting 2024-08-23 ~ {title}
First message in thread by discord bot:
@Lab Rat
meeting has started! I haveX
suggested topics to discuss.@user
tagged {reference} to discuss "{topic}"@user2
brings up "{topic}"The text was updated successfully, but these errors were encountered: