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

Merge dev #45

Merged
merged 39 commits into from
Dec 14, 2021
Merged

Merge dev #45

merged 39 commits into from
Dec 14, 2021

Conversation

That-Guy977
Copy link
Owner

@That-Guy977 That-Guy977 commented Dec 2, 2021

  • Update resetchannel to add functionality (Resolves Make command for resetchannel #3)
  • Update genLogs to support multiple logs
  • Update autoRole log reason to custom
  • Update genLogs signature
  • Update Command parameter name
  • Remove Command parameter and refactor command type checks
  • Add database connection checks to nc_X events (Resolves Add checks for database connection in nc_X events #43)
  • Update delsigma style
  • Rename config.json to data.json and data field to config
  • Update deploy variable name
  • Update package.json discord.js version to dev
  • Remove .github
  • Update .env database format and README
  • Update ping to reformat output and add button to regenerate ping (Resolves Update ping output #46)
  • Update handleCommand guard clauses
  • Update Command option structure
  • Add subcommand group support
  • Add subcommand support
  • Add autocomplete support
  • Refactor linktotop to use Message#url
  • Refactor nc_chnDel, nc_msgDelBulk to call Date.now() once for consistent deletedTimestamp values
  • Refactor nc_chnEdit attachment edit check
  • Remove Client.color, update data.json color values
  • Add placeholder fetchdata command
  • Update filepaths to have src as the cwd
  • Update README to reflect cwd changes
  • Add hyperlink to contact info in README
  • Add formatting to file and directory hyperlinks in README

Bump discord.js version to dev
Made reason custom in place of util method
Rename config.json to data.json and set field name to config
Rename variable
Change desc to description
Update default description
@That-Guy977 That-Guy977 added Core Modifies core structure Command Modifies command Other Modifies data or supporting files labels Dec 2, 2021
@That-Guy977 That-Guy977 added Event Modifies event listener Util Modifies utility methods labels Dec 4, 2021
@That-Guy977 That-Guy977 marked this pull request as ready for review December 5, 2021 16:17
Fix date logic
Change typeguard used
Change quotes on option name
Make required option optional
Remove test checks
Add subcommandgroup, subcommand, and autocomplete support
@That-Guy977 That-Guy977 added the Extension Modifies extension label Dec 8, 2021
Remove test code
Reorder method calls
Change plural checking
- Change variable name
- Assign variable to fetched message
- Use djs Message#url in place of constructing the url
Call Date.now() once to enforce consistent deletedTimestamp values
Remove `client.color` checks
Update bot banner colors to be taken from discord instead of a screenshot
Change attachments edit check
@That-Guy977 That-Guy977 merged commit 9fa3469 into main Dec 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Command Modifies command Core Modifies core structure Event Modifies event listener Extension Modifies extension Other Modifies data or supporting files Util Modifies utility methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update ping output Add checks for database connection in nc_X events Make command for resetchannel
1 participant