Server invite creation #570
Replies: 1 comment 1 reply
-
Update the library. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am new to self bot creation and I have been trying to figure out how to create a server invite however the way I do it for my regular bots doesn't work (invite = await guild.text_channels[0].create_invite(max_age=0, max_uses=0, unique=True) it only returns an error (TypeError: GuildChannel.create_invite() missing 1 required keyword-only argument: 'validate') and all the resources I found say I need to enable intents which from I heard you can't do with self bots is there another way I can do this?
Beta Was this translation helpful? Give feedback.
All reactions