mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
remove: debug console.log
This commit is contained in:
@@ -20,12 +20,7 @@ export async function addToThread(channelId: bigint, userId?: bigint) {
|
||||
throw new Error(Errors.NOT_A_THREAD_CHANNEL);
|
||||
}
|
||||
}
|
||||
console.log(
|
||||
"put",
|
||||
userId
|
||||
? endpoints.THREAD_USER(channelId, userId)
|
||||
: endpoints.THREAD_ME(channelId),
|
||||
);
|
||||
|
||||
return await rest.runMethod(
|
||||
"put",
|
||||
userId
|
||||
|
||||
Reference in New Issue
Block a user