Creating an event via a bot.
Good evening! Please tell me if it is possible to create such events using a bot? I didn't find anything like this in the documentation, programmer chats, and online videos. I hope you can help with at least a little hint. Thank you in advance.
8 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staffand you get that via:
It is not very clear how to arrange the entered values.
You did not provide the
channel
option:propertysignature: GuildScheduledEventCreateOptions#channel
@14.16.3
The channel of the guild scheduled event This is required if entityType is GuildScheduledEventEntityType.StageInstance or GuildScheduledEventEntityType.VoiceIt's working! Thank you very much!
I thought it was impossible to create such a thing.