mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
update help descriptions
This commit is contained in:
parent
e946bf0c24
commit
7aa4537b78
10 changed files with 13 additions and 14 deletions
|
@ -4,7 +4,7 @@ const { editOrReply } = require('../../../labscore/utils/message')
|
|||
const { googleSpeechRecognition } = require('../../../labscore/api');
|
||||
|
||||
const { STATICS } = require('../../../labscore/utils/statics');
|
||||
const { codeblock } = require('../../../labscore/utils/markdown');
|
||||
const { codeblock, icon } = require('../../../labscore/utils/markdown');
|
||||
|
||||
const { Permissions } = require("detritus-client/lib/constants");
|
||||
|
||||
|
@ -12,7 +12,7 @@ module.exports = {
|
|||
name: 'transcribe',
|
||||
aliases: ['tcr'],
|
||||
metadata: {
|
||||
description: '__Replying__ to a voice message when using this command will transcribe the contents of the voice message.',
|
||||
description: `${icon("reply")} __Replying__ to a voice message when using this command will transcribe the contents of the voice message.`,
|
||||
description_short: 'Discord voice message transcription',
|
||||
category: 'utils',
|
||||
usage: 'transcribe'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue