Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

fix: add missing values to const and all in channel.py #737

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

AstreaTSS
Copy link
Contributor

What type of pull request is this?

  • Non-breaking code change
  • Breaking code change
  • Documentation change/addition
  • Tests change
  • CI change
  • Other: [Replace with a description]

Description

Just a couple of fixes for some missing channel types in some places.

Changes

  • Added GuildForumPost to __all__.
  • Added GuildPublicThread, GuildForumPost, and GuildPrivateThreadtoTYPE_GUILD_CHANNEL`.
  • Added GuildForumPost to TYPE_THREAD_CHANNEL.
  • Added GuildForumPost to TYPE_MESSAGEABLE_CHANNEL.

Test Scenario(s)

...not much to test here.

Checklist

  • I've formatted my code with Black
  • I've added docstrings to everything I've touched
  • I've ensured my code works on Python 3.10.x
  • I've ensured my code works on Python 3.11.x
  • I've tested my changes
  • I've added tests for my code - if applicable
  • I've updated the documentation - if applicable

@LordOfPolls LordOfPolls merged commit e09db82 into NAFTeam:dev Dec 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants