Skip to content

mrousavy/HankHill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hank Hill

A discord bot for pixelating and jpegifying images

Invite to your Guild Discord

Buy Me a Coffee at ko-fi.com

Usage

  1. Sending "needs more jpeg" (or "more jpg") will jpegify the last image in the current Channel
  2. Sending "pixelate" will pixelate the last image in the current Channel
  3. Sending "@HankHill help" will show help


Building yourself

Prerequisites

  1. Visual Studio
  2. .NET Core SDK

Build & Run

  1. Download/Clone this Project
  2. Open it in Visual Studio
  3. Go to Tools > NuGet Package Manager > Package Manager Settings > Package Sources
  4. Add a new Source: "ImageSharp Beta", URL: https://www.myget.org/F/imagesharp/api/v3/index.json
  5. Click Update, close dialog with Ok
  6. Change Project output from Debug to Release mode in drop down menu
  7. Build Project (CtrlShiftB, or Build > Build Solution)

If step 7 was successful, open the Project in your file explorer and go to HankHill/bin/Release. Your executable will be located in a subfolder here.

Run HankHill.exe. It should fail at the first time because we need a token. Go to the discord API interface and create a new app. This guide explains it quite well.

Open the file token in any text editor and paste the discord API token in there. Save and run HankHill.exe, it should now start successfully.

Add the bot to your server with this link: https://discordapp.com/oauth2/authorize?client_id=CLIENT_ID_GOES_HERE&scope=bot

Now you're good to go.

About

A discord bot for pixelating and jpegifying images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages