Skip to content

Commit

Permalink
toy change to check that full tests are done
Browse files Browse the repository at this point in the history
  • Loading branch information
im-tofa committed Aug 20, 2023
1 parent 17c0883 commit 70d5fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export type ChannelID = 0 | 1 | 2 | 3 | 4;

export type ChannelMessages<T extends ChannelID | -1> = Record<T, string[]>;


const splitRegex = /^\|split\|p([1234])\n(.*)\n(.*)|.+/gm;

export function extractChannelMessages<T extends ChannelID | -1>(message: string, channelIds: T[]): ChannelMessages<T> {
Expand Down

0 comments on commit 70d5fd3

Please sign in to comment.