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(kontrol-bot): initial commit #700

Closed
wants to merge 3 commits into from
Closed

feat(kontrol-bot): initial commit #700

wants to merge 3 commits into from

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    560eacf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. feat(kontrol-bot): add "günaydın" channel moderation (#701)

    # Description
    
    Implemented a control mechanism to ensure that messages posted in the
    "#günaydın" channel adhere to the channel's rules.
    
    ### Checklist
    
    - [x] discord username: `emredevsalot`
    - [ ] Closes #<issue-number>
    - [ ] PR must be created for an issue from issues under "In progress"
    column from [our project
    board](https://github.com/orgs/kamp-us/projects/2/views/1).
    - [ ] A descriptive and understandable title: The PR title should
    clearly describe the nature and purpose of the changes. The PR title
    should be the first thing displayed when the PR is opened. And it should
    follow the semantic commit rules, and should include the
    app/package/service name in the title. For example, a title like
    "docs(@kampus-apps/pano): Add README.md" can be used.
    - [ ] Related file selection: Only relevant files should be touched and
    no other files should be affected.
    - [ ] I ran `npx turbo run` at the root of the repository, and build was
    successful.
    - [ ] I installed the npm packages using `npm install --save-exact
    <package>` so my package is pinned to a specific npm version. Leave
    empty if no package was installed. Leave empty if no package was
    installed with this PR.
    
    ### How were these changes tested?
    
    Please describe the tests you did to test the changes you made. Please
    also specify your test configuration.
    emredevsalot authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    85fc92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3752e7 View commit details
    Browse the repository at this point in the history