Skip to content

Commit

Permalink
fix: Ignore Dyno bot (#9)
Browse files Browse the repository at this point in the history
* fix: Ignore Dyno bot

* Updating Changelog
  • Loading branch information
pdellaert authored Jan 28, 2024
1 parent 1b91198 commit e18a898
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Update <small>_ January 2024</small>

- fix: ignore Dyno bot (27/01/2024)
- fix: use - instead of _ in command names (27/01/2024)
- feat: auto-generation of the command table (24/01/2024)
- feat: migrate reportedIssues command (22/01/2024)
Expand Down
6 changes: 4 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"910632773117702185",
"1195041929570832475",
"1195045377431322754",
"1163130801131634868"
"1163130801131634868",
"1021464464928809022"
],
"roleAssignmentIds": [
{
Expand Down Expand Up @@ -117,6 +118,7 @@
"910632773117702185",
"1195041929570832475",
"1195045377431322754",
"1163130801131634868"
"1163130801131634868",
"1021464464928809022"
]
}
6 changes: 4 additions & 2 deletions config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"910632773117702185",
"1195041929570832475",
"1195045377431322754",
"1163130801131634868"
"1163130801131634868",
"1021464464928809022"
],
"roleAssignmentIds": [
{
Expand Down Expand Up @@ -112,6 +113,7 @@
"910632773117702185",
"1195041929570832475",
"1195045377431322754",
"1163130801131634868"
"1163130801131634868",
"1021464464928809022"
]
}

0 comments on commit e18a898

Please sign in to comment.