Allow customising port in setup

This commit is contained in:
Cadence Ember
2025-10-07 00:48:06 -05:00
parent 3891506163
commit 7905802825
2 changed files with 19 additions and 7 deletions

View File

@@ -5,9 +5,8 @@ const {join} = require("path")
const passthrough = require("../../passthrough")
const {id} = require("../../../addbot")
async function setupEmojis() {
const {id} = require("../../../addbot")
const {discord, db} = passthrough
const emojis = await discord.snow.assets.getAppEmojis(id)
for (const name of ["L1", "L2"]) {