Commit graph

1510 commits

Author SHA1 Message Date
ccc663f1da
update all packages 2024-12-10 19:15:59 +01:00
20b3cefd38
add github workflow 2024-12-10 19:15:59 +01:00
Elis Odenhage
8a77d29e63
fix: update cooldown duration to a week 2024-12-10 19:15:28 +01:00
Elis Odenhage
a078e7de83
fix: update cooldown duration to a month 2024-12-10 19:14:56 +01:00
2d6e2cfe5e Update .gitlab-ci.yml 2024-04-13 09:57:28 +00:00
844df68ecd Update .gitlab-ci.yml 2024-04-11 13:50:12 +00:00
31d4708d01 Update .gitlab-ci.yml 2024-04-11 13:46:14 +00:00
c295f63a82 Update .gitlab-ci.yml 2024-04-11 13:43:41 +00:00
3b39cbc7d6 Update .gitlab-ci.yml 2024-04-10 21:08:09 +00:00
8887767362 Update .gitlab-ci.yml 2024-04-10 21:05:58 +00:00
f468a9ba59 Update .gitlab-ci.yml 2024-04-10 21:04:23 +00:00
5fc1586a2b Update handleUnavailableCommand.ts 2024-04-10 21:03:34 +00:00
8a1ee93cb7 Update handleCooldown.ts 2024-04-10 21:03:20 +00:00
d0a5335d54 Update index.ts 2024-04-10 21:03:03 +00:00
015cef2fbf Update README.md 2024-04-10 21:02:41 +00:00
3d286b7a61 Update interactionErrorHandler.ts 2024-04-10 21:01:15 +00:00
1d42b8078f Merge branch 'main' into 'main'
Fix grammatical error in balance command

See merge request zyner/xyter/bot!5
2024-03-14 18:57:18 +01:00
c485304627 Fix grammatical error in balance command 2024-03-02 07:57:29 +01:00
c50ea5f2c5 Update .gitlab-ci.yml file 2023-10-02 00:25:32 +02:00
semantic-release-bot
65183c0a03 chore(release): 2.7.0
# [2.7.0](https://git.zyner.org/zyner/xyter/bot/compare/v2.6.1...v2.7.0) (2023-10-01)

### Features

* ⚰️ remove unused code ([66ed446](66ed4466a1))
2023-10-01 15:27:41 +00:00
533b277d2b Merge branch 'dev' into 'main'
feat: ⚰️ remove unused code

See merge request zyner/xyter/bot!3
2023-10-01 15:26:16 +00:00
semantic-release-bot
a2a73ee826 chore(release): 2.7.0-dev.1
# [2.7.0-dev.1](https://git.zyner.org/zyner/xyter/bot/compare/v2.6.1...v2.7.0-dev.1) (2023-10-01)

### Features

* ⚰️ remove unused code ([66ed446](66ed4466a1))
2023-10-01 15:24:10 +00:00
66ed4466a1 feat: ⚰️ remove unused code
this is really a feature just to check if CI works correctly
2023-10-01 17:22:45 +02:00
9e8d65c048 Merge branch 'dev' into 'main'
refactor: ♻️ improve readDriectory function

See merge request zyner/xyter/bot!2
2023-10-01 15:20:04 +00:00
61af819a54 refactor: ♻️ improve readDriectory function
I improved use of errorMessage
2023-10-01 17:18:00 +02:00
83c0af64c9 refactor: ♻️ improve checkPermission function
Made use of optional chaining (?.) to get rid of a if statement
2023-10-01 17:15:38 +02:00
db93f72127 ci: 🧑‍💻 improve ci job
Improved ci job by moving before_script into build
2023-10-01 17:10:35 +02:00
56148a1d87 build: 👷 add "only" rules to stages
Added so build only runs on pushes and merge requests and docker runs on tags
2023-10-01 17:03:29 +02:00
semantic-release-bot
1ef4f6cbb1 chore(release): 2.6.0
# [2.6.0](https://git.zyner.org/zyner/xyter/bot/compare/v2.5.0...v2.6.0) (2023-10-01)

### Features

* 🚸 add tag image ([52923e9](52923e9fd8))
2023-10-01 14:55:55 +00:00
52923e9fd8 feat: 🚸 add tag image
Added image for specific tag too
2023-10-01 16:54:30 +02:00
semantic-release-bot
c87350251d chore(release): 2.5.0
# [2.5.0](https://git.zyner.org/zyner/xyter/bot/compare/v2.4.1...v2.5.0) (2023-10-01)

### Features

* 🚸 add new version to package.json ([6224e23](6224e2309f))
2023-10-01 14:43:34 +00:00
6224e2309f feat: 🚸 add new version to package.json
I hope this works better now
2023-10-01 16:42:17 +02:00
f312b78b14 fix: 💬 update link from github to zyner git
Updated about command from github to zyner git
2023-10-01 16:33:11 +02:00
685d865cdb refactor: 🚸 use docker image by default
Probably improve .releaserc and use image instead of build by default
2023-10-01 16:25:17 +02:00
semantic-release-bot
04e3960ff1 chore(release): 2.4.0 [skip ci]
# [2.4.0](https://git.zyner.org/zyner/xyter/bot/compare/v2.3.1...v2.4.0) (2023-10-01)

### Features

* ♻️ centralized error classes ([a816129](a816129dd2))
2023-10-01 14:12:20 +00:00
a816129dd2 feat: ♻️ centralized error classes
I have cleaned up some code by moving some regular used throw new messages to a error class file
2023-10-01 16:10:58 +02:00
0c3f53950c chore: ⬆️ update packages
Upgraded packages to newer versions
2023-10-01 16:10:20 +02:00
a1b58bc15d chore: 🗑️ remove unused config files
Remove unused config files for CI stuff that is not used anymore

Renovate, DeepSource, GitHub Workflows
2023-10-01 16:08:43 +02:00
3096649518 Update .gitlab-ci.yml file 2023-09-28 18:20:06 +00:00
a2febc858e Update .gitlab-ci.yml file 2023-09-28 18:17:11 +00:00
00d2eebf51 Update .gitlab-ci.yml file 2023-09-28 18:10:29 +00:00
f989b6eb34 test 2023-09-28 20:02:36 +02:00
87501c86dc Merge branch 'main' into 'main'
Add check for user in quote post command

See merge request zyner/xyter/bot!1
2023-09-26 07:46:13 +00:00
2395167b89 Add check for user in quote post command 2023-09-24 18:11:24 +00:00
f1f5513635 Update baseURL to match API endpoint 2023-08-06 22:25:44 +00:00
14a689abb1 Fix old links to controlpanel.gg 2023-07-29 15:54:13 +00:00
d470eb2205 Update .gitlab-ci.yml 2023-06-29 20:17:48 +00:00
84b0d64772 Update .gitlab-ci.yml 2023-06-29 20:15:48 +00:00
003b3d73d7 Update .gitlab-ci.yml 2023-06-29 20:10:07 +00:00
eb2c6de967 Update .gitlab-ci.yml 2023-06-29 20:07:45 +00:00