Skip to content

Commit

Permalink
Update voices.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zenril committed Jan 4, 2020
1 parent a069246 commit 0ec841c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/modules/voices.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const BotCommand = require('@models/BotCommand');
* @return {[undefined]}
*/
function listVoices(msg) {
const commands = require('@commands');
const exampleEmbed = {
color: 0x0099ff,
title: `Click to find voices${msg.content ? " for: " +msg.content + "." : "."}`,
Expand Down

0 comments on commit 0ec841c

Please sign in to comment.