

Hector. The bot we made for Dungeon Blitz: Remake Discord server.
JavaScript
/*
Author: @neodevils
Feel free to share it for others to don't deal with this issue when launching their activity on bot!
*/
interaction.channel.createWebhook({
name: "minesa",
avatar: "https://media.discordapp.net/attachments/861208192121569280/1075861709610299412/106327680.png",
reason: "This is needed for now"
}).then(webhook => console.log(webhook.url))