tangled
alpha
login
or
join now
thevoid.cafe
/
voidy
0
fork
atom
A powerful and extendable Discord bot, with it's own module system :3
thevoid.cafe/projects/voidy
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Jo
f83c305a
♻️ Log correct internal payload ID in command handler
develop
2mo ago
Jo
b896586b
♻️ Improve logging
2mo ago
Jo
f090890a
✨ Add rm-item command
2mo ago
Jo
7f65dcfe
✨ Make GET /items return all items by default
2mo ago
Jo
e36a0847
✨ Add GET /items endpoint
2mo ago
Jo
714fa94c
✨ Remove authentication requirement from GET /shop
2mo ago
Jo
cd24e8a3
✨ Add minecraft.shop.add-item command
2mo ago
Jo
0069f392
🐛 Use correct env key
2mo ago
Jo
4f25bb40
✨ Add Minecraft Shop generation for currency system
2mo ago
Jo
57a53c47
✨ Add withdraw feature to currency system
2mo ago
Jo
ea1fdd18
✨ Add currency deposit feature and fix devOnly commands
2mo ago
Jo
17f3ea00
🐛 Fix incorrect usage of c.req.param()
2mo ago
Jo
09f9ebe0
🐛 Fix incorrect usage of c.req.param()
2mo ago
Jo
2007fca9
🔧 Add proxy network declaration
2mo ago
Jo
cbba77a2
🔧 Add traefik configuration
2mo ago
Jo
2be84c91
✨🚧 Testing some very dubious separation of bot/api, EXPERIMENTAL
2mo ago
Jo
de3ac557
✨ Add economy system base, client logger and more!
2mo ago
Jo
36eea7be
♻️ Update 'grant' to 'update' and move httpcat to toys module
3mo ago
Jo
b131dec9
✨🗃️ ️Add user module and UserConfig Schema
3mo ago
Jo
b445aa26
📝 Update README with better setup instructions
3mo ago
Jo
c119f9cc
♻️ Refactor naming scheme from voidy-* to @voidy/*
3mo ago
Jo
41b92c93
🔥 Remove old documentation directory
3mo ago
thevoid.cafe
0007ce07
🚚 Move api_httpcat.ts into api/httpcat.ts
4mo ago
thevoid.cafe
10c3a8be
✨ Allow user controlled message visibility for httpcat
5mo ago
thevoid.cafe
9c422393
✨ Add api.httpcat subcommand to test command assembler
5mo ago
thevoid.cafe
181e8091
♻️ Refactor entire module flow and remove registries
5mo ago
thevoid.cafe
3f661d86
✨ Add ClientLoop lifecycle event and implement a continueous loop in the client
6mo ago
thevoid.cafe
815ffb84
✨ Implement RegistryManager and refactor various systems accordingly
6mo ago
thevoid.cafe
b91caae0
🦺 Gracefully handle missing loader directories
6mo ago
thevoid.cafe
77656eb6
✨ Add button handling
6mo ago
thevoid.cafe
e058c8c6
✨ Initial working command handling implementation
6mo ago
thevoid.cafe
4c1aaf19
✨ Implement Lifecycle events and restructure some client code
6mo ago
thevoid.cafe
80746d1b
✨ Add CommandHandler, Add core module, Add event handling
7mo ago
thevoid.cafe
2831efd6
✨📝 Update Loaders, Registry Handler draft
7mo ago
thevoid.cafe
1a69afad
✨📝 Implement ModuleLoader and Registry, Update Loader and registry docs
7mo ago
thevoid.cafe
45124d74
✨ Add CommandLoader and example Command
7mo ago
thevoid.cafe
f9fabb8d
✨ IEvent -> Event
7mo ago
thevoid.cafe
2f778038
📝 Add registry- and module-level documentation
7mo ago
thevoid.cafe
3e2355a0
✨ Implement core Loader concept and example EventLoader
7mo ago
thevoid.cafe
21e21e8c
📝 Update README
7mo ago
thevoid.cafe
b447f3c9
🎉 Initialize v3
7mo ago
thevoid.cafe
08a04c23
✨ Upload latest state as of 2025-08-01
7mo ago
Jo
8f95a629
📝 Change wording: friend → relationship
8mo ago
Jo
ee5c432c
📝 Add goals for the near future
8mo ago
Jo
8d0cf00e
📝 Remove silly decoration and whitespace
8mo ago
Jo
b40697b9
✨ Add event handling to feature handler and bootstrap statistics feature
10mo ago
Jo
dfe69565
🎉 Initialize v2 with decent feature handler
10mo ago
Jo
fe385f29
♻️ Add single options parameter to command execute function, instead of multiple params
11mo ago
Jo
ba5ec384
♻️👷 Update syntax, README, CI pipeline name and zed settings
11mo ago
Jo
c854e183
👷 Remove deno test -A command for now
11mo ago
Jo
4c73535c
👷 Update workflow Deno version
11mo ago
Jo
ece80b67
👷 Remove deno fmt check from CI pipeline
11mo ago
Jo
ab3fb6e7
🐛 Fix nodeModulesDir option type
11mo ago
Jo
f29594f6
👷 Add Deno CI pipeline for linting and testing
11mo ago
Jo
7638b7b1
♻️ Add DB_URI env variable and reformat some code
11mo ago
Jo
f3871cd0
✨ Add "description" to Feature class
1y ago
Jo
6c9ad90d
✨ Enable FeatureHandler in index.ts
1y ago
Jo
70a0b1f6
✨ Add FeatureHandler for larger systems
1y ago
Jo
5ddb29f3
✨ Add "log" command for debugging
1y ago
Jo
135d9f24
✨ Deploy commands on client ready
1y ago
♻️ Log correct internal payload ID in command handler
develop
f83c305a
Jo
2mo
♻️ Improve logging
b896586b
Jo
2mo
✨ Add rm-item command
f090890a
Jo
2mo
✨ Make GET /items return all items by default
7f65dcfe
Jo
2mo
✨ Add GET /items endpoint
e36a0847
Jo
2mo
✨ Remove authentication requirement from GET /shop
714fa94c
Jo
2mo
✨ Add minecraft.shop.add-item command
cd24e8a3
Jo
2mo
🐛 Use correct env key
0069f392
Jo
2mo
✨ Add Minecraft Shop generation for currency system
4f25bb40
Jo
2mo
✨ Add withdraw feature to currency system
57a53c47
Jo
2mo
✨ Add currency deposit feature and fix devOnly commands
ea1fdd18
Jo
2mo
🐛 Fix incorrect usage of c.req.param()
17f3ea00
Jo
2mo
🐛 Fix incorrect usage of c.req.param()
09f9ebe0
Jo
2mo
🔧 Add proxy network declaration
2007fca9
Jo
2mo
🔧 Add traefik configuration
cbba77a2
Jo
2mo
✨🚧 Testing some very dubious separation of bot/api, EXPERIMENTAL
2be84c91
Jo
2mo
✨ Add economy system base, client logger and more!
de3ac557
Jo
2mo
♻️ Update 'grant' to 'update' and move httpcat to toys module
36eea7be
Jo
3mo
✨🗃️ ️Add user module and UserConfig Schema
b131dec9
Jo
3mo
📝 Update README with better setup instructions
b445aa26
Jo
3mo
♻️ Refactor naming scheme from voidy-* to @voidy/*
c119f9cc
Jo
3mo
🔥 Remove old documentation directory
41b92c93
Jo
3mo
🚚 Move api_httpcat.ts into api/httpcat.ts
0007ce07
thevoid.cafe
4mo
✨ Allow user controlled message visibility for httpcat
10c3a8be
thevoid.cafe
5mo
✨ Add api.httpcat subcommand to test command assembler
9c422393
thevoid.cafe
5mo
♻️ Refactor entire module flow and remove registries
181e8091
thevoid.cafe
5mo
✨ Add ClientLoop lifecycle event and implement a continueous loop in the client
3f661d86
thevoid.cafe
6mo
✨ Implement RegistryManager and refactor various systems accordingly
815ffb84
thevoid.cafe
6mo
🦺 Gracefully handle missing loader directories
b91caae0
thevoid.cafe
6mo
✨ Add button handling
77656eb6
thevoid.cafe
6mo
✨ Initial working command handling implementation
e058c8c6
thevoid.cafe
6mo
✨ Implement Lifecycle events and restructure some client code
4c1aaf19
thevoid.cafe
6mo
✨ Add CommandHandler, Add core module, Add event handling
80746d1b
thevoid.cafe
7mo
✨📝 Update Loaders, Registry Handler draft
2831efd6
thevoid.cafe
7mo
✨📝 Implement ModuleLoader and Registry, Update Loader and registry docs
1a69afad
thevoid.cafe
7mo
✨ Add CommandLoader and example Command
45124d74
thevoid.cafe
7mo
✨ IEvent -> Event
f9fabb8d
thevoid.cafe
7mo
📝 Add registry- and module-level documentation
2f778038
thevoid.cafe
7mo
✨ Implement core Loader concept and example EventLoader
3e2355a0
thevoid.cafe
7mo
📝 Update README
21e21e8c
thevoid.cafe
7mo
🎉 Initialize v3
b447f3c9
thevoid.cafe
7mo
✨ Upload latest state as of 2025-08-01
08a04c23
thevoid.cafe
7mo
📝 Change wording: friend → relationship
8f95a629
Jo
8mo
📝 Add goals for the near future
ee5c432c
Jo
8mo
📝 Remove silly decoration and whitespace
8d0cf00e
Jo
8mo
✨ Add event handling to feature handler and bootstrap statistics feature
b40697b9
Jo
10mo
🎉 Initialize v2 with decent feature handler
dfe69565
Jo
10mo
♻️ Add single options parameter to command execute function, instead of multiple params
fe385f29
Jo
11mo
♻️👷 Update syntax, README, CI pipeline name and zed settings
ba5ec384
Jo
11mo
👷 Remove deno test -A command for now
c854e183
Jo
11mo
👷 Update workflow Deno version
4c73535c
Jo
11mo
👷 Remove deno fmt check from CI pipeline
ece80b67
Jo
11mo
🐛 Fix nodeModulesDir option type
ab3fb6e7
Jo
11mo
👷 Add Deno CI pipeline for linting and testing
f29594f6
Jo
11mo
♻️ Add DB_URI env variable and reformat some code
7638b7b1
Jo
11mo
✨ Add "description" to Feature class
f3871cd0
Jo
1y
✨ Enable FeatureHandler in index.ts
6c9ad90d
Jo
1y
✨ Add FeatureHandler for larger systems
70a0b1f6
Jo
1y
✨ Add "log" command for debugging
5ddb29f3
Jo
1y
✨ Deploy commands on client ready
135d9f24
Jo
1y
next