Skip to content

Commit

Permalink
Merge pull request #12 from Atomiqu/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumlyy committed Oct 24, 2021
2 parents 008c8a7 + 410ab67 commit 01a8d3f
Show file tree
Hide file tree
Showing 11 changed files with 1,789 additions and 2,987 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @quantumlytangled
* @quantumlyy
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at yo@quantumlytangled.com. All
reported by contacting the project team at yo@quantumly.dev. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

patreon: quantumlytangled
ko_fi: quantumlytangled
liberapay: quantumly
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v1
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Restore CI Cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-14-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: yarn --ignore-scripts --frozen-lockfile
- name: Copy Config
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v14
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Restore CI Cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-14-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: |
yarn --ignore-scripts --frozen-lockfile
Expand All @@ -36,15 +36,15 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v14
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Restore CI Cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-14-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
- name: Run EditorConfigLint
run: npx eclint fix src tests .github

Expand All @@ -55,15 +55,15 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v14
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Restore CI Cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-14-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: |
yarn --ignore-scripts --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v2
- name: Install NodeJS v14
- name: Install NodeJS v16
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Restore CI Cache
uses: actions/cache@v1
with:
path: node_modules
key: ${{ runner.os }}-14-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-16-${{ hashFiles('**/yarn.lock') }}
- name: Install Dependencies
run: |
yarn --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 QuantumlyTangled
Copyright (c) 2020 Quantumlyy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"#utils/*": "./dist/lib/utils/*.js"
},
"author": {
"name": "QuantumlyTangled",
"email": "yo@quantumlytangled.com",
"url": "https://quantumlytangled.com"
"name": "Quantumlyy",
"email": "yo@quantumly.dev",
"url": "https://quantumly.dev"
},
"license": "MIT",
"scripts": {
Expand All @@ -27,29 +27,26 @@
"dependencies": {
"@sapphire/framework": "^1.0.0-alpha.4",
"@sapphire/pieces": "^1.2.0",
"@sapphire/plugin-i18next": "^1.2.1",
"@sapphire/utilities": "^1.4.4",
"discord.js": "^12.5.1",
"i18next": "^19.8.5"
"discord.js": "^12.5.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@quantumly/eslint-config": "^1.1.0",
"@types/i18next-fs-backend": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.4",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.18.0",
"eslint": "^8.1.0",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.3",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"lint-staged": "^11.2.4",
"standard-version": "^9.1.0",
"ts-jest": "^26.5.0",
"ts-jest": "^27.0.7",
"typescript": "^4.1.3"
},
"engines": {
Expand Down
2 changes: 0 additions & 2 deletions src/lib/BotClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { SapphireClient } from '@sapphire/framework';
import { mergeDefault } from '@sapphire/utilities';
import type { ClientOptions } from 'discord.js';

import '@sapphire/plugin-i18next/register-discordjs';

export class BotClient extends SapphireClient {

public constructor(options?: ClientOptions) {
Expand Down
4 changes: 0 additions & 4 deletions src/lib/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@
import { ClientOptions } from 'discord.js';

export const CLIENT_OPTIONS: ClientOptions = {
i18n: {
i18next: {
}
}
};
Loading

0 comments on commit 01a8d3f

Please sign in to comment.