/[sudobot]/trunk/src/utils/help.ts
ViewVC logotype

Diff of /trunk/src/utils/help.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by rakin, Mon Jul 29 17:28:14 2024 UTC revision 24 by rakin, Mon Jul 29 17:28:15 2024 UTC
# Line 3  const MessageEmbed = require("../src/Mes Line 3  const MessageEmbed = require("../src/Mes
3  const { escapeRegex } = require("../src/util");  const { escapeRegex } = require("../src/util");
4    
5  module.exports = {  module.exports = {
6      version: "1.0.0-beta1",      version: "1.1.0-beta1",
7      commands: [      commands: [
8          {          {
9              name: 'addsnippet',              name: 'addsnippet',
# Line 262  module.exports = { Line 262  module.exports = {
262              options: {              options: {
263                  "--no-send": "Do not send a confirmation message to the locked channel",                  "--no-send": "Do not send a confirmation message to the locked channel",
264                  "--everyone": "Lock the channels for @everyone rather than the general role",                  "--everyone": "Lock the channels for @everyone rather than the general role",
265                    "--raid": "Unlock all Raid-locked channels"
266              }              }
267          },          },
268          {          {

Legend:
Removed from v.16  
changed lines
  Added in v.24

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26