WhereDoesItGoDoe is a really simple bot created for Discord using the JDA framework written in Java 8.
All the bot does is scan messages for links, and then checks if they redirect anywhere, if the message does contain a link and it does redirect to some other site the bot will tell you where it redirects to, and if there are more than one redirects it will also let you know about all the sites in between.
No problem, we maintain a public instance of WhereDoesItGoDoe that you can invite to your server!
Visit https://senither.com/WhereDoesItGoDoe to get started, or use the link below.
https://discordapp.com/oauth2/authorize?&client_id=378327572557070346&scope=bot&permissions=3072
Not sure what would be the point since the bot is so simple, but you're welcome to selfhost it if you want to.
You can host the bot by following the steps below.
- Download the latest release jar file.
- Open up a terminal window in the same directory the jar file is in.
- Run the jar file with the bot token as the first argument.
- ???
- Profit!
Example of how to run the bot
java -jar WhereDoesItGoDoe.jar <bot token here>
Before creating an issue, please ensure that it hasn't already been reported/suggested.
If you wish to contribute to the WhereDoesItGoDoe codebase or documentation, feel free to fork the repository and submit a pull request. we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
You can catch me on my Discord support server for my other Discord bot AvaIre, or DM me on Discord at Senither#8023.
WhereDoesItGoDoe is open-sourced software licensed under the MIT license.