Commit Graph

242 Commits

Author SHA1 Message Date
dependabot[bot]
3e8e49f177
Bump sqlite3 from 5.1.2 to 5.1.4
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.2 to 5.1.4.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.2...v5.1.4)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 10:33:45 +00:00
Ninjdai
3a9baf042d
Merge pull request #13 from Art-Portal/dependabot/npm_and_yarn/sequelize-6.27.0
Bump sequelize from 6.26.0 to 6.27.0
2022-12-14 11:33:01 +01:00
dependabot[bot]
fbd267e58e
Bump sequelize from 6.26.0 to 6.27.0
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.26.0 to 6.27.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.26.0...v6.27.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 22:17:10 +00:00
Ninjdai
d5942d7913
Merge pull request #11 from Art-Portal/dependabot/npm_and_yarn/discord.js-14.7.1
Bump discord.js from 14.7.0 to 14.7.1
2022-12-09 19:28:49 +01:00
dependabot[bot]
1314394a91
Bump discord.js from 14.7.0 to 14.7.1
Bumps [discord.js](https://github.com/discordjs/discord.js) from 14.7.0 to 14.7.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/14.7.0...14.7.1)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 22:08:33 +00:00
Ninjdai
6ba0f694f1
Merge pull request #10 from Art-Portal/dependabot/npm_and_yarn/sequelize-6.26.0
Bump sequelize from 6.25.5 to 6.26.0
2022-12-02 22:06:34 +01:00
dependabot[bot]
11616d1dd5
Bump sequelize from 6.25.5 to 6.26.0
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.25.5 to 6.26.0.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.25.5...v6.26.0)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 21:02:51 +00:00
Ninjdai
de36fd5be7
Merge pull request #9 from Art-Portal/dependabot/npm_and_yarn/discord.js-14.7.0
Bump discord.js from 14.6.0 to 14.7.0
2022-12-02 22:01:44 +01:00
dependabot[bot]
dc5c0659ad
Bump discord.js from 14.6.0 to 14.7.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 14.6.0 to 14.7.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](https://github.com/discordjs/discord.js/compare/14.6.0...14.7.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 22:19:11 +00:00
Ninjdai
87b1177bae Bug squashed
Corected bug where ticket wouldn't re-add the artists when reopened in
the paid category
2022-11-23 08:04:57 +01:00
Ninjdai
4ffa8d3f1f
Update codeql.yml 2022-11-13 18:33:10 +01:00
Ninjdai
54e77a47e9
Merge pull request #6 from Art-Portal/v4.5.1
Corrected ratelimit issue
2022-11-13 18:24:50 +01:00
ninjdai1
e3f46685c4 Corrected ratelimit issue
Corrected ratelimit issue where takeCommand and untakeCommand wouldn't
work due to discord ratelimiting channels name changing
2022-11-13 18:24:04 +01:00
Ninjdai
d8268d4025
Merge pull request #5 from Art-Portal/v4.5.1
Corrected a forgotten line
2022-11-13 17:58:32 +01:00
ninjdai1
651fbaa6f9 Corrected a forgotten line
Added ability to remove an artist's emoji when command untaken
2022-11-13 17:57:34 +01:00
ninjdai1
8a41e684a0 Edited README.md 2022-11-11 22:21:53 +01:00
ninjdai1
a05fb27976 Merge branch 'v4.5.1-beta' of https://github.com/Art-Portal/April into v4.5.1-beta 2022-11-11 22:19:14 +01:00
ninjdai1
5347ec4cb1 Fixed issue #4 2022-11-11 22:19:06 +01:00
Ninjdai
987d076e74
Create codeql.yml 2022-11-11 21:39:29 +01:00
ninjdai1
7d25298377 Added emoji registering for artists
Using /setemoji, staff can define an emoji for artists, that will
automatically be added to the start of a ticket when taken.
2022-11-11 21:05:55 +01:00
ninjdai1
eb115d2274 Added another category for commands
If a command is payed, ticket will be created in another category rather than in the same the others go
2022-11-11 20:18:05 +01:00
ninjdai1
5856b7a513 Added informations
Created CONTRIBUTING.md
Moved SECURITY.md to a more sensible directory: /.github/
2022-11-11 17:06:20 +01:00
ninjdai1
019235fd87 Updated SECURITY.md
Made SECURITY.md more understandable in order for make the process of reporting a vulnerability easier
2022-11-11 16:49:21 +01:00
ninjdai1
840edfd893 Removed unused feature
Removed ability for staff to claim a ticke
2022-11-11 14:03:11 +01:00
Ninjdai
37847e964d
Merge pull request #2 from Art-Portal/dependabot/npm_and_yarn/sequelize-6.25.5
Bump sequelize from 6.21.3 to 6.25.5
2022-11-11 13:27:30 +01:00
dependabot[bot]
b2fd875a2e
Bump sequelize from 6.21.3 to 6.25.5
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.21.3 to 6.25.5.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.21.3...v6.25.5)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 12:24:04 +00:00
Ninjdai
9844185521
Merge pull request #1 from Art-Portal/dependabot/npm_and_yarn/sqlite3-5.1.2
Bump sqlite3 from 5.0.10 to 5.1.2
2022-11-11 13:15:05 +01:00
dependabot[bot]
678e97e3dc
Bump sqlite3 from 5.0.10 to 5.1.2
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.10 to 5.1.2.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.10...v5.1.2)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 12:08:59 +00:00
ninjdai1
a1518465ca Edited version number 2022-11-11 12:58:20 +01:00
Ninjdai
f6297b2a24
Update SECURITY.md 2022-11-11 12:53:16 +01:00
ninjdai1
090a4c5e26 This commit is a follow-up to the previous one: corrected unused imports and unused arguments 2022-11-11 09:27:12 +01:00
ninjdai1
7b98a13c72 Corrected deprecated imports (mainly SlashCommandBuilder that used to be imported from @discordjs/builder in some commands, now is from discord.js)
Removed unintended line breaks
2022-11-11 09:20:22 +01:00
Ninjdai
c879f82391
Create SECURITY.md 2022-11-09 15:26:08 +01:00
ninjdai1
043eb44742 Edited node.js.yml file 2022-11-09 15:20:00 +01:00
ninjdai1
1a82e367dc Merge branch 'master' of https://github.com/Art-Portal/April 2022-11-09 15:18:52 +01:00
ninjdai1
0c47fcecde Added package-lock.json 2022-11-09 15:18:27 +01:00
Ninjdai
1abfd23d21
Create node.js.yml 2022-11-09 15:17:10 +01:00
ninjdai1
decfb37426 Edited test command 2022-11-09 15:15:53 +01:00
ninjdai1
70f30f6161 Edited line breaks 2022-11-09 15:13:03 +01:00
Ninjdai
96448c4286
Create dependabot.yml 2022-11-09 15:11:53 +01:00
ninjdai1
e74cd21ee7 Corrected version 2022-11-09 15:05:24 +01:00
ninjdai2
1906fa49de Whole new version !
Added interactions, brand new ticket system, and much more !
2022-11-09 14:44:05 +01:00