Skip to content

Commit

Permalink
Update 247.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 7, 2024
1 parent 0c29361 commit aa31af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/config/247.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class _247 extends Command {
if (data) {
await client.db.delete_247(ctx.guild.id);
return await ctx.sendMessage({
embeds: [embed.setDescription("**24/7 mode has been disabled.**").setColor(client.color.red)],
embeds: [embed.setDescription("**24/7 mode has been disabled**").setColor(client.color.red)],
});
}
await client.db.set_247(ctx.guild.id, ctx.channel.id, member.voice.channel.id);
Expand Down

0 comments on commit aa31af5

Please sign in to comment.