Skip to content

Commit 8ae172b

Browse files
committed
Revert "Merge pull request #58 from Balatro-Multiplayer/reserve-channels"
This reverts commit 1c6884e, reversing changes made to 4fde471.
1 parent b761a1a commit 8ae172b

File tree

6 files changed

+21
-476
lines changed

6 files changed

+21
-476
lines changed

migrations/1760807555697_channel-pools.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/events/ready.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
import { Events, Client } from 'discord.js'
22
import { incrementEloCronJobAllQueues } from '../utils/cronJobs'
3-
import { initializeChannelPool } from '../utils/channelPool'
43

54
export default {
65
name: Events.ClientReady,
76
once: true,
87
async execute(client: Client) {
98
await incrementEloCronJobAllQueues()
109
console.log('Started up queues.')
11-
12-
// Initialize the channel pool
13-
await initializeChannelPool()
14-
1510
console.log(`Ready! Logged in as ${client.user?.tag}`)
1611
},
1712
}

src/utils/channelPool.ts

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)