discord bot for sydney trans
  • TypeScript 77.7%
  • JavaScript 22.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 18:02:05 +10:00
commands/utility added server tag role thingy 2026-08-22 13:23:16 +10:00
db change "branding" in package.json, swap out 'pg' for 'postgres' (i like it better) and add small sample database query code 2026-08-24 16:34:26 +10:00
features fully modular softcoded feature system, allow disabling tagRole 2026-08-26 15:34:22 +10:00
types fully modular softcoded feature system, allow disabling tagRole 2026-08-26 15:34:22 +10:00
.gitignore initial commit 2026-07-20 11:45:09 +10:00
deno.json fix some weird gateway thing that happens sometimes (less restrictive deno net rules) 2026-08-26 16:05:13 +10:00
deno.lock change "branding" in package.json, swap out 'pg' for 'postgres' (i like it better) and add small sample database query code 2026-08-24 16:34:26 +10:00
deploy-commands.js slash commands and custom status! 2026-07-20 14:48:48 +10:00
eslint.config.js slash commands and custom status! 2026-07-20 14:48:48 +10:00
how2configure.md beautiful markdown 2026-08-26 15:57:24 +10:00
index.ts fully modular softcoded feature system, allow disabling tagRole 2026-08-26 15:34:22 +10:00
package-lock.json initial commit 2026-07-20 11:45:09 +10:00
package.json make it actually possible for new people to contribute 2026-08-29 18:02:05 +10:00
postgres-init.ts make it actually possible for new people to contribute 2026-08-29 18:02:05 +10:00
readme.md make it actually possible for new people to contribute 2026-08-29 18:02:05 +10:00
sql.ts change "branding" in package.json, swap out 'pg' for 'postgres' (i like it better) and add small sample database query code 2026-08-24 16:34:26 +10:00

how 2 contribute

start a postgres server, make a database on it and then a new user that owns that database, put the connection info into config.json (just go look at how2configure.md or something...)

run deno run postgres-init.ts (this script is DANGEROUS and probably will overwrite any stuff already on that database but will setup all the tables and rows and indexes and stuff)

setup discord bot stuff on discord developer website and also add that to config.json

run deno run deploy if you make new commands or change existing commands metadata to send changes to discord,,

run deno run start to run the actual bot itself