Skip to content

Commit

Permalink
this still applies actually
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 15, 2024
1 parent 7677c29 commit 663dce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/discord/modules/webhook-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default (bot: DiscordBot): void => {
if (!bridge) return;
ctx.editReply(
`<@${ctx.user.id}> successfully updated ${
where.length === bridge.servers.length
where.length === bridge.servers.length - 1 // 0 = empty
? "all servers"
: where
.map(s =>
Expand Down Expand Up @@ -203,7 +203,7 @@ export default (bot: DiscordBot): void => {
if (!bridge) return;
ctx.editReply(
`<@${ctx.user.id}> successfully updated ${
where.length === bridge.servers.length
where.length === bridge.servers.length - 1 // 0 = empty
? "all servers"
: where
.map(s =>
Expand Down

0 comments on commit 663dce7

Please sign in to comment.