Godson777 / KekBotSharp

KekBot, written in C#
GNU General Public License v3.0
4 stars 1 forks source link

Convert meme commands #107

Closed tech6hutch closed 3 years ago

tech6hutch commented 3 years ago

Converts:

Adds:

Fixes:

todo[bot] commented 3 years ago

figure out what this does

https://github.com/Godson777/KekBotSharp/blob/db2ef45c394aa89bf9e428bc0c59254dd61bc6e4/KekBot/Commands/MemeCommands.cs#L116-L121


This comment was generated by todo based on a todo comment in db2ef45c394aa89bf9e428bc0c59254dd61bc6e4 in #107. cc @Godson777.
tech6hutch commented 3 years ago

Oh right

I mean, you can explain it if you want, but I'll figure it out later lol

Godson777 commented 3 years ago

I'm gonna be honest, I've no fucking clue anymore lmaoooo

Godson777 commented 3 years ago

I think it's for centering purposes...? It looks like only a handful of commands use it though. This is what I get for not documenting things lmfao

tech6hutch commented 3 years ago

I think it's for centering purposes...? It looks like only a handful of commands use it though. This is what I get for not documenting things lmfao

It's actually for breaking up long words with spaces, presumably so ImageMagik will make shorter lines. I documented it.

Godson777 commented 3 years ago

I think it's for centering purposes...? It looks like only a handful of commands use it though. This is what I get for not documenting things lmfao

It's actually for breaking up long words with spaces, presumably so ImageMagik will make shorter lines. I documented it.

oh shit that makes more sense lmao

thanks for adding documentation to it