Skip to content

Commit

Permalink
Fry: It's okay, Bender. I like cooking too.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenril committed Nov 18, 2019
1 parent 0757edc commit 9907aaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/modules/voices.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ var BotCommand = require('@models/BotCommand');
* @return {[undefined]}
*/
function listVoices(msg) {
const cmds = require("@commands");

const exampleEmbed = {
color: 0x0099ff,
title: `Click to find voices${msg.content ? " for: " +msg.content + "." : "."}`,
url: `https://voices.talkbot.dev/?chr=${encodeURI(msg.server.command_char)}&find=${encodeURI(msg.content)}`,
url: `https://voices.talkbot.dev/?chr=${encodeURI(cmds.getCommandChar(msg.server))}&find=${encodeURI(msg.content)}`,
description: 'talkbot voice and voice sample database.',
thumbnail: {
url: 'https://voices.talkbot.dev/img/face_200.png',
Expand Down

0 comments on commit 9907aaa

Please sign in to comment.