Skip to content

Commit

Permalink
Merge pull request #15 from ZickZenni/discord-api-refactor
Browse files Browse the repository at this point in the history
Discord Api Refactor
  • Loading branch information
ZickZenni authored Sep 4, 2024
2 parents 0a45425 + 63a87bf commit 91ed0b6
Show file tree
Hide file tree
Showing 50 changed files with 1,736 additions and 1,141 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'error',
'no-console': 'off',
'no-continue': 'off',
'class-methods-use-this': 'warn',
'import/no-cycle': 'warn',
},
parserOptions: {
ecmaVersion: 2022,
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 120
}
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-updater": ">=6.3.0-alpha.6",
"moment": "^2.30.1",
"picocolors": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
164 changes: 0 additions & 164 deletions src/common/discord/channel.ts

This file was deleted.

10 changes: 0 additions & 10 deletions src/common/discord/client/basediscordapi.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/common/discord/client/basediscordclient.ts

This file was deleted.

29 changes: 0 additions & 29 deletions src/common/discord/client/client.ts

This file was deleted.

106 changes: 0 additions & 106 deletions src/common/discord/gateway/data/ReadyEventData.ts

This file was deleted.

Loading

0 comments on commit 91ed0b6

Please sign in to comment.