File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
VotingPlugin/src/main/java/com/bencodez/votingplugin/discord Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,11 @@ public void updateTopVoterMessageId(TopVoter top) {
179179 topVoterMessageIds .put (top , newId );
180180 if (!newMessage )
181181 plugin .getServerData ().setTopVoterMessageId (top , newId );
182- plugin .getLogger (). info ("Posted new Top Voters " + top + " (ID: " + newId + ")" );
182+ plugin .debug ("Posted new Top Voters " + top + " (ID: " + newId + ")" );
183183 }, err -> plugin .getLogger ().warning ("Error sending Top Voters " + top + ": " + err .getMessage ()));
184184 } else {
185185 channel .editMessageEmbedsById (existingId , eb .build ()).queue (
186- m -> plugin .getLogger (). info ("Edited Top Voters " + top + " (ID: " + existingId + ")" ),
186+ m -> plugin .debug ("Edited Top Voters " + top + " (ID: " + existingId + ")" ),
187187 err -> plugin .getLogger ().warning ("Error editing Top Voters " + top + ": " + err .getMessage ()));
188188 }
189189 }
You can’t perform that action at this time.
0 commit comments