xqrs
xqrs
The old messages_list draws messages on tview.TextView and then never checks on them again. If we used MultiLineList, we can *save* the body of these messages alongside the message object...
Now the user can use: - folder_items_indentation - category_dentation - channel_indentation - groupdm_indentation - dm_indentation to set their spicific indentation level within the guilds tree. I made this because 2...
This should answer and be a path to implement #416 and fix Discordo's biggest problem: NO WAY TO JOIN NEW SERVERS, ADD FRIENDS, OR DM THEM! We need a way...
The following error appears then the program freezes. ``` Failed to get member from state Reason: item not found in store guild_id: 0x1200e86938820034 user: discord.User{ID:0x12ea2a4b0f44105b, Username:"GitHub", Discriminator:"0000", Avatar:"e57fd67dc7ca0cc840a0e87a82281bc5", DisplayName:"", Bot:true,...
There's a bug that makes `[something[]` be parsed as `[something]\n` if it was at the end of the input string instead of `[something]`. This patch fixes it.