Skip to content

A Discord bot that resolves links and tells people where they go if they redirect to any site.

License

Notifications You must be signed in to change notification settings

Senither/WhereDoesItGoDoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhereDoesItGoDoe?

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.

Want to use WhereDoesItGoDoe but don't want to host it yourself?

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

Want more control and run WhereDoesItGoDoe yourself?

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.

  1. Download the latest release jar file.
  2. Open up a terminal window in the same directory the jar file is in.
  3. Run the jar file with the bot token as the first argument.
  4. ???
  5. Profit!

Example of how to run the bot

java -jar WhereDoesItGoDoe.jar <bot token here>

Contributing

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.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. 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!

Got any questions?

You can catch me on my Discord support server for my other Discord bot AvaIre, or DM me on Discord at Senither#8023.

License

WhereDoesItGoDoe is open-sourced software licensed under the MIT license.

About

A Discord bot that resolves links and tells people where they go if they redirect to any site.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages