Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

126 make bot slash commands available on all servers #127

Merged
merged 27 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0a4e72a
Merge pull request #113 from BingusBoingus-Developer-Team/dev
sanriodev Jul 23, 2024
f512b28
chore(master): release 1.9.0
sanriodev Jul 23, 2024
9a9b0d4
Merge pull request #114 from BingusBoingus-Developer-Team/release-ple…
sanriodev Jul 23, 2024
a1006f6
Merge pull request #115 from BingusBoingus-Developer-Team/dev
sanriodev Jul 23, 2024
fe6d373
chore(master): release 1.9.1
sanriodev Jul 23, 2024
0ae8363
Merge pull request #116 from BingusBoingus-Developer-Team/release-ple…
sanriodev Jul 23, 2024
ef71323
Merge pull request #117 from BingusBoingus-Developer-Team/dev
sanriodev Jul 31, 2024
51e22b4
chore(master): release 1.9.2
sanriodev Jul 31, 2024
3c19085
Merge pull request #118 from BingusBoingus-Developer-Team/release-ple…
sanriodev Jul 31, 2024
025c4b0
chore(deps): bump the npm_and_yarn group across 1 directory with 2 up…
dependabot[bot] Aug 31, 2024
5aa2616
Merge pull request #119 from BingusBoingus-Developer-Team/dependabot/…
sanriodev Sep 9, 2024
9e1b615
chore(deps): bump micromatch
dependabot[bot] Sep 9, 2024
2a1d8e8
Merge pull request #120 from BingusBoingus-Developer-Team/dependabot/…
sanriodev Sep 9, 2024
644d549
Merge pull request #121 from BingusBoingus-Developer-Team/dev
sanriodev Sep 11, 2024
136e97d
Merge remote-tracking branch 'origin/dev'
sanriodev Sep 11, 2024
1658c13
chore(master): release 1.9.3
sanriodev Sep 11, 2024
cf7b753
Merge pull request #122 from BingusBoingus-Developer-Team/release-ple…
sanriodev Sep 11, 2024
37177cb
chore(deps): bump express in the npm_and_yarn group across 1 directory
dependabot[bot] Sep 11, 2024
6784df9
Merge pull request #123 from BingusBoingus-Developer-Team/dependabot/…
sanriodev Sep 11, 2024
fcc78fb
chore(deps): bump the npm_and_yarn group across 1 directory with 6 up…
dependabot[bot] Sep 18, 2024
8067da1
Merge pull request #124 from BingusBoingus-Developer-Team/dependabot/…
sanriodev Sep 18, 2024
6270e0c
chore(deps): bump the npm_and_yarn group across 1 directory with 3 up…
dependabot[bot] Oct 19, 2024
20a6a63
Merge pull request #125 from BingusBoingus-Developer-Team/dependabot/…
sanriodev Oct 21, 2024
4f710bd
feat: all existing commands support on multiple servers
sanriodev Oct 24, 2024
3a190bb
feat: new configure command to configure a textchannel for all cron t…
sanriodev Oct 24, 2024
01bcb44
fix: adjust test mocks
sanriodev Oct 24, 2024
f4fa935
fix: deploy commands to all servers, register on all
sanriodev Oct 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
BOT_TOKEN =
#used for adding bot/application to server
CLIENT_ID =
# invite link:
# https://discord.com/api/oauth2/authorize?CLIENT_ID=<clientId>&permissions=0&scope=bot%20applications.commands
SERVER_ID =
# Mongo configuration
MONGO_URI=
MONGO_PORT=
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [1.9.3](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.9.2...v1.9.3) (2024-09-11)


### Bug Fixes

* comment on workaround fix to rework later ([b27a4eb](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/b27a4eb25b165e72e8aece70955299d2a69191a2))

## [1.9.2](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.9.1...v1.9.2) (2024-07-31)


### Bug Fixes

* correct messageEvent.ts regex ([8a97383](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/8a9738354105e2c4bb616db3fa2dacd7ab636381))

## [1.9.1](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.9.0...v1.9.1) (2024-07-23)


### Bug Fixes

* hotfix caching error ([9842f19](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/9842f19b69ba60cb092a208b21841efe63fdb446))

## [1.9.0](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.8.3...v1.9.0) (2024-07-23)


### Features

* role decorator for specifying command access levels ([ac17653](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/commit/ac1765396f6c2d64566ba36e939a986ce8e28b42))

## [1.8.3](https://github.com/BingusBoingus-Developer-Team/BingusBoingus/compare/v1.8.2...v1.8.3) (2024-05-09)


Expand Down
Loading