|
@@ -93,8 +93,7 @@ type (
|
|
|
Editor string `toml:"editor"`
|
|
Editor string `toml:"editor"`
|
|
|
|
|
|
|
|
Status discord.Status `toml:"status"`
|
|
Status discord.Status `toml:"status"`
|
|
|
- HideBlockedUsers bool `toml:"hide_blocked_users"`
|
|
|
|
|
- ShowAttachmentLinks bool `toml:"show_attachment_links"`
|
|
|
|
|
|
|
+ HideBlockedUsers bool `toml:"hide_blocked_users"`
|
|
|
ImageViewer string `toml:"image_viewer"`
|
|
ImageViewer string `toml:"image_viewer"`
|
|
|
ImageViewerArgs []string `toml:"image_viewer_args"`
|
|
ImageViewerArgs []string `toml:"image_viewer_args"`
|
|
|
ImageSaveDir string `toml:"image_save_dir"`
|
|
ImageSaveDir string `toml:"image_save_dir"`
|