[GH-21216] Function removeUserFromChannel return error (#26428)

Этот коммит содержится в:
Anna Os
2024-03-25 12:53:22 +01:00
коммит произвёл GitHub
родитель ba2d11ff3d
Коммит 00d48b04ed
4 изменённых файлов: 97 добавлений и 30 удалений

Просмотреть файл

@@ -62,7 +62,7 @@ type PluginSetting struct {
//
// "longtext" will result in a multi line string that can be typed in manually.
//
// "number" will result in in integer setting that can be typed in manually.
// "number" will result in integer setting that can be typed in manually.
//
// "username" will result in a text setting that will autocomplete to a username.
//