Skip to content

Commit

Permalink
[Fix] return after changing the nickname!
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 25, 2021
1 parent 34b3fa9 commit 6a2e3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Misc/nickname.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
});
try {
await guildUser.setNickname(args[0]);
await message.channel.send({
return await message.channel.send({
embeds: [
embedMessage(
"#9dcc37",
Expand Down

0 comments on commit 6a2e3c1

Please sign in to comment.