From 19f5185d2146e5953149f11b6f7ffffa91df8736 Mon Sep 17 00:00:00 2001 From: Sammy <53350357+SammyForReal@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:32:24 +0100 Subject: [PATCH] Reverse channel order --- src/ChannelUpdater.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ChannelUpdater.ts b/src/ChannelUpdater.ts index d92c76e..c90fe9f 100644 --- a/src/ChannelUpdater.ts +++ b/src/ChannelUpdater.ts @@ -65,6 +65,7 @@ export default class ChannelUpdater { name: `${this.#now.getFullYear()}-${this.#today}`, type: ChannelType.GuildText, reason: `AOC Channel for ${this.#now.getFullYear()}-${this.#today}`, + position: 0 }) .then(this.sendMessage.bind(this)) .catch(console.error);