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

(#11) Ban function #63

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

(#11) Ban function #63

wants to merge 2 commits into from

Conversation

mkevenaar
Copy link
Owner

Description

Related Issue

Fixes #11

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #63 (c079ff0) into develop (121b981) will decrease coverage by 1.38%.
The diff coverage is 0.00%.

❗ Current head c079ff0 differs from pull request most recent head 875b44b. Consider uploading reports for the commit 875b44b to get more accurate results

@@            Coverage Diff             @@
##           develop     #63      +/-   ##
==========================================
- Coverage     5.66%   4.27%   -1.39%     
==========================================
  Files           20      23       +3     
  Lines          477     631     +154     
  Branches        76     106      +30     
==========================================
  Hits            27      27              
- Misses         395     526     +131     
- Partials        55      78      +23     
Impacted Files Coverage Δ
src/bot.js 17.14% <ø> (ø)
src/commands/moderation/ban.js 0.00% <0.00%> (ø)
src/commands/moderation/listbans.js 0.00% <0.00%> (ø)
src/commands/moderation/unban.js 0.00% <0.00%> (ø)
src/tools/tools.js 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 121b981...875b44b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic moderation - Ban
1 participant