Default commands ================ Commands described on this page are provided by the ``base.baseinfo`` and ``base.base`` modules. Command overview ---------------- .. admonition:: autothread ... This can be used to create automatic threads on every message in a channel, which can be helpful for channels that are dedicated to QnAs. .. admonition:: autothread set Start creating threads out of every message posted to the channel. Duration can be one of Discord-supported Thread lifetimes: ``1h``, ``1d``, ``3d``, ``7d``. If your server does not have boost level high enough, it will default to the lower option that is available. .. admonition:: autothread unset Stop creating threads in supplied channel. .. admonition:: autothread list List all channels that are automatically creating threads, with thread durations. .. admonition:: bookmarks ... Manage message bookmarking. When user reacts to a message with emoji ๐Ÿ”– *(:bookmark:)*, it will be sent to their DMs. This can be useful to store all the favourite messages on one place. .. admonition:: bookmarks set [channel] Allow bookmarking in given channel. When the channel is omitted, the settings is altered for all channels on the server. .. admonition:: bookmarks unset [channel] Disallow bookmarking in given channel. When the channel is omitted, the settings is altered for all channels on the server. .. admonition:: bookmarks list List guild and channel preferences. .. admonition:: userpin ... This enables users to pin messages even if they do not have **Manage messages** permission. If enough people react with ๐Ÿ“Œ *(:pushpin:)*, the message will be pinned. .. admonition:: userpin set [channel] Set the limit of reactions required to pin the message. When the channel is omitted, the settings is altered for all channels on the server. Set the limit to 0 to disallow pinning (useful when overwriting server settings). .. admonition:: userpin unset [channel] Unset the limit of reactions required to pin the message; use the guild preference (if set) or disable it completely (otherwise). When the channel is omitted, the settings is altered for all channels on the server. .. admonition:: userpin list List guild and channel preferences. .. admonition:: userthread ... This enables users to create threads even if they do not have **Manage messages** permission. If enough people react with ๐Ÿงต *(:thread:)*, the message will start a thread. .. admonition:: userthread set [channel] Set the limit of reactions required to start a thread. When the channel is omitted, the settings is altered for all channels on the server. Set the limit to 0 to disallow the thread creation (useful when overwriting server settings). .. admonition:: userthread unset [channel] Unset the limit of reactions; use the guild preference (if set) or disable it completely (otherwise). When the channel is omitted, the settings is altered for all channels on the server. .. admonition:: userthread list List guild and channel preferences.