Skip to content

Commit

Permalink
fixed line length in the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Oct 19, 2023
1 parent 5662c0a commit f217087
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ object ModuleAutoChatGame : Module("AutoChatGame", Category.MISC) {
return@sequenceHandler
}

// Trigger word checking. Cooldown prevents the bot from answering the question twice if the result has the same tag.
// Trigger word checking. Cooldown prevents the bot from answering the question twice
// if the result has the same tag.
if (cooldownChronometer.hasElapsed(cooldownMinutes * 60000L)) {
// Does the message contain the magic trigger word?
if (message.contains(triggerSentence)) {
Expand Down

0 comments on commit f217087

Please sign in to comment.