personal kitchen sink bot | invite with no guarantee it'll actually be up
note: readme not actively kept up to date
quickly look up information with syntax you might be familiar with from your search engine. at the end of messages for chat, or both at the start and at the end as a slash command
recall something later, with support for saving your timezone, and that allows for selecting a message to specifically check it later
a special place to save messages for later and easily search through them
- install node, pnpm and probably git
- download/clone the repository
- rename the
.env.examplefile to.envand add appropriate values - (optional) create a
./permissions.jsonor./data/permissions.jsonfile for access to gatekept features
{
"me": {
"users": [],
"guilds": []
},
"friends": {
"users": [],
"guilds": []
}
}pnpm ipnpm registerCommandsnote that this will override any commands if you're using an existing bot
pnpm start-
create a
./datafolder and any missing data storage files in iti'll come up with a better database than json eventually :clueless:

