-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync old season before beginning new season (#55)
* add `sync_test.ts` tests * call `await this.listPlayers()` once
- Loading branch information
1 parent
c506110
commit bf61bf1
Showing
9 changed files
with
347 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
export { | ||
assertEquals, | ||
assertRejects, | ||
} from "https://deno.land/[email protected]/assert/mod.ts"; | ||
|
||
export { load } from "https://deno.land/[email protected]/dotenv/mod.ts"; | ||
export * from "https://deno.land/[email protected]/datetime/constants.ts"; | ||
} from "https://deno.land/[email protected]/assert/mod.ts"; | ||
export { load } from "https://deno.land/[email protected]/dotenv/mod.ts"; | ||
export * from "https://deno.land/[email protected]/datetime/constants.ts"; | ||
export { ulid } from "https://deno.land/x/[email protected]/mod.ts"; | ||
export type { | ||
APIApplicationCommandInteractionDataOption, | ||
|
@@ -17,12 +16,12 @@ export type { | |
APIUser, | ||
RESTPostAPIApplicationCommandsJSONBody, | ||
RESTPostAPIWebhookWithTokenJSONBody, | ||
} from "https://deno.land/x/[email protected].63/v10.ts"; | ||
} from "https://deno.land/x/[email protected].65/v10.ts"; | ||
export { | ||
ApplicationCommandOptionType, | ||
InteractionResponseType, | ||
InteractionType, | ||
MessageFlags, | ||
Utils, | ||
} from "https://deno.land/x/[email protected].63/v10.ts"; | ||
} from "https://deno.land/x/[email protected].65/v10.ts"; | ||
export { default as nacl } from "https://cdn.skypack.dev/[email protected]"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.