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

feat: add help_forum cog #118

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alentoghostflame
Copy link

@alentoghostflame alentoghostflame commented Aug 14, 2024

Adds a cog that uses a forum channel for help threads.

Adds a couple environmental variables:

  • HELP_FORUM_CHANNEL_ID: (DOESNT EXIST YET NEED TO ADD) The channel ID of the forum channel to act as a help forum.
  • HELP_FORUM_TAG_CLOSED_ID: (NEED TO RENAME TO THIS) The ID of the forum tag used to denote that a thread is closed.

Adds venv/ to .gitignore because PyCharm on Ubuntu defaults to the virtual environment for the project being venv/.

Updates the pyproject.toml to more modern standards, both for poetry and for our organization.

Comments out loading jishaku in main.py due to Jishaku no longer working with Nextcord.

I have no idea how poetry.lock works or why so much of it has changed, I don't even like using poetry I prefer just good ol' pip.

I'm aware there is commented debug code that needs to be removed, will do later.

Signed-off-by: Alex Schoenhofen <[email protected]>
@alentoghostflame alentoghostflame added the enhancement New feature or request label Aug 14, 2024
@alentoghostflame alentoghostflame changed the title add help_forum cog feat: add help_forum cog Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant