Please sign in to access this page

TablesBot

TablesBot

3 devlogs
10h 11m
•  Ship certified
Created by billybu10

Discord bot written in C++ that let's user create and format table, which is then rendered to ascii art. Uses D++ to communicate with Discord servers, and p-ranav's Tabulate to render tables.

Timeline

Ship 1

1 payout of shell 62.0 shells

billybu10

26 days ago

billybu10 Covers 3 devlogs and 10h 11m

I deleted some of the border styles, because I wasn't able to finish them in time. Finished all the remaining border style, added readme.

Update attachment

I added font alignment to the formatted table and started working on different borders(added a way to choose which one will be used).

Update attachment

I unfortunately procrastinated with adding this project so this will be a summary of a longer period of work.
I added command that allows creating, rendering and sending simple unformatted tables. I also started working on formatted tables: I started creating the modal and creating helper functions.

Update attachment