summary refs log tree commit diff
path: root/util/src/entities/Channel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/entities/Channel.ts')
-rw-r--r--util/src/entities/Channel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/entities/Channel.ts b/util/src/entities/Channel.ts
index aa1b823e..6750a002 100644
--- a/util/src/entities/Channel.ts
+++ b/util/src/entities/Channel.ts
@@ -311,7 +311,7 @@ export class Channel extends BaseClass {
 

 		//If the owner leave the server user is the new owner

 		if (channel.owner_id === user_id) {

-			channel.owner_id = 1; // The channel is now owned by the server user

+			channel.owner_id = "1"; // The channel is now owned by the server user

 			await emitEvent({

 				event: "CHANNEL_UPDATE",

 				data: await DmChannelDTO.from(channel, [user_id]),