bdbch
bdbch
We picked the wrong approach when it comes to the bot connection. The bot should listen to nothing at first and do nothing on startup. For each connected server it...
Should include: * [ ] Hero with Logo, Title and Example Code * [ ] Textblock (What is Cordlr?) * [ ] Code Example (Bot) * [ ] Code Example...
We should make sure that the bot is always using the discord.js instance of Cordlr. This could bring issues with newer Discord.js versions and compatibility issues but this is a...
THIS IS NOT A CODE ISSUE Right now all Cordlr plugins need the `cordlr-` prefix which doesn't make that much sense (especially when you want to use your own namespace...
Right now server owners don't have a comfortable way to configure the plugins of a bot. I think this should be in Cordlr in the future. Should be optional and...
First we need to check all connected servers when the bot is connected here: https://github.com/Devcord/cordlr-cli/blob/4624e2951136dc8420d415473f5be5f929ceea20/bin/bot/index.js#L25 For each server connected, we need to check if the server is already *"registered"* in...
Cordlr needs a storage to keep informations about: 1. Connected Servers 2. Server Settings - Plugin Permissions - Bot Settings 3. Bot Diagnostic Logging (optional)
* [ ] [Search repositories](https://developer.github.com/v3/search/#search-repositories) * [ ] [Search commits](https://developer.github.com/v3/search/#search-commits) * [ ] [Search code](https://developer.github.com/v3/search/#search-code) * [ ] [Search issues and pull requests](https://developer.github.com/v3/search/#search-issues-and-pull-requests) * [ ] [Search users](https://developer.github.com/v3/search/#search-users) * [...
- [ ] [List Releases](https://developer.github.com/v3/repos/releases/#list-releases-for-a-repository) - [ ] [Single Release](https://developer.github.com/v3/repos/releases/#get-a-single-release)