advaith1 / activities

Discord slash command bot for opening voice channel activities, using Cloudflare Workers
https://get.activities.rocks
MIT License
607 stars 131 forks source link

Channel invites are infinite #18

Closed taureanjoe closed 3 years ago

taureanjoe commented 3 years ago

Invitations that the bot creates are infinite numbers and doesn't expire. Could you please modify the bot to make the invites to be temporary for a few minutes? With the current setup of your bot, channel invitations stay permanent unless removed manually. And after quiet sometime i don't want a message to popup saying "Maximum number of invites to this server reached".

leoodz commented 3 years ago

haven't check but i think you can change it here image

SerenModz21 commented 3 years ago

u would modify the max_age in the body

advaith1 commented 3 years ago

I'll be keeping the invites permanent. The bot is designed so the link it sends will continue working forever, and you won't have to run the command every time. Also, creating invites is strictly rate-limited so it's better to create fewer invites.

If you use a command multiple times, it'll just send the invite that already exists if there is one, so Activities should not meaningfully contribute to your server hitting an invite limit.