Skip to content

sunnniee/space-fox

Repository files navigation

space fox

personal kitchen sink bot | invite with no guarantee it'll actually be up

note: readme not actively kept up to date

features

bangs

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

output of 'object.entries !mdn', with information from the mozilla developer network list of all bangs

reminders

recall something later, with support for saving your timezone, and that allows for selecting a message to specifically check it later

image image image

pinboard

a special place to save messages for later and easily search through them

image image

self hosting

  1. install node, pnpm and probably git
  2. download/clone the repository
  3. rename the .env.example file to .env and add appropriate values
  4. (optional) create a ./permissions.json or ./data/permissions.json file for access to gatekept features
{
    "me": {
        "users": [],
        "guilds": []
    },
    "friends": {
        "users": [],
        "guilds": []
    }
}
pnpm i
pnpm registerCommands

note that this will override any commands if you're using an existing bot

pnpm start
  1. create a ./data folder and any missing data storage files in it

    i'll come up with a better database than json eventually :clueless:

About

miscellaneous utilities discord bot for personal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published