mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
add this missing thing
This commit is contained in:
@@ -70,6 +70,16 @@ export async function editChannel(
|
||||
return result;
|
||||
}
|
||||
|
||||
interface EditChannelRequest {
|
||||
amount: number;
|
||||
timestamp: number;
|
||||
channelId: string;
|
||||
items: {
|
||||
channelId: string;
|
||||
options: ModifyChannel;
|
||||
}[];
|
||||
}
|
||||
|
||||
const editChannelNameTopicQueue = new Map<string, EditChannelRequest>();
|
||||
let editChannelProcessing = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user