-
Notifications
You must be signed in to change notification settings - Fork 20
Register domains, cancel domains, manage DNS and nameservers - use Discord application slash commands #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
it will so great if i can register a new domain at discord command with out not leaving the app, cool. Please |
Thanks for your idea @anondev-sudo, I do not have so much time right now but I'll try to implement this feature ASAP. |
i can sponsor server if you are need. please make it |
You can use discord application without bot user as I suggested and webhook for sending renew logs or Discord bot that you provide token, channel ID (where renew notifications should be sent) and server ID (where it should register slash commands) |
Will it use discord application without bot (using interaction handle url) or with bot? |
Also I have suggestion to use embeds in command replies of the bot also for renew logs - it will look better |
It will be a bot, i need to make a huge refactor |
How its going with development? |
You should also add way to manage DNS records and change nameservers (I prefer to use cloudflare so I always change default freenom nameservers to cloudflare ones to manage DNS there, its faster for changes to appear). If not commands to view records, delete record, add record using freenom DNS, atleast cmd to change default nameservers should be added. |
The refactor is done, the features you asked for will take some time, i don't have any ETA for that |
Add option to register and cancel domains, manage DNS records and edit nameservers to this script.
This can be done with Discord application (without bot) using slash commands.

On Discord dev portal you can set this option
This project could have webserver running on some port (that can be specified in .env file) and should listen for interactions from Discord.
The text was updated successfully, but these errors were encountered: