commit | da16adf84a66bfcc7098525c97aa30f9726da0f2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:22:12 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:22:12 2023 +0000 |
tree | 4fc4386e72bf4f14ad7bc21ffdefeff23c473e5b | |
parent | e7970144042a66fe2011a8f85acdcf90e39f8a8f [diff] [blame] |
Reformat using prettier
diff --git a/src/utils/memory.ts b/src/utils/memory.ts index 60a6535..e43f82c 100644 --- a/src/utils/memory.ts +++ b/src/utils/memory.ts
@@ -22,7 +22,7 @@ } } }, 1000 * 60 * 30); - }; + } async readGuildInfo(guild: string): Promise<GuildData> { if (!this.memory.has(guild)) { @@ -37,7 +37,7 @@ }); } return this.memory.get(guild)!; - }; + } async forceUpdate(guild: string) { if (this.memory.has(guild)) this.memory.delete(guild);