Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.66 KB

TODO.md

File metadata and controls

36 lines (35 loc) · 1.66 KB
  • Film Polling
    If anyone wants help with a film suggestion
  • Film object
    • Film time set/get
    • Film date set/get
    • Magnet set/get
    • Movie details
      • imdb/rotten tomatoes/wiki
    • Film info, returns all information added to film object
    • Film trailer request
    So we know who wants to attend a film
  • Film tickets
    • by adding a reaction to a film post
    • by using a 'purchase ticket command'
    • Refund ticket function: WIP, currently errors loading an empty list back into json
    • Add reactions to its own bot messages so that a user doesn't have to search for the correct emoji
  • Reminder
    • Tag ticket owners in in channel 1 day/ 1 hour before film
    • Direct message ticket owners
  • Multiple film support, unique jsons
    • Auto deletes film a day after the event
  • Google Sheets integration
  • Calendar integration
    Create a calendar object that people can use to create an event in whichever service they want
  • Pause/Play countdown timer, for non syncplay users
  • Bot init/config, asks which roles to mention in messages
  • Migrate to discord.py v1.3
  • Refactor commands
    • Move info getter & info setter into BaseCommand
    • Move save_dict_location into BaseCommand
    • Change to using dictionary, as there errors in the dic <> json interface
      • Use pickle, or alternative as a store
  • Allow for multiple channels to use the bot
  • Refactor: move parameter & arg check to commands as the command should dictateit's own rules for it's parameter requirements
  • Update README.md