Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Aug 16, 2023
1 parent 3ca47fb commit 1a61a4a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/commands/music/radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = class extends Command {
}

// simulate playSong event
this.discord.distube.emit('playSong', queue, {
radio_player: player,
this.discord.distube.emit('playSong', queue, {
radio_player: player,
user: context.member.user,
});
});
Expand Down
38 changes: 19 additions & 19 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"_description": "Ask the magic 8-ball a question",
"lines": [
"Without a doubt",
"It is certain",
"Yes",
"As I see it, yes",
"Outlook not so good",
"Signs point to yes",
"My sources say no",
"You may rely on it",
"Very doubtful",
"Better not tell you now",
"Cannot predict now",
"It is decidedly so",
"Reply hazy, try again",
"My reply is no",
"Most likely",
"Ask again later",
"Concentrate and ask again",
"Yes - definitely",
"Don't count on it",
"Outlook good"
"It is certain",
"Yes",
"As I see it, yes",
"Outlook not so good",
"Signs point to yes",
"My sources say no",
"You may rely on it",
"Very doubtful",
"Better not tell you now",
"Cannot predict now",
"It is decidedly so",
"Reply hazy, try again",
"My reply is no",
"Most likely",
"Ask again later",
"Concentrate and ask again",
"Yes - definitely",
"Don't count on it",
"Outlook good"
]
},
"about": {
Expand Down

0 comments on commit 1a61a4a

Please sign in to comment.