Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
TODO list | Tasks | BrayanBot Addon

BrayanBot Encrypted TODO list | Tasks | BrayanBot Addon 1.2.1

No permission to download
1652802103070.png

Create a list of your tasks to do

add | remove | check | uncheck



Demonstration
1652802394366.png


xixi6PYhndpM6.gif



YAML:
Reminder:
  Enabled: false
  Channel: logs
  SendOnReady: false
  Interval: 600000
TasksFormat: "{index}. [{emoji}] {task}"
Commands:
  ToDo:
    Usage: Use the slash command
    Description: Manage your to do list
    Aliases: []
    Permission:
      - "@everyone"
    SlashCommand:
      Enabled: true
      Data:
        Name: todo
        Description: Manage your to do list



YAML:
Commands:
  Todo:
    NoTasks: Type add <task> to add a task! E.g. 'add buy something'
    Menu:
      Embeds:
        - Author: "{user-tag}"
          AuthorIcon: "{user-pfp}"
          Title: TODO menu
          Color: "#2f3136"
          Description: |-
            ```md
            {tasks}```

            Press ❔ for more info | 🛑 to exit
      Components:
        "1":
          - Type: Button
            Emoji: ❔
            Label: Info
            Style: primary
            CustomID: todo-info
          - Type: Button
            Emoji: 🛑
            Label: Exit
            Style: danger
            CustomID: todo-exit
  Info:
    Embeds:
      - Title: ❔ TODO Info
        Description: "To manage your tasks you can use the following keys:"
        Color: BLUE
        Fields:
          - Name: • add <task>
            Value: Add a task to your TODO list
          - Name: • remove <index>
            Value: Remove a task from your TODO list
          - Name: • edit <index> <new-task>
            Value: Edit a task from your TODO list
          - Name: • check <index>
            Value: Mark a task as done
          - Name: • uncheck <index>
            Value: Mark a task as not done
Reminder:
  Content: <@{user-id}>
  Embeds:
    - Title: Hey {user-tag}! You have {tasks} task(s) to do!
      Description: |-
        Do not forget to check them out!

        > **Using the command `todo`**
      Color: BLUE



To get support for this addon contact to ElkinSantiana#0115
This is the encrypted version (SRC in the Source category)

Author
Elkin S.
Downloads
42
Views
488
First release
Last update

Ratings

5.00 star(s) 2 ratings

Latest updates

  1. 1.2.1

    Changelog:Solved notification error
  2. 1.2.0

    Changelog:Added sections errors custom messages Added full time menusConfig changes:

Latest reviews

Unique idea and an amazing add-on!
It works great, it's a great idea, it's quite simple to use.
I don't know if in the future it will be possible to add a third button so that each person can choose whether to be notified or not and in how much time (either in a channel or by DM).
It's a great addon :)
Back
Top