Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ale32bit/SwitchChat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: ReconnectedCC/ReconnectedChat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 12 files changed
  • 1 contributor

Commits on Oct 20, 2024

  1. Update to RCC Chatbox

    Ale32bit committed Oct 20, 2024
    Copy the full SHA
    11808a4 View commit details
Showing with 210 additions and 278 deletions.
  1. +1 −1 LICENSE
  2. +121 −106 README.md
  3. +64 −151 package-lock.json
  4. +9 −9 package.json
  5. +7 −3 src/Client.ts
  6. +1 −1 src/constants.ts
  7. +1 −1 src/packets/Closing.ts
  8. +1 −1 src/packets/RequestError.ts
  9. +2 −2 src/test.ts
  10. +1 −1 src/types/RenderedTextObject.ts
  11. +1 −1 src/types/User.ts
  12. +1 −1 typedoc.json
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Alessandro "AlexDevs" Proto
Copyright (c) 2024 Alessandro "AlexDevs" Proto

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Loading