Skip to content
#

chat

Here are 5,812 public repositories matching this topic...

bpepple
bpepple commented Feb 27, 2021

Feature Proposed

It would be nice to give the ability to add words not already included in the slur filter. This could be done either on the admin level or user level settings

Describe the solution you'd like

Add an option in the settings to add a list of word to the slur filter. The default slur words in the code should be shown in the help text to prevent duplication.

owncast
Fab1en
Fab1en commented Aug 27, 2018

I cannot reproduce this with the default usage of botui : the issue appears only when botui is part of a larger VueJS app.

When a markdown image is inserted in a message, it is immediately hidden if another message is displayed after.

botui.message.add({
	content: 'Hello World'
});
botui.message.add({
	content: 'Here is a picture : ![](https://www.google.fr/images/branding/g
DiscordChatExporter
ImportTaste
ImportTaste commented Jan 21, 2021

Occasionally, a file will be downloaded that doesn't have an extension. I'd like it if the header could be checked so the proper extension can be given to it before saving.

There's probably a C# library that can do it, but if you'd like to check for it with your own custom code, here are the headers:

Headers for jpg files:
https://file-extension.net/seeker/file_extension_jpeg
https://file-

Chat apps

Improve this page

Add a description, image, and links to the chat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat topic, visit your repo's landing page and select "manage topics."

Learn more