We got a semi working bootstrap
one could say…
I learned from Shiden in flavortown 
Anyway on to the changes..
load_bot_token function to extract the bot token from the environment buffer.slack_send_http_post function for making HTTP POST requests to Slack API with optional authorization.slack_fetch_channel_ts to utilize the new bot token for API calls.slack_send_http_post.memmem function for searching byte sequences in memory.
The screeny below is from after i ram /slack-asm help
What happened is it deleted the /slack-asm help msg and instead replied in my most recent other message
So as the pr explains
I added a merge for .asm files to log as Assembly time instead of the bunch of random things it does instead.
Also implemented a test but did not commit it incase it was not needed
We have Full HTTPS working end-to-end
This includes but not limited to:
We integrating this bad boy with slack api 
PS: ignore the bad request part in the image below
Frick me, most of this devlog what trying to fix one single bug.
The hardest part of this devlog was fixing the stupid bugs i had.
Link: https://github.com/hackclub/stardance/pull/564
Fixes #541
Allows Users to Delete Their Own Project. Following the Admin way to do it, it only soft-deletes the projects to hide it from everybody.
See the attached Video below or in the pr to see it working!