MangoByte icon indicating copy to clipboard operation
MangoByte copied to clipboard

A discord bot that provides the ability to play dota hero response clips, do tts, and a variety of other utilities

Results 21 MangoByte issues
Sort by recently updated
recently updated
newest added

Traduzido comentarios de mangobyte.py e logger.py

Starting from scratch resulted in several errors due to missing values from the `loki` object in the default `settings.json` file - added base cases for Loki query methods - added...

I need to apply for the message content intent so that tts channels can continue to work after ~~April~~ August 2022 I can do this by going to developer portal...

Searching for dota items based on their shop tags or other things. Could use the ItemShopTags field from the dota data. Suggested here: https://discord.com/channels/296486417197170688/296488428726648833/979980192363728917 ![image](https://user-images.githubusercontent.com/3231343/170841295-4c68f091-8ef3-4989-a71a-382f42b9bbec.png)

Currently the Loki connection details are required as part of the startup process. Runtime errors can occur if - The `loki` object in `settings.json` is not populated with all required...

Since I'm using vscode now and I've started to clean up the project and have at least a little bit of type safety, it might be time to look into...

Mangobyte currently doesn't have any testing. This isn't ideal. What I'd like to have is a test framework that can run commands, and verify that at least the command finished...

Slash commands are apparently eventually going to add support for localization, meaning I'll be able to easily provide localization for commands and their descriptions etc. If I end up doing...

Could be an interesting implementation of the new forms feature. Not sure how useful/desired it is though.

Slash commands have a cool feature called autocomplete which can help users when theyre typing. This could be pretty useful in a couple different commands (dot clip searching, matchfilter stuff,...