RoboDanny icon indicating copy to clipboard operation
RoboDanny copied to clipboard

A discord bot for servers that I like.

Results 29 RoboDanny issues
Sort by recently updated
recently updated
newest added

Same as `?tag all --text`, except it exports the content as JSON, with the tag's content. Closes #83. Example export: ```json {"id":3,"name":"codeblocks","owner_id":336733686529654798,"uses":1,"can_delete":true,"is_alias":false,"content":"Use codeblocks for formatting code:\n\\`\\`\\`\n\n\\`\\`\\`\n\nFor example:\n\\`\\`\\`python\nif True:\n print(\"Hi!\")\n\\`\\`\\`\nProduces:\n```python\nif True:\n...

There is a minor grammar error in `DisambiguateMember`. Should be "find" instead of "found".

just for lazy people who don't use uppercase letters

The bot doesn't take my commands in any server, even the ones I have admin permissions in. This problem has persisted for about 1 month.

Hi, Actually, the bot confirms a create/update/... but it can be confusing if 2 users are on it during the same time. e.g. https://discord.com/channels/172018499005317120/172254696101249024/829064159429787648 Is it possible to make it...

There is an error in **cpp** command ( module : **Lounge**) ``` In cpp: File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\discord\ext\commands\core.py", line 85, in wrapped ret = await coro(*args, **kwargs) File "C:\Users\billy\OneDrive\Documents\GitHub\RoboDanny-rewrite\RoboDanny-rewrite\cogs\lounge.py", line 214, in...

Hello! Awhile back, members of The Coding Den asked for a way to export tags. This was implemented through `?tag all --text`, which uploads a parsable file containing the output...