Browse Source

bot help install

push-params
Evan Feenstra 4 years ago
parent
commit
5ef5f845d0
  1. 1
      api/bots/mother.ts
  2. 1
      dist/api/bots/mother.js
  3. 2
      dist/api/bots/mother.js.map

1
api/bots/mother.ts

@ -126,6 +126,7 @@ export function init() {
.setTitle('Bot Commands:')
.addFields([
{ name: 'Install a new bot', value: '/bot install {BOTNAME}' },
{ name: 'Search for bots', value: '/bot search {SEARCH_TERM}' },
{ name: 'Help', value: '/bot help' }
])
.setThumbnail(botSVG)

1
dist/api/bots/mother.js

@ -133,6 +133,7 @@ function init() {
.setTitle('Bot Commands:')
.addFields([
{ name: 'Install a new bot', value: '/bot install {BOTNAME}' },
{ name: 'Search for bots', value: '/bot search {SEARCH_TERM}' },
{ name: 'Help', value: '/bot help' }
])
.setThumbnail(botSVG);

2
dist/api/bots/mother.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save