GDGAlgiers / BrainyBot

GDG Algiers Brainy Bot
MIT License
20 stars 6 forks source link

Techpoint commands - initial version #35

Closed CerineBnsd closed 2 years ago

CerineBnsd commented 2 years ago

Changes :

  1. Added a new cog : techpoint With six new commands :
    • $techpoint <session name> : to launch a session
    • $note <note body> : add a note
    • $resource <link> <description> : add a resource
    • $onote <note body> : add an off topic note
    • $oresource <link> <description> : add an off topic resource
    • $end : end the session, and return the URL of the taken notes
  2. Added a new function to utils: upload_file_to_github
  3. Added a new file to core : markdown_utils