SebOuellette / LiveBot

An app that allows you to be inside a bot!
Apache License 2.0
729 stars 175 forks source link

Suggestions #37

Open Cormanz opened 4 years ago

Cormanz commented 4 years ago

This is a lot of suggestions. I don't expect you to get them all done quickly, but here are some ideas. I'd focus on the important ones and the ones the most people want first though.

  1. Looking at Messages
    • Add a way to show embed messages (like ones from bots)
    • Add a way to show webhook messages
    • Add a way to show images
  2. Sending Messages
    • Add a way to send images
    • Add a way to upload files
    • Add a way to see how many characters your message is
  3. Ways of Quick Information
    • Add the ability to offer over a server to see it's name
    • Add the ability to left click on a user (their message, or their name) and see their logo, username, roles, and an easy way to DM them
    • Add a way to right click on a user to have quick options like call or DM, or copy ID
  4. Direct Messages
    • Add in DMs
  5. Voice Channels
    • Add in a way to enter voice channels
  6. Categories
    • Add in a way to open or close categories
  7. Administration
    • Add in the Server Settings option
    • Add in a convenient way to make channels and categories
  8. Emojis and Reactions
    • Add in a way to see emojis
    • Add in a way to easily send emojis
    • Add in a way to react to messages
    • Add in a way to view the people reacting to a message and the reaction counts of each reaction on a message
dcrime commented 4 years ago

If you didn't read the other issues then please read them as for example dms have been suggested multiple times by now

However since there hasn't been an update in quite some time and the creator isn't responding I thought about forking his project and upgrading with the suggestions

dcrime commented 4 years ago

If you wish you can download this for now until the creator starts working on the project https://github.com/dcrime/Discord-LiveBot it only has the master branch, didn't look at how to make the executable

Cormanz commented 4 years ago

Actually, Voice channels are possible. Not voice calls, but certainly voice channels, since I've seen bots play music on a user command, and bots should also be able to pick up voice channel audio.

Cormanz commented 4 years ago

Either way, this is just a list of features I think at some point (I code too, so I know adding these features is time-consuming) you should add.

dcrime commented 4 years ago

Yeah, that's possible and I've actually tried to do it in the past but that's another story haha, if you want we can try and do it together since yeah, there haven't been any updates in some time, my discord is daniel_crime#1551 ps. I'm not the one who created this like I said, I just like this project and am contributing to it even tho the creator wants to do it all on his own

SebOuellette commented 4 years ago

Embeds were pretty much finalized in commit 55fd9a4807eba08a7badb61696397ae324f68818, but I'd recommend downloading the latest Livebot version of course. Collapsable categores added in 407c348f40d58dd60c3d5c485d2282090bdfaabc

dcrime commented 4 years ago

Dm support has been added in commit 6e3fa34 though you can only access it through the right click menu or by getting the user through the console and opening the chat with them, for now that's the only way to do it Snippet: dmChannelSelect(bot.users.cache.get('id'))

dcrime commented 4 years ago

I wanted to go over a few more