Skip to content

Commit

Permalink
[Enhancement] Renamed playingnow to nowplaying
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Aug 29, 2021
1 parent 5b6dc67 commit 672f79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/music/nowPlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { embedMessage } = require("../../modules/embedSimple");

module.exports = {
data: new SlashCommandBuilder()
.setName("playingnow")
.setName("nowplaying")
.setDescription("shows the current music name"),

async execute(interaction, client) {
Expand Down

0 comments on commit 672f79b

Please sign in to comment.