Skip to content
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

Discord a une url differente sur l'app et le browser #13

Open
nicolas-zozol opened this issue Mar 9, 2022 · 1 comment
Open

Discord a une url differente sur l'app et le browser #13

nicolas-zozol opened this issue Mar 9, 2022 · 1 comment

Comments

@nicolas-zozol
Copy link
Collaborator

nicolas-zozol commented Mar 9, 2022

Cela cause un probleme par exemple ici. Il faudrait mettre la recherche de l'url de faço plus globale

 if (!messageUrl.startsWith('https://discord.com/channels/') || !messageId || !duration || duration < 1) {
            await interaction
                ?.reply({content: 'Please provide message url and duration...', ephemeral: true})
                ?.catch(() => logger.error('Reply interaction failed.'))
            return true
        }
@nicolas-zozol
Copy link
Collaborator Author

Navigateur : https://discord.com/channels
App: https://discordapp.com/channels

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant