Skip to content

Commit

Permalink
Fit dare message
Browse files Browse the repository at this point in the history
  • Loading branch information
CoPokBl committed Nov 7, 2023
1 parent 187b0e8 commit a7913d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/ExecutionFunctions/DareCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace SerbleBot.Commands.ExecutionFunctions;

public class DareCommand : ICommandExecutionHandler {
public async Task Execute(SocketSlashCommand cmd, DiscordSocketClient client) {
await cmd.RespondWithEmbedAsync("Truth", TruthOrDareService.RandomDare);
await cmd.RespondWithEmbedAsync("Dare", TruthOrDareService.RandomDare);
}
}

0 comments on commit a7913d3

Please sign in to comment.