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
2007fca9
🔧 Add proxy network declaration
3mo ago
Jo
cbba77a2
🔧 Add traefik configuration
3mo ago
Jo
2be84c91
✨🚧 Testing some very dubious separation of bot/api, EXPERIMENTAL
3mo ago
Jo
de3ac557
✨ Add economy system base, client logger and more!
3mo 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
6mo ago
thevoid.cafe
9c422393
✨ Add api.httpcat subcommand to test command assembler
6mo ago
thevoid.cafe
181e8091
♻️ Refactor entire module flow and remove registries
6mo 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
7mo ago
thevoid.cafe
e058c8c6
✨ Initial working command handling implementation
7mo ago
thevoid.cafe
4c1aaf19
✨ Implement Lifecycle events and restructure some client code
7mo 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
1y ago
Jo
c854e183
👷 Remove deno test -A command for now
1y ago
Jo
4c73535c
👷 Update workflow Deno version
1y ago
Jo
ece80b67
👷 Remove deno fmt check from CI pipeline
1y ago
Jo
ab3fb6e7
🐛 Fix nodeModulesDir option type
1y ago
Jo
f29594f6
👷 Add Deno CI pipeline for linting and testing
1y ago
Jo
7638b7b1
♻️ Add DB_URI env variable and reformat some code
1y 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
Jo
fd395306
♻️ Replace old handlers in index.ts
1y ago
Jo
11128534
✨♻️ Add improved CommandHandler and EventHandler
1y ago
Jo
45b8f446
✨ Add amount of messages specifier to "say" command
1y ago
Jo
3aad4160
🐛 await database connection on intial launch
1y ago
Jo
6449bfb1
:sparkles: add basic mongodb connection
1y ago
Jo
5ea961e4
:sparkles: add Event class
1y ago
Jo
ee5bd155
🦺 (commands/say) check type of channel for type safety
1y ago
Jo
261a5580
✨ (commands) implement say command
1y ago
Jo
f8142968
✨ (handlers) implement event handler
1y ago
Jo
ba5803e6
✨ (handlers) deploy commands, add Command class
1y ago
Jo
d5eb7dbd
🔧 add BOT_CLIENT_ID variable to .env example
1y ago
Jo
f1007cfc
🎉 Initialize Voidy discord bot
1y ago
thevoid.cafe
f27d4780
Initial commit
1y ago
🔧 Add proxy network declaration
2007fca9
Jo
3mo
🔧 Add traefik configuration
cbba77a2
Jo
3mo
✨🚧 Testing some very dubious separation of bot/api, EXPERIMENTAL
2be84c91
Jo
3mo
✨ Add economy system base, client logger and more!
de3ac557
Jo
3mo
♻️ 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
6mo
✨ Add api.httpcat subcommand to test command assembler
9c422393
thevoid.cafe
6mo
♻️ Refactor entire module flow and remove registries
181e8091
thevoid.cafe
6mo
✨ 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
7mo
✨ Initial working command handling implementation
e058c8c6
thevoid.cafe
7mo
✨ Implement Lifecycle events and restructure some client code
4c1aaf19
thevoid.cafe
7mo
✨ 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
1y
👷 Remove deno test -A command for now
c854e183
Jo
1y
👷 Update workflow Deno version
4c73535c
Jo
1y
👷 Remove deno fmt check from CI pipeline
ece80b67
Jo
1y
🐛 Fix nodeModulesDir option type
ab3fb6e7
Jo
1y
👷 Add Deno CI pipeline for linting and testing
f29594f6
Jo
1y
♻️ Add DB_URI env variable and reformat some code
7638b7b1
Jo
1y
✨ 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
♻️ Replace old handlers in index.ts
fd395306
Jo
1y
✨♻️ Add improved CommandHandler and EventHandler
11128534
Jo
1y
✨ Add amount of messages specifier to "say" command
45b8f446
Jo
1y
🐛 await database connection on intial launch
3aad4160
Jo
1y
:sparkles: add basic mongodb connection
6449bfb1
Jo
1y
:sparkles: add Event class
5ea961e4
Jo
1y
🦺 (commands/say) check type of channel for type safety
ee5bd155
Jo
1y
✨ (commands) implement say command
261a5580
Jo
1y
✨ (handlers) implement event handler
f8142968
Jo
1y
✨ (handlers) deploy commands, add Command class
ba5803e6
Jo
1y
🔧 add BOT_CLIENT_ID variable to .env example
d5eb7dbd
Jo
1y
🎉 Initialize Voidy discord bot
f1007cfc
Jo
1y
Initial commit
f27d4780
thevoid.cafe
1y
next