Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cc/threads: fix a few more bugs #1685

Merged
merged 6 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. cc/threads: fix createThread archive duration

    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cfe703c View commit details
    Browse the repository at this point in the history
  2. cc/threads: allow creation of news threads

    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    207f015 View commit details
    Browse the repository at this point in the history
  3. discrdgo: ChannelType.IsThread ret true for news

    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d5bc212 View commit details
    Browse the repository at this point in the history
  4. cc/threads: error typo

    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dfe1bdb View commit details
    Browse the repository at this point in the history
  5. cc/threads: restrict auto archive dur

    Previously users could provide any integer between 60 and 10080 as a
    duration. This caused createThread or editThread to fail given that
    Discord only permits 60, 1440, 4320, *or* 10080. Now any non permissible
    value errors.
    
    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    191fa78 View commit details
    Browse the repository at this point in the history
  6. discordgo: add type for auto archive

    Signed-off-by: SoggySaussages <vmdmaharaj@gmail.com>
    SoggySaussages committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    283301f View commit details
    Browse the repository at this point in the history