Clara icon indicating copy to clipboard operation
Clara copied to clipboard

A general purpose Node.JS bot for Discord.

Results 11 Clara issues
Sort by recently updated
recently updated
newest added

Based on what we discussed on Discord. ### Structure Clara would be seperated and published as npm packages in the `@clara` scope. This would allow everyone to create their own...

enhancement
Critical

To be able for the bot to run properly, pre-flight checks should be done before init-ing the bot. Pre-flight checks would check for : - Required Tokens - Miscellanous tokens,...

enhancement

since the inception of this project, we've used the chalda/DiscordBot layout for making commands, which is ```js exports.commands= [ 'xyz' ]; exports.xyz = {} ``` However there's limtiations on this...

enhancement
HighPrio

bcos Wolke a cute

enhancement

Currently, i have added the CS20SI Chatbot source from Stanford. There are problems with it though, the folowing checklists has been made to indicate if you fixed them. - [...

Critical
task

This is a new specification for Clara's Command Holder. Designated as Command Holder Revision 3 slated for 0.5.0 Sparkling Satania. ### The Autoreload system The command holder inspects a command...

enhancement
Critical

``lib/`` itself is a whole library on its own. We can start making this part agnostic of platform. ### TODO: - [ ] Remove some hardcoded parts and make them...

enhancement

To be able to test features without compromising our release schedule, I'm introducing a risk-free way to test experimental commands. ### How it works: - Any command that is tagged...

enhancement

Looks like Sharding is broken because we get an error when we try to shard to 2 or more, probably because we're not reporting the correct shard IDs.

bug
Critical

This is a backlog issue that we want to agile in a later date. No, we're not turning Clara into Ayana, reason for this is we implemented a really monolithic...

enhancement
Critical