port bot to rust, upgrade response, and cut away some of the tf cruft

This commit is contained in:
41666 2022-02-06 19:16:08 -05:00
parent 0a37eff047
commit f5fb729ce7
17 changed files with 1440 additions and 205 deletions

View file

@ -57,5 +57,5 @@ export const embedResponse = (
export const embedPalette = {
success: 0x1d8227,
error: 0xf14343,
neutral: 0x2c2f33,
neutral: 0x453e3d,
};