Advertisement
Guest User

Untitled

a guest
May 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Version 1 - Combing all deadlines in 1 command with "to user"
  2.  
  3. !commands add ![Video_Name] <@$(userid)> -> **Translation & Proofreading** due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong) | **Timing** due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong) | **Typesetting** due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong)
  4. -> Combines all deadline together for a particular video
  5. e.g. !commands add !XiaoGuiBdayParty <@$(userid)> -> **Translation & Proofreading** due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong) | **Timing** due in $(countdown May 27 2018 06:00:00 AM Asia/Hong_Kong) | **Typesetting** due in $(countdown May 28 2018 01:00:00 PM Asia/Hong_Kong)
  6.  
  7. Version 2 - Individual command per deadline with "to user"
  8.  
  9. !commands add ![Video_Name] <@$(userid)> -> Translation & Proofreading due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong)
  10. -> Sets the translation & proofread deadline for a particular video
  11. e.g. !commands add !XiaoGuiBdayParty <@$(userid)> -> Translation & Proofreading due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong)
  12.  
  13. !commands add ![Video_Name] <@$(userid)> -> Timing due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong)
  14. -> Sets the timing deadline for a particular video
  15. e.g. !commands add !XiaoGuiBdayParty <@$(userid)> -> Timing due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong)
  16.  
  17. !commands add ![Video_Name] <@$(userid)> -> Typesetting due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong)
  18. -> Sets the translation & typesetting deadline for a particular video
  19. e.g. !commands add !XiaoGuiBdayParty <@$(userid)> -> Typesetting due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong)
  20.  
  21. Version 3 - Individual command per deadline with @Translators/@Timers/@Typesetters
  22.  
  23. !commands add ![Video_Name] Translation & Proofreading due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong) @Translators
  24. -> Sets the translation & proofread deadline for a particular video
  25. e.g. !commands add !XiaoGuiBdayParty Translation & Proofreading due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong) @Translators
  26.  
  27. !commands add ![Video_Name] Timing due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong) @Timers
  28. -> Sets the timing deadline for a particular video
  29. e.g. !commands add !XiaoGuiBdayParty Timing due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong) @Timers
  30.  
  31. !commands add ![Video_Name] Typesetting due in $(countdown [MONTH] [DATE] [YYYY] [TIME HH:MM:SS] [AM/PM] Asia/Hong_Kong) @Typesetters
  32. -> Sets the translation & typesetting deadline for a particular video
  33. e.g. !commands add !XiaoGuiBdayParty Typesetting due in $(countdown May 24 2018 12:00:00 AM Asia/Hong_Kong) @Typesetters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement